Skip to content

Commit 2ae6219

Browse files
committed
Set version to 3.3
1 parent 2a657f7 commit 2ae6219

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Version 3.3 (Wed Oct 14 2020)
2+
- [BUILD] Allow overriding build settings from the environment.
3+
- [COMPATIBILITY] Document how the UUID fields are interpreted.
4+
- [PORTABILITY] Don't use memcpy on /dev/mem on arm64.
5+
- [PORTABILITY] Only scan /dev/mem for entry point on x86.
6+
- Support for SMBIOS 3.3.0. This includes new processor names, new port
7+
connector types, and new memory device form factors, types and
8+
technologies.
9+
- Add bios-revision, firmware-revision and system-sku-number to -s option.
10+
- Use the most appropriate unit for cache size.
11+
- Decode system slot base bus width and peers.
12+
- Important bug fixes:
13+
Fix Redfish Hostname print length
14+
Fix formatting of TPM table output
15+
Fix System Slot Information for PCIe SSD
16+
Don't choke on invalid processor voltage
17+
- Use the most appropriate unit for cache size.
18+
119
Version 3.2 (Wed Sep 14 2018)
220
- [COMPATIBILITY] The UUID is now displayed using lowercase letters, per
321
RFC 4122 (#53569). You must ensure that any code parsing it is

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define VERSION "3.2"
1+
#define VERSION "3.3"

0 commit comments

Comments
 (0)