summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2023-03-14 17:32:17 +0100
committerJean Delvare <jdelvare@suse.de>2023-03-14 17:32:17 +0100
commit484f8935b0fc768841f43fa388b191196b5e12fd (patch)
treeb87e46b91265c98162d97056324e20406086fe50
parent8baf2f508c6eb5359f12c911a0d58b893c12f1ca (diff)
downloaddmidecode-git-484f8935b0fc768841f43fa388b191196b5e12fd.tar.gz
Set the version to 3.5dmidecode-3-5
Update the NEWS file accordingly.
-rw-r--r--NEWS14
-rw-r--r--version.h2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d1f9116..504e3fb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 3.5 (Tue Mar 14 2023)
+ - Decode HPE OEM records 216, 224, 230, 238 and 242.
+ - Fortify entry point length checks.
+ - Add a --no-quirks option.
+ - Drop the CPUID exception list.
+ - Do not let --dump-bin overwrite an existing file.
+ - Ensure /dev/mem is a character device file.
+ - Bug fixes:
+ Fix segmentation fault in HPE OEM record 240
+ - Minor improvements:
+ Typo fixes
+ Write the whole dump file at once
+ Fix a build warning when USE_MMAP isn't set
+
Version 3.4 (Mon Jun 27 2022)
- Support for SMBIOS 3.4.0. This includes new memory device types, new
processor upgrades, new slot types and characteristics, decoding of memory
diff --git a/version.h b/version.h
index 3f8431b..179ab30 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define VERSION "3.4"
+#define VERSION "3.5"