diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-10-17 09:30:00 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-10-17 09:30:00 +0200 |
commit | 37c536ce725bd3d0bfeb65ac169db8bc4ca7cd57 (patch) | |
tree | 2d33311b6b1d4ffe8feb1ecb2d0985baf5786e55 /NEWS | |
parent | c0107cf3cc1c1ebf220249b2c9f3c6c8e2640cb9 (diff) | |
parent | ebef811fce038c382fb66ecd728c9d885460263b (diff) |
Update upstream source from tag 'upstream/3.3'
Update to upstream version '3.3'
with Debian dir d4aebe3a0152bcb4c5d1ab6835c6ee8ffecad546
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |