comparison NEWS @ 392:ad0fe49a211a

Update and reformat NEWS.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 14 Jul 2022 01:56:07 +0300
parents a5aedd854d6c
children eee49a588a79
comparison
equal deleted inserted replaced
391:a5aedd854d6c 392:ad0fe49a211a
4 ChangeLog for more complete list of changes.) 4 ChangeLog for more complete list of changes.)
5 5
6 6
7 Version 0.9.5 7 Version 0.9.5
8 ============= 8 =============
9 * Backwards-incompatible change in UX: the 'Copyright' field 9 * Backwards-incompatible change in UX: the 'Copyright' field has been
10 has been renamed to 'Released', as it should be per PSID 10 renamed to 'Released', as it should be per PSID standard.
11 standard.
12 11
13 * Improvements in sidlib. 12 * Improvements in sidlib.
14 13
15 * Build system improvements. 14 * Build system improvements.
16 15
17 16
18 Version 0.9.4 17 Version 0.9.4
19 ============= 18 =============
20 * Check for the validity of certain header fields 19 * Check for the validity of certain header fields in case of RSID and give
21 in case of RSID and give indication in SID 'type' 20 indication in SID 'type' field if it is invalid.
22 field if it is invalid.
23 21
24 * Fix handling of the in-data load address, e.g. 22 * Fix handling of the in-data load address, e.g. if PSID header load address
25 if PSID header load address field is 0, we should 23 field is 0, we should interpret first 2 bytes in data as load address.
26 interpret first 2 bytes in data as load address.
27 24
28 This had been broken when support for "new" SLDB 25 This had been broken when support for "new" SLDB MD5 format was added
29 MD5 format was added because it changed how the 26 because it changed how the MD5 hash was to be calculated.
30 MD5 hash was to be calculated.
31 27
32 * Finally remembered to add displaying of StartPage 28 * Finally remembered to add displaying of StartPage and PageLength attributes
33 and PageLength attributes from PSIDv2NG headers. 29 from PSIDv2NG headers.
34 30
35 * Improvements in PSID parsing etc. robustness. 31 * Improvements in PSID parsing etc. robustness.
36 32
37 33
38 Version 0.9.3 34 Version 0.9.3
43 39
44 * Build system fixes. 40 * Build system fixes.
45 41
46 * Fixed clang build due to clang not working correctly with -flto. 42 * Fixed clang build due to clang not working correctly with -flto.
47 43
48 * Added Makefile parameter ASAN=1 to enable address sanitizer 44 * Added Makefile parameter ASAN=1 to enable address sanitizer support
49 support (disables optimizations and LTO.) 45 (disables optimizations and LTO.)
50 46
51 * Fix compile failure with GCC 10.x due to missing 47 * Fix compile failure with GCC 10.x due to missing
52 "extern" in sidlib.h 48 "extern" in sidlib.h
53 49
54 50