diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2023-03-15 15:11:53 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2023-03-15 15:11:53 +0100 | 
| commit | db1a6f51c433843eb5d59a564d080b043ad4c46b (patch) | |
| tree | fd5af76ae152493f02afeb360c6cf206b81333bc /NEWS | |
| parent | abf98f6ec0ce25c284fbe71bdd56571ea7df5672 (diff) | |
| parent | 69e8c5b5339d256e8973c536926d2ecc9b1b86fc (diff) | |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 16 | 
1 files changed, 15 insertions, 1 deletions
| @@ -1,3 +1,17 @@ +Version 3.5 (Tue Mar 14 2023) +  - Decode HPE OEM records 216, 224, 230, 238 and 242. +  - Fortify entry point length checks. +  - Add a --no-quirks option. +  - Drop the CPUID exception list. +  - Do not let --dump-bin overwrite an existing file. +  - Ensure /dev/mem is a character device file. +  - Bug fixes: +    Fix segmentation fault in HPE OEM record 240 +  - Minor improvements: +    Typo fixes +    Write the whole dump file at once +    Fix a build warning when USE_MMAP isn't set +  Version 3.4 (Mon Jun 27 2022)    - Support for SMBIOS 3.4.0. This includes new memory device types, new      processor upgrades, new slot types and characteristics, decoding of memory @@ -7,7 +21,7 @@ Version 3.4 (Mon Jun 27 2022)      characteristics, new slot characteristics, new on-board device types, new      pointing device interface types, and a new record type (type 45 -      Firmware Inventory Information). -  - Decode HPE OEM records 194, 199, 203, 236, 237, 238 ans 240. +  - Decode HPE OEM records 194, 199, 203, 236, 237, 238 and 240.    - Bug fixes:      Fix OEM vendor name matching      Fix ASCII filtering of strings | 
