|
| 1 | +Version 3.6 (Wed Apr 24 2024) |
| 2 | + - [PORTABILITY] Use -DALIGNMENT_WORKAROUND on arm. |
| 3 | + - [PORTABILITY] Read SMBIOS entry point via kenv on DragonFly BSD. |
| 4 | + - Support for SMBIOS 3.6.0. This includes new memory device types, new |
| 5 | + processor upgrades, and Loongarch support. |
| 6 | + - Support for SMBIOS 3.7.0. This includes new port types, new processor |
| 7 | + upgrades, new slot characteristics and new fields for memory modules. |
| 8 | + - Add bash completion. |
| 9 | + - Decode HPE OEM records 197, 239 and 245. |
| 10 | + - Implement options --list-strings and --list-types. |
| 11 | + - Update HPE OEM records 203, 212, 216, 221, 233, 236, 237, 238 and 242. |
| 12 | + - Update Redfish support. |
| 13 | + - Bug fixes: |
| 14 | + Fix option --from-dump for user root |
| 15 | + Fix enabled slot characteristics not being printed |
| 16 | + - Minor improvements: |
| 17 | + Print slot width on its own line |
| 18 | + Use standard strings for slot width |
| 19 | + |
| 20 | +Version 3.5 (Tue Mar 14 2023) |
| 21 | + - Decode HPE OEM records 216, 224, 230, 238 and 242. |
| 22 | + - Fortify entry point length checks. |
| 23 | + - Add a --no-quirks option. |
| 24 | + - Drop the CPUID exception list. |
| 25 | + - Do not let --dump-bin overwrite an existing file. |
| 26 | + - Ensure /dev/mem is a character device file. |
| 27 | + - Bug fixes: |
| 28 | + Fix segmentation fault in HPE OEM record 240 |
| 29 | + - Minor improvements: |
| 30 | + Typo fixes |
| 31 | + Write the whole dump file at once |
| 32 | + Fix a build warning when USE_MMAP isn't set |
| 33 | + |
1 | 34 | Version 3.4 (Mon Jun 27 2022) |
2 | 35 | - Support for SMBIOS 3.4.0. This includes new memory device types, new |
3 | 36 | processor upgrades, new slot types and characteristics, decoding of memory |
|
0 commit comments