Skip to content

Commit 484f893

Browse files
committed
Set the version to 3.5
Update the NEWS file accordingly.
1 parent 8baf2f5 commit 484f893

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Version 3.5 (Tue Mar 14 2023)
2+
- Decode HPE OEM records 216, 224, 230, 238 and 242.
3+
- Fortify entry point length checks.
4+
- Add a --no-quirks option.
5+
- Drop the CPUID exception list.
6+
- Do not let --dump-bin overwrite an existing file.
7+
- Ensure /dev/mem is a character device file.
8+
- Bug fixes:
9+
Fix segmentation fault in HPE OEM record 240
10+
- Minor improvements:
11+
Typo fixes
12+
Write the whole dump file at once
13+
Fix a build warning when USE_MMAP isn't set
14+
115
Version 3.4 (Mon Jun 27 2022)
216
- Support for SMBIOS 3.4.0. This includes new memory device types, new
317
processor upgrades, new slot types and characteristics, decoding of memory

version.h

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

0 commit comments

Comments
 (0)