# HG changeset patch # User Matti Hamalainen # Date 1657752967 -10800 # Node ID ad0fe49a211a8dec019fdb37ff177583f818df41 # Parent a5aedd854d6c4caf34fdd4cc0d60ab810de90bfc Update and reformat NEWS. diff -r a5aedd854d6c -r ad0fe49a211a NEWS --- a/NEWS Sat Feb 26 02:06:07 2022 +0200 +++ b/NEWS Thu Jul 14 01:56:07 2022 +0300 @@ -6,9 +6,8 @@ Version 0.9.5 ============= -* Backwards-incompatible change in UX: the 'Copyright' field - has been renamed to 'Released', as it should be per PSID - standard. +* Backwards-incompatible change in UX: the 'Copyright' field has been + renamed to 'Released', as it should be per PSID standard. * Improvements in sidlib. @@ -17,20 +16,17 @@ 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. +* 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. -* 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. - This had been broken when support for "new" SLDB - MD5 format was added because it changed how the - MD5 hash was to be calculated. - -* Finally remembered to add displaying of StartPage - and PageLength attributes from PSIDv2NG headers. +* Finally remembered to add displaying of StartPage and PageLength attributes + from PSIDv2NG headers. * Improvements in PSID parsing etc. robustness. @@ -45,8 +41,8 @@ * Fixed clang build due to clang not working correctly with -flto. -* Added Makefile parameter ASAN=1 to enable address sanitizer - support (disables optimizations and LTO.) +* Added Makefile parameter ASAN=1 to enable address sanitizer support + (disables optimizations and LTO.) * Fix compile failure with GCC 10.x due to missing "extern" in sidlib.h