summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2020-10-14 14:37:47 +0200
committerJean Delvare <jdelvare@suse.de>2020-10-14 14:51:11 +0200
commit2ae62191236cf037f27668457de065d577cde265 (patch)
tree2b5dcfcf15a66dafddf46dd05948c285b39240c7
parent2a657f748718e94490648d14a62d9b2d82158ffc (diff)
downloaddmidecode-git-dmidecode-3-3.tar.gz
Set version to 3.3dmidecode-3-3
-rw-r--r--NEWS18
-rw-r--r--version.h2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 18b0325..cd950d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Version 3.3 (Wed Oct 14 2020)
+ - [BUILD] Allow overriding build settings from the environment.
+ - [COMPATIBILITY] Document how the UUID fields are interpreted.
+ - [PORTABILITY] Don't use memcpy on /dev/mem on arm64.
+ - [PORTABILITY] Only scan /dev/mem for entry point on x86.
+ - Support for SMBIOS 3.3.0. This includes new processor names, new port
+ connector types, and new memory device form factors, types and
+ technologies.
+ - Add bios-revision, firmware-revision and system-sku-number to -s option.
+ - Use the most appropriate unit for cache size.
+ - Decode system slot base bus width and peers.
+ - Important bug fixes:
+ Fix Redfish Hostname print length
+ Fix formatting of TPM table output
+ Fix System Slot Information for PCIe SSD
+ Don't choke on invalid processor voltage
+ - Use the most appropriate unit for cache size.
+
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
diff --git a/version.h b/version.h
index 7aa93d6..e466454 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define VERSION "3.2"
+#define VERSION "3.3"