From a1e93482d9cc9ace5fc1494677b45d965f1ddcb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 31 May 2017 23:24:58 +0200 Subject: New upstream version 3.1 --- CHANGELOG | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index f0a51a4..6f9123d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,101 @@ +2015-09-03 Jean Delvare + + * version.h: Set version to 3.1. + +2017-05-23 Jean Delvare + + * 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 + + 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 + + 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 + + * 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 + + * 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 + + * biosdecode.c: Decode the entry point defined in the Intel + Multiprocessor specification. + +2017-01-20 Jean Delvare + + * dmidecode.c: Only decode one DMI table. + This fixes Savannah bug #50022: + https://savannah.nongnu.org/bugs/?50022 + +2016-09-22 Jean Delvare + + * README: Explain that we can no longer support Cygwin. + +2016-06-30 Petr Oros + + * dmidecode.c: Unmask LRDIMM in memory type detail (DMI type 17). + +2015-11-02 Jean Delvare + + * 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 + + * dmidecode.c: Handle SMBIOS 3.0 entry points on EFI systems. + +2015-10-20 Jean Delvare + + * dmidecode.c: Handle OEM-specific types in group associations + (DMI type 14). + +2015-10-14 Jean Delvare + + * 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 + + * dmiopt.c: Add "--no-sysfs" option description to -h output. + 2015-09-03 Jean Delvare * version.h: Set version to 3.0. -- cgit v1.2.3