# HG changeset patch # User Matti Hamalainen # Date 1633694393 -10800 # Node ID 16560c85d23848c5831165ac7b429711430d58b4 # Parent 68ded29cc9976a2c31b75b7be4ba4f2bbf6fac20 Update NEWS. diff -r 68ded29cc997 -r 16560c85d238 NEWS --- a/NEWS Fri Oct 08 14:59:47 2021 +0300 +++ b/NEWS Fri Oct 08 14:59:53 2021 +0300 @@ -4,6 +4,21 @@ ChangeLog for more complete list of changes.) +Version 0.9.4 +============= +* Check for the validity of certain header fields + in case of RSID and give indication in SID 'type' + field if it is invalid. + +* Fix handling of the in-data load address, e.g. + if PSID header load address field is 0, we should + interpret first 2 bytes in data as load address. + + This had been broken when support for "new" SLDB + MD5 format was added because it changed how the + MD5 hash was to be calculated. + + Version 0.9.3 ============= * Add "support" for CP858 in fallback converter.