diff options
author | Jean Delvare <jdelvare@suse.de> | 2018-09-14 15:52:12 +0200 |
---|---|---|
committer | Jean Delvare <jdelvare@suse.de> | 2018-09-14 15:52:12 +0200 |
commit | a448baafcc273baedd51c85dbe4d865dfe1a5add (patch) | |
tree | c2674aca5bc5225797304656f2af4ea0a69da963 | |
parent | f7d236dd5c4ddbfb767cec78f014cadd883e77f0 (diff) | |
download | dmidecode-git-dmidecode-3-2.tar.gz |
Set version to 3.2dmidecode-3-2
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,22 @@ +Version 3.2 (Wed Sep 14 2018) + - [COMPATIBILITY] The UUID is now displayed using lowercase letters, per + RFC 4122 (#53569). You must ensure that any code parsing it is + case-insensitive. + - Support for SMBIOS 3.2.0. This includes new processor names, new socket + and port connector types, new system slot state and property, and support + for non-volatile memory (NVDIMM). + - Support for Redfish management controllers. + - A new command line option to query a specific structure by its handle. + - A new command line option to query the system family string. + - Support for 3 ThinkPad-specific structures (patch #9642). + - Support for HPE's new company name. + - Support UEFI on FreeBSD. + - Important bug fixes: + Fix firmware version of TPM device + Fix the HPE UEFI feature flag check + - (biosdecode) A new command line option to fully decode PIR information + (support request #109339). + Version 3.1 (Tue May 23 2017) - Support for SMBIOS 3.1.0 and 3.1.1. This includes new chassis types, new processor family names, new processor family upgrade names, and new slot @@ -1 +1 @@ -#define VERSION "3.1" +#define VERSION "3.2" |