changeset 392:ad0fe49a211a

Update and reformat NEWS.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 14 Jul 2022 01:56:07 +0300
parents a5aedd854d6c
children db64a58314a9
files NEWS
diffstat 1 files changed, 13 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- 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