summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2022-06-27 17:06:32 +0200
committerJean Delvare <jdelvare@suse.de>2022-06-27 17:06:32 +0200
commit7931f69f9367970f5920bf8239c77f6a5c1d57af (patch)
treee3ec6e340e6dc6a4a9f1488bd88be653ebbd0970
parentfd6f0a5f291b4aa5c7c3f8aa97e3f49542eceea0 (diff)
downloaddmidecode-git-7931f69f9367970f5920bf8239c77f6a5c1d57af.tar.gz
Set the version to 3.4dmidecode-3-4
Update the NEWS file accordingly, and the AUTHORS file as well to list all recent contributors.
-rw-r--r--AUTHORS6
-rw-r--r--NEWS19
-rw-r--r--version.h2
3 files changed, 26 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 748b985..7065f72 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -21,6 +21,9 @@ Roy Franz <roy.franz@linaro.org>
Tyler Bell <tyler.bell@hp.com>
Xie XiuQi <xiexiuqi@huawei.com>
Petr Oros <poros@redhat.com>
+Prabhakar Pujeri <prabhakar.pujeri@dell.com>
+Erwan Velu <e.velu@criteo.com>
+Jerry Hoemann <jerry.hoemann@hpe.com>
MANY THANKS TO (IN CHRONOLOGICAL ORDER)
Werner Heuser
@@ -90,3 +93,6 @@ Andrey Matveyev
Stefan Tauner
Naga Chumbalkar
Jens Rosenboom
+Lianbo Jiang
+Tianjia Zhang
+Ivan Tkachenko
diff --git a/NEWS b/NEWS
index cd950d8..b470da5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+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
+ module extended speed, new system slot types, new processor characteristics
+ and new format of Processor ID.
+ - Support for SMBIOS 3.5.0. This includes new processor upgrades, BIOS
+ characteristics, new slot characteristics, new on-board device types, new
+ pointing device interface types, and a new record type (type 45 -
+ Firmware Inventory Information).
+ - Decode HPE OEM records 194, 199, 203, 236, 237, 238 ans 240.
+ - Bug fixes:
+ Fix OEM vendor name matching
+ Fix ASCII filtering of strings
+ Fix crash with option -u
+ - Minor improvements:
+ Skip details of uninstalled memory modules
+ Don't display the raw CPU ID in quiet mode
+ Improve the formatting of the manual pages
+
Version 3.3 (Wed Oct 14 2020)
- [BUILD] Allow overriding build settings from the environment.
- [COMPATIBILITY] Document how the UUID fields are interpreted.
diff --git a/version.h b/version.h
index e466454..3f8431b 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define VERSION "3.3"
+#define VERSION "3.4"