summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:28:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:28:19 +0000
commitf6dd7bd8be90e179acfbb524258b0639ad969ab4 (patch)
tree45fa8b58371e9f40cd1fbd169cbd497eb300a2a1 /NEWS
parentAdding debian version 3.5-3. (diff)
downloaddmidecode-f6dd7bd8be90e179acfbb524258b0639ad969ab4.tar.xz
dmidecode-f6dd7bd8be90e179acfbb524258b0639ad969ab4.zip
Merging upstream version 3.6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 504e3fb..8c4059e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Version 3.6 (Wed Apr 24 2024)
+ - [PORTABILITY] Use -DALIGNMENT_WORKAROUND on arm.
+ - [PORTABILITY] Read SMBIOS entry point via kenv on DragonFly BSD.
+ - Support for SMBIOS 3.6.0. This includes new memory device types, new
+ processor upgrades, and Loongarch support.
+ - Support for SMBIOS 3.7.0. This includes new port types, new processor
+ upgrades, new slot characteristics and new fields for memory modules.
+ - Add bash completion.
+ - Decode HPE OEM records 197, 239 and 245.
+ - Implement options --list-strings and --list-types.
+ - Update HPE OEM records 203, 212, 216, 221, 233, 236, 237, 238 and 242.
+ - Update Redfish support.
+ - Bug fixes:
+ Fix option --from-dump for user root
+ Fix enabled slot characteristics not being printed
+ - Minor improvements:
+ Print slot width on its own line
+ Use standard strings for slot width
+
Version 3.5 (Tue Mar 14 2023)
- Decode HPE OEM records 216, 224, 230, 238 and 242.
- Fortify entry point length checks.