summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG98
1 files changed, 98 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f0a51a4..6f9123d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,103 @@
2015-09-03 Jean Delvare <jdelvare@suse.de>
+ * version.h: Set version to 3.1.
+
+2017-05-23 Jean Delvare <jdelvare@suse.de>
+
+ * dmidecode.c, dmiopt.c: Add a new option to extract OEM strings, like
+ we already have for many other strings.
+ * dmidecode.8: Document the new option.
+
+2017-04-27 Jean Delvare <jdelvare@suse.de>
+
+ Update to support SMBIOS specification version 3.1.1.
+
+ * dmidecode.c: Add support for 3-digit versions.
+ * dmidecode.c: Add new enumerated values for processors (DMI type 4).
+
+2017-04-27 Jean Delvare <jdelvare@suse.de>
+
+ Update to support SMBIOS specification version 3.1.0.
+
+ * dmidecode.c: Add support for extended BIOS ROM size (DMI type 0).
+ * dmidecode.c: Add new enumerated values for chassis types
+ (DMI type 3).
+ * dmidecode.c: Add new enumerated values for processors (DMI type 4).
+ * dmidecode.c: Don't assume 8-bit processor family in dmi_processor_id
+ (DMI type 4).
+ * dmidecode.c: Decode the MIDR register on ARM processors
+ (DMI type 4).
+ * dmidecode.c: Add support for large cache sizes (DMI type 7).
+ * dmidecode.c: Add Mini PCIe system slot enumerated values
+ (DMI type 9).
+ * dmidecode.c: Clarify the memory speed unit (DMI type 17).
+ * dmidecode.c: Add support for structure type 43 (TPM Device).
+
+2017-04-11 Jean Delvare <jdelvare@suse.de>
+
+ * util.c: Don't leak a file descriptor in function read_file.
+ * util.c, util.c, dmidecode.c: Let callers pass an offset to function
+ read_file.
+ * dmidecode.c: Fix reading from SMBIOS 3 dump files using a 64-bit
+ entry point.
+
+2017-04-10 Jean Delvare <jdelvare@suse.de>
+
+ * dmidecode.c: Decode the processor ID of the Intel Core M, AMD
+ Athlon X4 and AMD Opteron X1000/X2000 processors (DMI type 4).
+ * dmidecode.c: Display the IPMI interrupt number as a decimal
+ number (DMI type 38).
+
+2017-01-20 Jean Delvare <jdelvare@suse.de>
+
+ * biosdecode.c: Decode the entry point defined in the Intel
+ Multiprocessor specification.
+
+2017-01-20 Jean Delvare <jdelvare@suse.de>
+
+ * dmidecode.c: Only decode one DMI table.
+ This fixes Savannah bug #50022:
+ https://savannah.nongnu.org/bugs/?50022
+
+2016-09-22 Jean Delvare <jdelvare@suse.de>
+
+ * README: Explain that we can no longer support Cygwin.
+
+2016-06-30 Petr Oros <poros@redhat.com>
+
+ * dmidecode.c: Unmask LRDIMM in memory type detail (DMI type 17).
+
+2015-11-02 Jean Delvare <jdelvare@suse.de>
+
+ * dmidecode.c, util.c, util.h: Let read_file return the actual data
+ size.
+ * dmidecode.c: Use read_file to read the DMI table from sysfs.
+ This fixes Savannah bug #46176:
+ https://savannah.nongnu.org/bugs/?46176
+ * dmidecode.c: Check the sysfs entry point length.
+
+2015-10-21 Xie XiuQi <xiexiuqi@huawei.com>
+
+ * dmidecode.c: Handle SMBIOS 3.0 entry points on EFI systems.
+
+2015-10-20 Jean Delvare <jdelvare@suse.de>
+
+ * dmidecode.c: Handle OEM-specific types in group associations
+ (DMI type 14).
+
+2015-10-14 Jean Delvare <jdelvare@suse.de>
+
+ * util.c: Avoid SIGBUS on mmap failure.
+ This fixes Savannah bug #46066:
+ https://savannah.nongnu.org/bugs/?46066
+ * util.c: Fix error paths in mem_chunk.
+
+2015-10-01 Roy Franz <roy.franz@linaro.org>
+
+ * dmiopt.c: Add "--no-sysfs" option description to -h output.
+
+2015-09-03 Jean Delvare <jdelvare@suse.de>
+
* version.h: Set version to 3.0.
2015-08-04 Tyler Bell <tyler.bell@hp.com>