summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2018-09-14 15:52:12 +0200
committerJean Delvare <jdelvare@suse.de>2018-09-14 15:52:12 +0200
commita448baafcc273baedd51c85dbe4d865dfe1a5add (patch)
treec2674aca5bc5225797304656f2af4ea0a69da963
parentf7d236dd5c4ddbfb767cec78f014cadd883e77f0 (diff)
downloaddmidecode-git-dmidecode-3-2.tar.gz
Set version to 3.2dmidecode-3-2
-rw-r--r--NEWS19
-rw-r--r--version.h2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 827dafd..18b0325 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/version.h b/version.h
index 778ae5f..7aa93d6 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define VERSION "3.1"
+#define VERSION "3.2"