|
| 1 | +Version 3.5 (Tue Mar 14 2023) |
| 2 | + - Decode HPE OEM records 216, 224, 230, 238 and 242. |
| 3 | + - Fortify entry point length checks. |
| 4 | + - Add a --no-quirks option. |
| 5 | + - Drop the CPUID exception list. |
| 6 | + - Do not let --dump-bin overwrite an existing file. |
| 7 | + - Ensure /dev/mem is a character device file. |
| 8 | + - Bug fixes: |
| 9 | + Fix segmentation fault in HPE OEM record 240 |
| 10 | + - Minor improvements: |
| 11 | + Typo fixes |
| 12 | + Write the whole dump file at once |
| 13 | + Fix a build warning when USE_MMAP isn't set |
| 14 | + |
| 15 | +Version 3.4 (Mon Jun 27 2022) |
| 16 | + - Support for SMBIOS 3.4.0. This includes new memory device types, new |
| 17 | + processor upgrades, new slot types and characteristics, decoding of memory |
| 18 | + module extended speed, new system slot types, new processor characteristics |
| 19 | + and new format of Processor ID. |
| 20 | + - Support for SMBIOS 3.5.0. This includes new processor upgrades, BIOS |
| 21 | + characteristics, new slot characteristics, new on-board device types, new |
| 22 | + pointing device interface types, and a new record type (type 45 - |
| 23 | + Firmware Inventory Information). |
| 24 | + - Decode HPE OEM records 194, 199, 203, 236, 237, 238 and 240. |
| 25 | + - Bug fixes: |
| 26 | + Fix OEM vendor name matching |
| 27 | + Fix ASCII filtering of strings |
| 28 | + Fix crash with option -u |
| 29 | + - Minor improvements: |
| 30 | + Skip details of uninstalled memory modules |
| 31 | + Don't display the raw CPU ID in quiet mode |
| 32 | + Improve the formatting of the manual pages |
| 33 | + |
1 | 34 | Version 3.3 (Wed Oct 14 2020) |
2 | 35 | - [BUILD] Allow overriding build settings from the environment. |
3 | 36 | - [COMPATIBILITY] Document how the UUID fields are interpreted. |
|
0 commit comments