Blame SOURCES/0002-Goodbye-CHANGELOG-welcome-NEWS.patch

60918b
From 82a34ddbc524ad17e13cd873c223f20d14a5c705 Mon Sep 17 00:00:00 2001
60918b
From: Jean Delvare <jdelvare@suse.de>
60918b
Date: Sat, 8 Jul 2017 11:41:15 +0200
60918b
Subject: [PATCH 02/10] Goodbye CHANGELOG, welcome NEWS
60918b
60918b
The CHANGELOG file as it exists today is essentially redundant with
60918b
git log. It's not really user friendly, and duplicates the work on
60918b
the committer side.
60918b
60918b
Delete that file, and replace it with a more structured NEWS file,
60918b
listing only the most relevant changes in each version. The contents
60918b
would be pretty much the same as the release announcements.
60918b
60918b
This initial version covers most past releases.
60918b
60918b
---
60918b
 CHANGELOG | 1614 -------------------------------------------------------------
60918b
 NEWS      |  123 +++++
60918b
 2 files changed, 123 insertions(+), 1614 deletions(-)
60918b
 delete mode 100644 CHANGELOG
60918b
 create mode 100644 NEWS
60918b
60918b
diff --git a/CHANGELOG b/CHANGELOG
60918b
deleted file mode 100644
60918b
index 6f9123d..0000000
60918b
--- a/CHANGELOG
60918b
+++ /dev/null
60918b
@@ -1,1614 +0,0 @@
60918b
-2015-09-03  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* version.h: Set version to 3.1.
60918b
-
60918b
-2017-05-23  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c, dmiopt.c: Add a new option to extract OEM strings, like
60918b
-	  we already have for many other strings.
60918b
-	* dmidecode.8: Document the new option.
60918b
-
60918b
-2017-04-27  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	Update to support SMBIOS specification version 3.1.1.
60918b
-
60918b
-	* dmidecode.c: Add support for 3-digit versions.
60918b
-	* dmidecode.c: Add new enumerated values for processors (DMI type 4).
60918b
-
60918b
-2017-04-27  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	Update to support SMBIOS specification version 3.1.0.
60918b
-
60918b
-	* dmidecode.c: Add support for extended BIOS ROM size (DMI type 0).
60918b
-	* dmidecode.c: Add new enumerated values for chassis types
60918b
-	  (DMI type 3).
60918b
-	* dmidecode.c: Add new enumerated values for processors (DMI type 4).
60918b
-	* dmidecode.c: Don't assume 8-bit processor family in dmi_processor_id
60918b
-	  (DMI type 4).
60918b
-	* dmidecode.c: Decode the MIDR register on ARM processors
60918b
-	  (DMI type 4).
60918b
-	* dmidecode.c: Add support for large cache sizes (DMI type 7).
60918b
-	* dmidecode.c: Add Mini PCIe system slot enumerated values
60918b
-	  (DMI type 9).
60918b
-	* dmidecode.c: Clarify the memory speed unit (DMI type 17).
60918b
-	* dmidecode.c: Add support for structure type 43 (TPM Device).
60918b
-
60918b
-2017-04-11  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* util.c: Don't leak a file descriptor in function read_file.
60918b
-	* util.c, util.c, dmidecode.c: Let callers pass an offset to function
60918b
-	  read_file.
60918b
-	* dmidecode.c: Fix reading from SMBIOS 3 dump files using a 64-bit
60918b
-	  entry point.
60918b
-
60918b
-2017-04-10  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Decode the processor ID of the Intel Core M, AMD
60918b
-	  Athlon X4 and AMD Opteron X1000/X2000 processors (DMI type 4).
60918b
-	* dmidecode.c: Display the IPMI interrupt number as a decimal
60918b
-	  number (DMI type 38).
60918b
-
60918b
-2017-01-20  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* biosdecode.c: Decode the entry point defined in the Intel
60918b
-	  Multiprocessor specification.
60918b
-
60918b
-2017-01-20  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Only decode one DMI table.
60918b
-	  This fixes Savannah bug #50022:
60918b
-	  https://savannah.nongnu.org/bugs/?50022
60918b
-
60918b
-2016-09-22  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* README: Explain that we can no longer support Cygwin.
60918b
-
60918b
-2016-06-30  Petr Oros  <poros@redhat.com>
60918b
-
60918b
-	* dmidecode.c: Unmask LRDIMM in memory type detail (DMI type 17).
60918b
-
60918b
-2015-11-02  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c, util.c, util.h: Let read_file return the actual data
60918b
-	  size.
60918b
-	* dmidecode.c: Use read_file to read the DMI table from sysfs.
60918b
-	  This fixes Savannah bug #46176:
60918b
-	  https://savannah.nongnu.org/bugs/?46176
60918b
-	* dmidecode.c: Check the sysfs entry point length.
60918b
-
60918b
-2015-10-21  Xie XiuQi  <xiexiuqi@huawei.com>
60918b
-
60918b
-	* dmidecode.c: Handle SMBIOS 3.0 entry points on EFI systems.
60918b
-
60918b
-2015-10-20  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Handle OEM-specific types in group associations
60918b
-	  (DMI type 14).
60918b
-
60918b
-2015-10-14  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* util.c: Avoid SIGBUS on mmap failure.
60918b
-	  This fixes Savannah bug #46066:
60918b
-	  https://savannah.nongnu.org/bugs/?46066
60918b
-	* util.c: Fix error paths in mem_chunk.
60918b
-
60918b
-2015-10-01  Roy Franz  <roy.franz@linaro.org>
60918b
-
60918b
-	* dmiopt.c: Add "--no-sysfs" option description to -h output.
60918b
-
60918b
-2015-09-03  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* version.h: Set version to 3.0.
60918b
-
60918b
-2015-08-04  Tyler Bell  <tyler.bell@hp.com>
60918b
-
60918b
-	* dmioem.c: Decode HP-specific DMI type 233
60918b
-	* dmioem.c: Refactored HP-specific types 209 and 221 to use common code
60918b
-	* dmioem.c: Documented spec for HP-specific types 209, 221 and 233
60918b
-
60918b
-2015-05-21  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Fix up invalid DMI type 34 structure length.
60918b
-	* dmioem.c: Decode HP-specific DMI types 212 and 219.
60918b
-	* dmioem.c: Move function is_printable to dmidecode.c.
60918b
-
60918b
-2015-05-13  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Add support for SMBIOS3 EFI table.
60918b
-	* dmidecode.c: Fix warnings about comparison between signed and
60918b
-	  unsigned integers.
60918b
-	* util.c: Fix warnings about unused labels when building without
60918b
-	  -DUSE_MMAP.
60918b
-	* dmioem.c: Strip spaces at the end of vendor names.
60918b
-	* dmioem.c: Decode Acer-specific DMI type 170.
60918b
-
60918b
-2015-05-12  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Remove extra blank line after hidden DMI type 40
60918b
-	  structure.
60918b
-
60918b
-2015-05-04  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Move table decoding to a separate function.
60918b
-	* dmidecode.c: Simplify function dmi_table_dump.
60918b
-	* dmidecode.c: Display types 41 and 42 in quiet mode too.
60918b
-	* dmidecode.c: Get OEM vendor from System Information (DMI type 1).
60918b
-
60918b
-2015-04-28  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.h, dmiopt.h: Fix sparse errors.
60918b
-	* biosdecode.c, dmiopt.c, ownership.c, vpdopt.c: Fix sparse warnings.
60918b
-	* util.c: Fix sparse warning.
60918b
-
60918b
-2015-04-27  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Fix --dump-bin when reading from sysfs.
60918b
-
60918b
-2015-04-27  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	Update to support SMBIOS specification version 3.0.0.
60918b
-
60918b
-	* dmidecode.c: Add support for the new _SM3_ 64-bit entry point
60918b
-	  defined in the SMBIOS specification version 3.0.0, including
60918b
-	  support of 64-bit addresses and 32-bit table lengths.
60918b
-	* dmidecode.c: Add 3 new chassis types (DMI type 3).
60918b
-	* dmidecode.c: Add 4 new processor families (DMI type 4).
60918b
-	* dmidecode.c: Add 4 new Intel socket types (DMI type 4).
60918b
-	* dmidecode.c: Add 13 new slot types (DMI type 9).
60918b
-	* dmidecode.c: Add 4 new memory device types (DMI type 17).
60918b
-	* dmidecode.c: Add support for processors with more than 255 cores
60918b
-	  or threads (DMI type 4).
60918b
-	* dmidecode.c: Stop decoding v3 tables at End-of-Table marker.
60918b
-
60918b
-2015-04-21  Roy Franz  <roy.franz@linaro.org>
60918b
-
60918b
-	* util.c, util.h: Add utility function read_file, which reads an
60918b
-	  entire binary file into a buffer.
60918b
-	* dmidecode.c: Add passing of flags parameter to dmi_table.
60918b
-	* dmidecode.c: Add reading of SMBIOS tables from sysfs.
60918b
-	* dmidecode.c, dmiopt.c, dmiopt.h: Add --no-sysfs option to disable
60918b
-	  use of sysfs.
60918b
-	* dmidecode.8: Document the changes above.
60918b
-
60918b
-2015-04-20  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* biosdecode.c: Add support for the _SM3_ entry point, as defined in
60918b
-	  the SMBIOS 3.0.0 specification.
60918b
-
60918b
-2014-11-14  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* man/dmidecode.8: Add a note about DMI strings available from sysfs
60918b
-	  on Linux.
60918b
-
60918b
-2014-10-13  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Add support for DDR4 (DMI type 17). Patch from Tomohiro
60918b
-	  Kimura. The value was taken from preliminary SMBIOS specification
60918b
-	  version 3.0.0d.
60918b
-	  This fixes Savannah bug #43370:
60918b
-	  https://savannah.nongnu.org/bugs/?43370
60918b
-
60918b
-2014-07-11  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Decode the CPUID of recent AMD processors (DMI type 4).
60918b
-
60918b
-2014-03-20  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Let legacy_decode be quiet in dump mode too.
60918b
-	* dmidecode.c: Skip the SMBIOS version comparison in quiet mode.
60918b
-	  Patch from Jens Rosenboom.
60918b
-
60918b
-2014-02-25  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Fix spacing of memory module voltage attributes
60918b
-	  (DMI type 17).
60918b
-
60918b
-2014-01-13  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Decode ID of PCI Express 3 slots (DMI type 9).
60918b
-	  This fixes Savannah bug #40178:
60918b
-	  https://savannah.nongnu.org/bugs/?40178
60918b
-
60918b
-2014-01-13  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* LICENSE: Update to the latest upstream version. Amongst other
60918b
-	  things, this fixes the FSF address.
60918b
-
60918b
-2013-04-24  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Strip trailing zeroes from memory voltage values
60918b
-	  (DMI type 17).
60918b
-	* dmidecode.c: Fix support for new processor upgrade types (DMI
60918b
-	  type 4) and new memory device type (DMI type 17.)
60918b
-
60918b
-2013-04-17  Anton Arapov  <anton@redhat.com>
60918b
-
60918b
-	* version.h: Set version to 2.12.
60918b
-
60918b
-2013-04-17  Anton Arapov  <anton@redhat.com>
60918b
-
60918b
-	Update to support SMBIOS specification version 2.8.0.
60918b
-
60918b
-	* dmidecode.c: Correct processor family name (DMI type 4).
60918b
-	* dmidecode.c: Correct typo in processor upgrade type (DMI type 4).
60918b
-	* dmidecode.c: Add 9 new processor families (DMI type 4).
60918b
-	* dmidecode.c: Add 2 new Intel socket types (DMI type 4).
60918b
-	* dmidecode.c: Add Min/Max/Configured memory voltages (DMI type 17).
60918b
-	* dmidecode.c: Add LRDIMM to memory device list (DMI type 17).
60918b
-
60918b
-2012-03-26  Anton Arapov  <anton@redhat.com>
60918b
-
60918b
-	* man/dmidecode.8: Add missing DMI type introduced with SMBIOS 2.7+, and
60918b
-	  include the information about the extra output when dmidecode is run
60918b
-	  on a hardware that has non-supported SMBIOS version.
60918b
-
60918b
-2012-03-12  Anton Arapov  <anton@redhat.com>
60918b
-
60918b
-	* dmioem.c: Add "PXE" to the HP OEM Type 209 output so it is similar to
60918b
-	  the "iSCSI" description in HP OEM Type 221. Patch from Naga Chumbalkar.
60918b
-
60918b
-2011-11-18  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Properly print the hexadecimal value of invalid
60918b
-	  string characters.
60918b
-
60918b
-2011-11-14  Anton Arapov  <anton@redhat.com>
60918b
-
60918b
-	* dmidecode.c: Make dmi_chassis_type aware of the lock bit.
60918b
-	  Patch from Stefan Tauner.
60918b
-	* config.h: Haiku dropped the _BEOS_ definition in favor of its own
60918b
-	  platform identification _HAIKU_. Patch from Francois Revol.
60918b
-
60918b
-2011-04-20  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	Update to support SMBIOS specification version 2.7.1.
60918b
-
60918b
-	* dmidecode.c: Add 6 AMD processor families (DMI type 4).
60918b
-	* dmidecode.c: Add cache associativity value
60918b
-	  "20-way Set-associative" (DMI type 7).
60918b
-	* dmidecode.c: Add PCI Express 3 slot types (DMI type 9).
60918b
-
60918b
-2011-01-25  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Fix boundary checks of memory array location codes
60918b
-	  (DMI type 16). Reported by Andrey Matveyev.
60918b
-
60918b
-2011-01-19  Anton Arapov  <anton@redhat.com>
60918b
-
60918b
-	* version.h: Set version to 2.11.
60918b
-
60918b
-2010-11-24  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Assume that the max power capacity is expressed in
60918b
-	  Watts, not milliWatts (DMI type 39). The specification isn't
60918b
-	  clear about the actual unit, but the only implementation I've
60918b
-	  seen (HP Proliant G7) clearly uses Watts. Also, using milliWatts
60918b
-	  would limit the max value that can be stored to 32 W, which
60918b
-	  doesn't make much sense.
60918b
-	* dmidecode.c: Fix offset of partition width (DMI type 19).
60918b
-	* dmidecode.c: Decode BIOS language information flags
60918b
-	  (DMI type 13).
60918b
-	* dmidecode.c: Fix CPU flags mask (DMI type 4).
60918b
-	* dmidecode.c: Reword "PCI Express Gen 2" to just "PCI Express 2"
60918b
-	  (DMI type 9).
60918b
-	* dmidecode.c: Decode the slot ID for all PCI Express and PCI
60918b
-	  Express 2 slots (DMI type 9).
60918b
-
60918b
-2010-11-24  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	Update to support SMBIOS specification version 2.7.0.
60918b
-
60918b
-	* dmidecode.c: Update all references to the SMBIOS specification
60918b
-	  to match the new numbering.
60918b
-	* dmidecode.c: Add UEFI support and virtual machine flags to BIOS
60918b
-	  characteristics (DMI type 0).
60918b
-	* dmideocde.c: Add SKU number field to system enclosure or chassis
60918b
-	  (DMI type 3).
60918b
-	* dmidecode.c: Add many Intel, AMD and VIA CPU family names
60918b
-	  (DMI type 4).
60918b
-	* dmidecode.c: Add many socket formats (DMI type 4).
60918b
-	* dmidecode.c: Add processor characteristics flags (DMI type 4).
60918b
-	* util.c, util.h: Add utility function u64_range, which computes
60918b
-	  the range between two u64 values.
60918b
-	* dmidecode.c: Add support for memory arrays of 2 TB and more
60918b
-	  (DMI types 16, 19 and 20).
60918b
-	* dmidecode.c: Add support for memory devices of 32 GB and more
60918b
-	  (DMI type 17).
60918b
-	* dmidecode.c: Add description of cooling device (DMI type 27).
60918b
-	* dmidecode.c: Add limited support for new DMI type 42 (Management
60918b
-	  Controller Host Interface).
60918b
-
60918b
-2010-11-16  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Handle ambiguous processor family value 0x30
60918b
-	  (DMI type 4).
60918b
-	* dmidecode.c: Prevent unlikely array overrun when decoding
60918b
-	  processor family value 0xBE (DMI type 4).
60918b
-	* dmidecode.c: Handle DMI type 2 record of size 0x0E.
60918b
-
60918b
-2010-11-11  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Fix decoding of IPMI base address LSB.
60918b
-
60918b
-2010-11-09  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Drop redundant/obsolete references to
60918b
-	  CIM_Processor.Family.
60918b
-
60918b
-2010-10-26  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	Update to support Intel AP-485 (CPUID) revision 36 (was 32).
60918b
-
60918b
-	* dmidecode.c: Update the link to the AP-485 document, the revision
60918b
-	  and the table number.
60918b
-	* dmidecode.c: Update two CPU flag descriptions (FXSR and HTT).
60918b
-	  Drop CPU flag IA64.
60918b
-	* dmidecode.c: Update the list of processors for which we decode the
60918b
-	  CPUID flags.
60918b
-
60918b
-2010-10-11  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: One more SMBIOS version fix-up case.
60918b
-	* Makefile: Rework BSD make compatibility trick. The previous
60918b
-	  trick would break GNU make 3.82.
60918b
-
60918b
-2010-09-29  Anton Arapov  <anton@redhat.com>
60918b
-
60918b
-	* util.c: makes dmidecode fall back to regular reads if the mmap
60918b
-	  fails. Patch from Olof Johansson.
60918b
-
60918b
-2010-09-21  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Fix Xeon 7xxx entries in CPU name lookup table
60918b
-	  (DMI type 4). Patch from Paul Flo Williams.
60918b
-
60918b
-2009-08-28  Jarod Wilson  <jarod@redhat.com>
60918b
-
60918b
-	Update to support SMBIOS specification version 2.6.1.
60918b
-
60918b
-	* dmidecode.c: Add processor types "Dual-Core Xeon 5200",
60918b
-	  "Dual-Core Xeon 7200", "Quad-Core Xeon 7300", "QuadCore Xeon 7400",
60918b
-	  "Multi-Core Xeon 7400", "Core i7", "Dual-Core Celeron",
60918b
-	  "Multi-Core Xeon", "Dual-Core Xeon 3xxx", "Quad-Core Xeon 3xxx",
60918b
-	  "Dual-Core Xeon 5xxx", "Quad-Core Xeon 5xxx", "Dual-Core Xeon 7xxx",
60918b
-	  "Quad-Core Xeon 7xxx" and "Multi-Core Xeon 7xxx" (DMI type 4).
60918b
-	* dmidecode.c: Add slot types "PCI Express Gen 2 x1",
60918b
-	  "PCI Express Gen 2 x2", "PCI Express Gen 2 x4",
60918b
-	  "PCI Express Gen 2 x8" and "PCI Express Gen 2 x16" (DMI type 9).
60918b
-	* dmidecode.c: Add memory device types "DDR3" and "FB-DIMM"
60918b
-	  (DMI type 17).
60918b
-	* dmidecode.c: Add cache associativity types "12-way Set-associative",
60918b
-	  "24-way Set-associative", "32-way Set-associative",
60918b
-	  "48-way Set-associative" and "64-way Set-associative" (DMI type 7).
60918b
-
60918b
-2009-07-27  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmioem.c: Recognize "Hewlett-Packard" as a possible DMI vendor
60918b
-	  string for HP. Orginal patch from Thomas Hiller (HP).
60918b
-	* dmidecode.c: Add processor upgrade type "Socket LGA1366"
60918b
-	  (DMI type 4).
60918b
-
60918b
-2009-06-19  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Fix decoding of memory array capacity. A maximum
60918b
-	  capacity of 128 GB would erroneously be reported as Unknown,
60918b
-	  while a unknown capacity would be erroneously reported as 2048
60918b
-	  GB. Bug reported by Lin Li (HP).
60918b
-
60918b
-2009-04-30  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Warn if decoding an SMBIOS implementation which is
60918b
-	  newer than what we support.
60918b
-
60918b
-2009-04-04  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* Makefile: Clarify license.
60918b
-
60918b
-2008-11-23  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* biosdecode.c: Stop using the inline keyword. It causes more
60918b
-	  portability issues than is worth given how little we care about
60918b
-	  performance in this tool, and recent versions of gcc know when
60918b
-	  to inline functions anyway.
60918b
-	* version.h: Set version to 2.10.
60918b
-
60918b
-2008-11-14  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Handle chassis information records of size 19
60918b
-	  (DMI type 3).
60918b
-
60918b
-2008-11-10  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Claim to support revision 32 of Intel AP-485
60918b
-	  (CPUID). No relevant change since revision 31.
60918b
-	* dmidecode.c: Update reference to AMD CPUID document.
60918b
-
60918b
-2008-11-09  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Decode the CPUID of more Intel, VIA and AMD
60918b
-	  processors (DMI type 4).
60918b
-	* dmidecode.c: More CPUID exceptions based on the version string
60918b
-	  (DMI type 4).
60918b
-	* README: Drop reference to the Linux kernel.
60918b
-	* README: Drop "model-specific issues" common problem entry, it is
60918b
-	  no longer relevant.
60918b
-	* README: Simplify "IA-64" common problem entry, most of the
60918b
-	  issues are solved by now.
60918b
-
60918b
-2008-11-08  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Add many processor types taken from the CIM Schema.
60918b
-	* dmidecode.c: Drop all references to the DMTF Master MIF
60918b
-	  document. This document hasn't been updated in years, so the
60918b
-	  additions it may contain are no longer relevant.
60918b
-
60918b
-2008-11-07  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Handle base board information records of size 9
60918b
-	  (DMI type 2).
60918b
-	* dmidecode.c: Don't display access time equivalent of memory
60918b
-	  device speed (DMI type 17). The access time didn't add much
60918b
-	  value, and rounding effects made it look bad at times.
60918b
-
60918b
-2008-11-07  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	Update to support SMBIOS specification version 2.6, fourth round.
60918b
-
60918b
-	* dmidecode.c: Initial support for additional information entries
60918b
-	  (DMI type 40). Proper support of this new entry type would
60918b
-	  require redesigning a large part of the code, so I am waiting
60918b
-	  to see actual implementations of it to decide whether it's worth
60918b
-	  the effort.
60918b
-	* dmidecode.c, dmidecode.8: Update reference SMBIOS document.
60918b
-	* dmiopt.c, dmidecode.8: Include entry type 41 in --type baseboard.
60918b
-
60918b
-2008-11-05  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	Update to support SMBIOS specification version 2.6, third round.
60918b
-
60918b
-	* dmidecode.c: Decode the group number, bus number and
60918b
-	  device/function number of system slots (DMI type 9).
60918b
-	  Based on a preliminary patch by Matt Domsch.
60918b
-	* dmidecode.c: Decode onboard devices extended information
60918b
-	  entries (DMI type 41). Based on a preliminary patch by Matt
60918b
-	  Domsch.
60918b
-	* dmidecode.c: Add slot types "PCI Express x1", "PCI Express x2",
60918b
-	  "PCI Express x4", "PCI Express x8" and "PCI Express x16"
60918b
-	  (DMI type 9).
60918b
-	* dmidecode.c: Decode the memory device rank (DMI type 17).
60918b
-
60918b
-2008-11-02  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Use binary search for dmi_processor_family, it's
60918b
-	  faster than linear search (DMI type 4).
60918b
-	* dmidecode.c: Decode boot integrity services entry point entries
60918b
-	  (DMI type 31).
60918b
-
60918b
-2008-10-31  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: The compiler knows how to reuse strings, it doesn't
60918b
-	  need our help, and actually it does a better job without it. So,
60918b
-	  turn out_of_spec into a define.
60918b
-	* dmidecode.c: Optimize functions dmi_processor_status(),
60918b
-	  dmi_cache_location(), dmi_system_reset_boot_option() and
60918b
-	  dmi_ipmi_register_spacing().
60918b
-
60918b
-2008-10-30  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c, dmiopt.c, dmidecode.8: Option --dump is only a
60918b
-	  modifier as --quiet is, so it's not actually mutually exclusive
60918b
-	  with the output format options.
60918b
-	* dmidecode.c: Make options --dump-bin and --quiet work together.
60918b
-	* dmidecode.c: Delay string filtering when option --dump is used.
60918b
-	* dmidecode.c: Refactor dmi_processor_family function to avoid
60918b
-	  code duplication.
60918b
-	* dmidecode.c: Fix up invalid SMBIOS version 2.51.
60918b
-
60918b
-2008-10-29  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Handle special case of processor family code 0xBE,
60918b
-	  which can be both Core 2 or K7. We use the processor
60918b
-	  manufacturer string as a hint (DMI type 4).
60918b
-
60918b
-2008-10-28  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c, dmidecode.h, dmiopt.c, dmiopt.h: Don't use function
60918b
-	  pointers for special string cases. Each special case is itself
60918b
-	  special and needs to call a function with its own prototype, so
60918b
-	  better have dedicated code to handle it all.
60918b
-	* dmidecode.c, dmidecode.h, dmioem.c, dmioem.h: Mark a few
60918b
-	  pointers const.
60918b
-	* dmidecode.c, util.c, util.h: When dumping the DMI table to a
60918b
-	  binary file, truncate the file first.
60918b
-	* dmidecode.c: Support Processor Family 2 field also when queried
60918b
-	  with option --string.
60918b
-
60918b
-2008-10-27  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	Update to support SMBIOS specification version 2.6, second round.
60918b
-
60918b
-	* dmidecode.c: Add support for Processor Family 2 field
60918b
-	  (DMI type 4).
60918b
-	* dmidecode.c: Add processor types "Turion 64 X2", "Core Solo",
60918b
-	  "Core 2 Duo", "ESA/390 G6", "z/Architectur", "C7-M", "C7-D",
60918b
-	  "C7" and "Eden" (DMI type 4).
60918b
-	* dmidecode.c: Fix typo in processor type "AMD29000" (DMI type 4).
60918b
-	* dmidecode.c: Add processor upgrade types "Socket S1",
60918b
-	  "Socket AM2" and "Socket F (1207)" (DMI type 4).
60918b
-
60918b
-2008-10-26  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	Update to support SMBIOS specification version 2.6, first round.
60918b
-
60918b
-	* dmidecode.c: Byte-swap the first 3 fields of the UUID
60918b
-	  (DMI type 1).
60918b
-	* dmidecode.c: Add chassis types "Blade" and "Blade Enclosure"
60918b
-	  (DMI type 3).
60918b
-
60918b
-2008-10-26  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmiopt.c, dmidecode.8: Simplify the handling and documentation
60918b
-	  of mutually exclusive output format options.
60918b
-	* dmidecode.8: Document the binary dump file format.
60918b
-	* dmidecode.c: Don't display the source dump file name in quiet
60918b
-	  mode.
60918b
-	* biosdecode.c, dmidecode.c, dmioem.c, dmiopt.c, dmiopt.h,
60918b
-	  ownership.c, types.h, util.c, vpddecode.c, vpdopt.c, vpdopt.h:
60918b
-	  Mass coding-style change: add spaces around operators.
60918b
-	* vpddecode.c: Fix --quiet option.
60918b
-	* dmidecode.h, dmiopt.h: Pass version information to print
60918b
-	  callback functions.
60918b
-	* dmidecode.c: Fix up invalid SMBIOS version.
60918b
-	* dmidecode.c: Handle base board information records of size 10
60918b
-	  (DMI type 2).
60918b
-
60918b
-2008-10-25  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Limit indentation in smbios_decode and
60918b
-	  legacy_decode.
60918b
-	* dmidecode.c, dmiopt.c: Write binary dump to a compact file
60918b
-	  rather than a sparse file.
60918b
-	* dmidecode.c, dmiopt.c, dmiopt.h: New option --from-dump, read
60918b
-	  the DMI data from a binary file.
60918b
-	* dmidecode.8: Update the option --dump-bin, document the new
60918b
-	  option --from-dump.
60918b
-
60918b
-2008-08-28  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Add missing colon to temperature probe label.
60918b
-	  Patch from Alex Iribarren.
60918b
-
60918b
-2008-02-16  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* util.c, util.h: New helper function write_dump.
60918b
-	* dmidecode.c, dmiopt.c, dmiopt.h: New option --dump-bin, dump
60918b
-	  the DMI data to a sparse binary file.
60918b
-	* dmidecode.8: Document the new option --dump-bin.
60918b
-	* Makefile, biosdecode.c, dmidecode.c, dmidecode.h, dmioem.c,
60918b
-	  dmioem.h, dmiopt.c, dmiopt.h, ownership.c, util.c, util.h,
60918b
-	  vpddecode.c, vpdopt.c, vpdopt.h: Update copyright statements.
60918b
-	* dmidecode.c: Adjust the error message which is displayed when
60918b
-	  the table is unreachable.
60918b
-
60918b
-2007-06-30  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* config.h: Add support for Solaris (x86 only, of course). Based
60918b
-	  on a patch by Sun's Dan Mick, brought to my knowledge by
60918b
-	  Attila Nagy.
60918b
-
60918b
-2007-06-27  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* Makefile: Fix the uninstall-man target.
60918b
-
60918b
-2007-06-07  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: If the SMBIOS entry point decoding fails (for
60918b
-	  example due to a bad checksum), still try decoding the
60918b
-	  encapsulated DMI entry point. Suggested by Luke Suchocki.
60918b
-	* dmidecode.c: Replace all occurrences of "KB" by the more
60918b
-	  correct "kB".
60918b
-
60918b
-2007-03-16  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* vpddecode.c: Stop asking the user to report bad checksums,
60918b
-	  unaligned records and the like. Such machines exist, too bad,
60918b
-	  we have to live with it.
60918b
-
60918b
-2007-02-27  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* biosdecode.c: Fix a compilation error with non-C99 compilers.
60918b
-	  Patch from Francois Revol.
60918b
-
60918b
-2007-02-26  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Fix an array overrun while decoding the system
60918b
-	  event log status (DMI type 15).
60918b
-	* biosdecode.c: Use printf instead of fwrite.
60918b
-	* dmidecode.8: Some OEM-specific types can be decoded now.
60918b
-	* biosdecode.8: List the FJKEYINF entry point type.
60918b
-	* vpddecode.8: The product name is no longer displayed.
60918b
-	* version.h: Set version to 2.9.
60918b
-
60918b
-2007-02-16  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Do not print the BIOS base address and runtime size
60918b
-	  if the base address is 0. This happens on IA-64 because there's
60918b
-	  no BIOS.
60918b
-	* Makefile, README: Do not build biosdecode, ownership and
60918b
-	  vpddecode on IA-64, as IA-64 systems have no BIOS. This was
60918b
-	  quite tricky to keep both GNU make and BSD make happy, but it
60918b
-	  seems that I finally succeeded.
60918b
-
60918b
-2007-02-13  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	Update to support SMBIOS specification version 2.5, second round.
60918b
-
60918b
-	* dmidecode.c: Decode new processor characteristics (multi-core,
60918b
-	  multi-thread, 64-bit) (DMI type 4).
60918b
-	* dmidecode.c: Decode slot ID of AGP 8x and PCI Express slots (DMI
60918b
-	  type 9).
60918b
-
60918b
-	* dmidecode.c: Fix the mask of 3 bitfield tests. This will let
60918b
-	  the memory type of some systems be properly reported as SDRAM.
60918b
-	* dmidecode.c: Fix the AMD processors signature decoding.
60918b
-	* README: Minor edits.
60918b
-
60918b
-2007-02-12  Jens Elkner  <elkner@linofee.org>
60918b
-
60918b
-	Update to support SMBIOS specification version 2.5, first round.
60918b
-
60918b
-	* dmidecode.c: Add chassis types "CompactPCI" and "AdvancedTCA"
60918b
-	  (DMI type 3).
60918b
-	* dmidecode.c: Add processor types "Turion 64",
60918b
-	  "Dual-Core Opteron", "Athlon 64 X2", "Celeron D", "Pentium D"
60918b
-	  and "Pentium EE" (DMI type 4).
60918b
-	* dmidecode.c: Add processor upgrade types "Socket mPGA604",
60918b
-	  "Socket LGA771" and "Socket LGA775" (DMI type 4).
60918b
-	* dmidecode.c: Add connector type "SAS/SATA Plug Receptacle" and
60918b
-	  port types "SATA" and "SAS" (DMI type 8).
60918b
-	* dmidecode.c: Add on-board device types "PATA Controller",
60918b
-	  "SATA Controller" and "SAS Controller" (DMI type 10).
60918b
-	* dmidecode.c: Add memory device form factor "FB-DIMM" and memory
60918b
-	  device type "DDR2 FB-DIMM" (DMI type 17).
60918b
-
60918b
-2007-02-12  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmioem.c: Share the code between HP-specific types 209 and 221.
60918b
-	  Both types are really the same, only the title is different.
60918b
-	* dmioem.c: Make the HP-specific types 209 and 221 output a bit
60918b
-	  more verbose.
60918b
-	* dmidecode.c: Let --type decode OEM-specific entries when
60918b
-	  possible.
60918b
-	* dmidecode.c: Include decoded OEM-specific entries in quiet mode
60918b
-	  output (--quiet).
60918b
-	* dmidecode.c: Do not complain about truncated entries in quiet
60918b
-	  mode.
60918b
-	* dmioem.c: Decode HP-specific type 204 entries in a safer way:
60918b
-	  check the length before decoding, and don't assume that all
60918b
-	  strings are provided in the same order as they are used.
60918b
-
60918b
-	Update to support Intel AP-485 (CPUID) revision 31 (was 28).
60918b
-
60918b
-	* dmidecode.c: New CPUID flag IA64.
60918b
-	* dmidecode.c: Fix the decoding of Intel extended family.
60918b
-
60918b
-2007-02-11  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmioem.c, dmioem.h: New.
60918b
-	* Makefile, dmidecode.c, dmidecode.h, dmioem.c, dmioem.h: Move the
60918b
-	  decoding of OEM-specific entries to a separate source file.
60918b
-	* dmidecode.c: DMI type 38 is tested by now.
60918b
-	* dmioem.c: The PCI function is typically represented as a single
60918b
-	  digit.
60918b
-	* Makefile, dmiopt.c, vpdopt.c, util.h: Define an ARRAY_SIZE macro
60918b
-	  which computes the size of a static array, and use it where
60918b
-	  relevant.
60918b
-
60918b
-2007-02-11  John Cagle  <jcagle@kernel.org>
60918b
-
60918b
-	* dmidecode.c: Add support for 3 HP-specific entries: system/rack
60918b
-	  locator (type 204), NIC MAC information (type 209) and NIC iSCSI
60918b
-	  MAC information (type 221).
60918b
-
60918b
-2007-01-14  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* vpddecode.c: Fix a rare warning.
60918b
-	* biosdecode.c: Add support for the FJKEYINF entry point, which
60918b
-	  contains data related to the "application panel" on Fujitsu
60918b
-	  laptops.
60918b
-
60918b
-2006-05-23  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Fix a recently introduced compilation error with
60918b
-	  non-C99 compilers.
60918b
-	* dmidecode.c: Check for short entries (less than 4 bytes), stop
60918b
-	  with an error when one is encountered.
60918b
-
60918b
-2006-05-13  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* vpddecode.c, README: Drop the product name lookup table. It
60918b
-	  was reported to be unreliable too many times, and was also
60918b
-	  difficult to maintain.
60918b
-
60918b
-2006-05-10  Jean Delvare  <jdelvare@suse.de>
60918b
-
60918b
-	* dmidecode.c: Don't cast from u8* to dmi_header*, else
60918b
-	  architectures which do not support unaligned memory accesses
60918b
-	  may break. Instead, copy the members individually. That's a
60918b
-	  bit slower, but that's also safer and we only need to do it
60918b
-	  once per DMI entry, so it's not time critical. So far, we
60918b
-	  were using a trick to later work around the unaligned memory
60918b
-	  access, but the compiler would still warn about the risk,
60918b
-	  which is always confusing.
60918b
-	* config.h, types.h, README: Automatically enable the unaligned
60918b
-	  memory access workaround on ia64.
60918b
-	* types.h: Inline U64. It makes sense per se and also lets us
60918b
-	  get rid of a warning about U64 being unused.
60918b
-	* dmidecode.c: Detect EFI at run-time rather than compilation-
60918b
-	  time. Based on an original patch from Matthew Garrett. This
60918b
-	  will make x86 binaries work for both PC systems with BIOS and
60918b
-	  Macintosh systems with EFI. Also prevent a possible, though
60918b
-	  unlikely, NULL-pointer dereference in the EFI code.
60918b
-
60918b
-2006-02-25  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Fix typo reported by David Wilson (DMI case 3).
60918b
-
60918b
-2006-02-04  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Update lookup table from revision 2006-01-31 of IBM
60918b
-	  reference document (add product ID "7B").
60918b
-	* version.h: Set version to 2.8.
60918b
-
60918b
-2006-01-21  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: The mysterious last character of xSeries records
60918b
-	  may be a BIOS revision. Display it as such when present and
60918b
-	  non zero, and ask users to report.
60918b
-	* vpddecode.c: Adjust an error message.
60918b
-	* dmidecode.8: Update the sample entry to match the new output
60918b
-	  format.
60918b
-	* README: Improve the IA-64 specific section and the vpddecode
60918b
-	  tool description.
60918b
-	* vpdopt.h: Add missing system header file include.
60918b
-
60918b
-2006-01-20  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Assume a constant length of 12 characters for the
60918b
-	  "Default Flash Image File Name" entry. The 13th character never
60918b
-	  contained anything useful, so it probably has a different
60918b
-	  meaning (unknown for now).
60918b
-
60918b
-2005-12-24  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Scan for VPD records on 4-byte boundaries instead
60918b
-	  of 16-byte boundaries. This is needed for some eServer xSeries
60918b
-	  206. Still emit a warning if a VPD record is found not on a
60918b
-	  16-byte boundary.
60918b
-
60918b
-2005-10-26  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "NR". Reported by Klaus Muth.
60918b
-	* vpddecode.c: Update lookup table from revision 2005-10-06 of IBM
60918b
-	  reference document (add product IDs "77" and "78").
60918b
-
60918b
-2005-10-05  Jean Delvare
60918b
-
60918b
-	Update to support IPMI specification version 2.0 (was 1.5).
60918b
-
60918b
-	* dmidecode.c: Support IPMI interface type SSIF. Original patch
60918b
-	  by Garry Belka.
60918b
-
60918b
-2005-10-04  Jean Delvare
60918b
-
60918b
-	* vpdopt.c: Display the list of all valid string keywords when
60918b
-	  --string is used without an argument.
60918b
-	* vpddecode.8: Document the new -s, --string option.
60918b
-	* dmidecode.8: List the four new string keywords.
60918b
-	* vpddecode.c: Keep quiet when --string is used, even when no VPD
60918b
-	  record is found.
60918b
-
60918b
-2005-10-03  Jean Delvare
60918b
-
60918b
-	* biosdecode.c: Fix a potential (but highly improbable) buffer
60918b
-	  overrun in the VPD record decoding.
60918b
-	* biosdecode.c: Change the xSeries checksumming method to
60918b
-	  accommodate a strange xSeries 440 VPD record, as was done in
60918b
-	  vpddecode.c some weeks ago. Do not display the default flash
60918b
-	  image file name anymore, it's not so useful and the field length
60918b
-	  is now uncertain.
60918b
-	* vpdopt.c, vpdopt.h: New.
60918b
-	* Makefile, vpddecode.c, vpdopt.c, vpdopt.h: Move the command line
60918b
-	  handling of vpddecode to a separate source file.
60918b
-	* vpddecode.c, vpdopt.c, vpdopt.h: Add option -s, --string. It
60918b
-	  prints one selected VPD string instead of the regular output.
60918b
-
60918b
-2005-09-24  Jean Delvare
60918b
-
60918b
-	* dmiopt.c: Fix incorrect header include. The strcasecmp function
60918b
-	  is defined in <strings.h>, not <string.h>. Reported by Petter
60918b
-	  Reinholdtsen.
60918b
-
60918b
-2005-09-14  Jean Delvare
60918b
-
60918b
-	* dmidecode.h: New.
60918b
-	* dmidecode.c, dmidecode.h, Makefile: Export four specific
60918b
-	  decoding functions, make them suitable for external call.
60918b
-	* dmidecode.c, dmiopt.c, dmiopt.h, Makefile: Make it possible
60918b
-	  for --string to print decoded binary data rather than only
60918b
-	  DMI strings. Add four such string keywords.
60918b
-	* dmidecode.c, dmiopt.c, dmiopt.h: Modify the opt structure
60918b
-	  to handle the string option more efficiently.
60918b
-
60918b
-2005-09-13  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Slightly change the xSeries checksumming method to
60918b
-	  accommodate a strange xSeries 440 VPD record. Also tweak the
60918b
-	  decoding of the "Default Flash Image File Name" entry. Thanks
60918b
-	  to Torsten Seemann for providing a test VPD record.
60918b
-
60918b
-2005-09-05  Jean Delvare
60918b
-
60918b
-	* Makefile: Use -Wundef.
60918b
-
60918b
-2005-08-31  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Drop trailing dot from handle description line.
60918b
-
60918b
-2005-08-29  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Reword a comment about CPUID.
60918b
-	* dmidecode.c: Claim to support revision 28 of Intel AP-485
60918b
-	  (CPUID). No relevant change since revision 27.
60918b
-
60918b
-2005-08-25  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "VI". Reported by Torsten Seemann.
60918b
-	* vpddecode.c: Update lookup table from revision 2005-06-24 of IBM
60918b
-	  reference document (add product IDs "1U", "1X", "70", "74", "75"
60918b
-	  and "76", update product ID "1Y").
60918b
-	* dmiopt.c: Complain about unknown options again.
60918b
-	* biosdecode.c, ownership.c, vpddecode.c: getopt_long() will never
60918b
-	  return ':'.
60918b
-
60918b
-2005-08-04  Jean Delvare
60918b
-
60918b
-	* README: Manual pages document the command line interface.
60918b
-	  A discussion list exists for developers. Mmap is used on
60918b
-	  most systems, not just Linux.
60918b
-	* version.h: Set version to 2.7.
60918b
-
60918b
-2005-08-02  Jean Delvare
60918b
-
60918b
-	* dmiopt.c, dmidecode.8: Options --dump and --quiet are mutually
60918b
-	  exclusive.
60918b
-
60918b
-2005-06-23  Jean Delvare
60918b
-
60918b
-	* dmiopt.c, dmidecode.8: Options --dump and --string are mutually
60918b
-	  exclusive.
60918b
-
60918b
-2005-06-22  Jean Delvare
60918b
-
60918b
-	* dmiopt.c: Display the list of all valid type or string keywords
60918b
-	  when --type or --string, respectively, is used without an
60918b
-	  argument or with an invalid one.
60918b
-	* dmidecode.8: Document the new -s, --string option. Update the
60918b
-	  -t, --type option documentation.
60918b
-	* dmiopt.c, dmidecode.8: Add string keyword "bios-release-date",
60918b
-	  the Linux kernel uses it.
60918b
-	* dmidecode.c, dmidecode.8: Fix typo ("Controler" becomes
60918b
-	  "Controller").
60918b
-
60918b
-2005-06-21  Jean Delvare
60918b
-
60918b
-	* dmidecode.c, dmiopt.c, dmiopt.h: Add option -s, --string. It
60918b
-	  prints one selected DMI string instead of the regular output.
60918b
-
60918b
-2005-06-18  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Hide handle references and entries of unknown
60918b
-	  type when --quiet is used.
60918b
-	* dmidecode.8: Document the new -q, --quiet option.
60918b
-	* dmidecode.c: Stop decoding at end of table entry when --quiet
60918b
-	  is used. Also don't warn about incorrect table length or entries
60918b
-	  count when --quiet is used.
60918b
-
60918b
-2005-06-17  Jean Delvare
60918b
-
60918b
-	* dmidecode.c, dmiopt.c, dmiopt.h: Add option -q, --quiet. It
60918b
-	  makes the output less verbose.
60918b
-	* dmidecode.c: Suppress one level of indentation in the output,
60918b
-	  insert blank lines between records. This will hopefully make
60918b
-	  the output easier to read.
60918b
-	* dmidecode.c: Hide table address and size when --type is used.
60918b
-
60918b
-2005-06-16  Jean Delvare
60918b
-
60918b
-	* dmidecode.8: Document the new -t, --type option.
60918b
-
60918b
-2005-06-15  Jean Delvare
60918b
-
60918b
-	* dmiopt.c, dmiopt.h: New.
60918b
-	* Makefile, dmidecode.c, dmiopt.c, dmiopt.h: Move the command line
60918b
-	  handling of dmidecode to a separate source file.
60918b
-	* dmiopt.c: Define keywords to be used with --type (instead of
60918b
-	  numeric values).
60918b
-
60918b
-2005-06-14  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Centralize the main exit point. This allows fixing
60918b
-	  a minor, recently introduced memory leak which was happening on
60918b
-	  error conditions.
60918b
-
60918b
-2005-06-13  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Add option -t, --type. It limits the output to
60918b
-	  the given type(s) of DMI entries.
60918b
-
60918b
-2005-05-25  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product IDs "KE", "NT" and "ZR". Reported by
60918b
-	  Bernd Krumboeck.
60918b
-
60918b
-2005-05-15  Jean Delvare
60918b
-
60918b
-	* dmidecode.8, vpddecode.8: Document the new -u, --dump option.
60918b
-
60918b
-	Update to support SMBIOS specification version 2.4 (was 2.4
60918b
-	preliminary). There is actually no difference between 2.4
60918b
-	preliminary and 2.4 final.
60918b
-
60918b
-	* dmidecode.c: Update the "System Management BIOS Reference
60918b
-	  Specification" version.
60918b
-
60918b
-2005-04-26  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "M1". Reported by Myke Olson.
60918b
-	* vpddecode.c: Add option -u, --dump. It disables decoding of the
60918b
-	  VPD records, a raw dump is displayed instead. This option is
60918b
-	  mainly intended for debugging.
60918b
-
60918b
-2005-04-03  Jean Delvare
60918b
-
60918b
-	* Makefile: Use variables for install and rm commands, so that these
60918b
-	  can be overridden by the caller.
60918b
-
60918b
-2005-03-25  Jean Delvare
60918b
-
60918b
-	* Makefile: Install some documentation files (README, CHANGELOG,
60918b
-	  AUTHORS).
60918b
-
60918b
-	Update to support SMBIOS specification version 2.4 preliminary
60918b
-	[11/18/2004] (was 2.3.4).
60918b
-
60918b
-	* dmidecode.c: Add BIOS characteristics (DMI type 0).
60918b
-	* dmidecode.c: Display BIOS and firmware revisions where available
60918b
-	  (DMI type 0).
60918b
-	* dmidecode.c: Display system SKU number and family where available
60918b
-	  (DMI type 1).
60918b
-	* dmidecode.c: Add system slot types and widths (DMI type 9).
60918b
-	* dmidecode.c: Add memory device type "DDR2" (DMI type 17).
60918b
-
60918b
-2005-03-20  Jean Delvare
60918b
-
60918b
-	* Makefile: Install manual pages under $(prefix)/share/man by
60918b
-	  default, instead of $(prefix)/man, so as to comply with the FHS.
60918b
-
60918b
-2005-03-08  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Update lookup table from revision 2005-03-08 of IBM
60918b
-	  reference document (add product ID "1V", update product ID "1R").
60918b
-	  Thanks to Ingo van Lil for reporting about product ID "1V".
60918b
-
60918b
-2005-03-06  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Add option -u, --dump. It disables decoding of the
60918b
-	  entries, raw dumps are displayed instead. This option is mainly
60918b
-	  intended for debugging.
60918b
-	* Makefile: Use -Winline.
60918b
-	* dmidecode.c: Make ASCII filtering of strings faster.
60918b
-
60918b
-2005-02-28  Jean Delvare
60918b
-
60918b
-	* version.h: Set version to 2.6.
60918b
-	* Makefile: ownership.o depends on version.h.
60918b
-
60918b
-2005-02-24  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "2C". Reported by Tomek Mateja.
60918b
-
60918b
-2005-02-17  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product IDs "OP" and "PN". Reported by Scott
60918b
-	  Denham.
60918b
-	* vpddecode.c: Fix typo in one product name (560E improperly
60918b
-	  spelled 650E).
60918b
-	* vpddecode.c: Add product IDs "IW" and "IY", as added recently
60918b
-	  on IBM's reference web page. Update reference.
60918b
-	* config.h: Use mmap on all but BeOS, instead of only Linux.
60918b
-
60918b
-2005-02-12  Jean Delvare
60918b
-
60918b
-	* util.c: Fix incorrect length in munmap call.
60918b
-	* Makefile: Use -Wmissing-prototypes.
60918b
-	* dmidecode.c: Fix maximum battery error value.
60918b
-
60918b
-2005-02-11  Jean Delvare
60918b
-
60918b
-	* Makefile: Discard -pedantic, we don't really need this.
60918b
-	* util.c: Display an error message on memory shortage. Suggested
60918b
-	  by Don Howard.
60918b
-
60918b
-	Fix a bug causing dmidecode to crash on some systems with more than
60918b
-	2 GB of memory. This is a signed vs unsigned issue, which existed
60918b
-	up to version 2.2, was fixed in 2.3 but reintroduced in a different
60918b
-	form in 2.5 as part of a code clean up and refactoring.
60918b
-	https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=112355
60918b
-	Thanks to Petter Reinholdtsen for reporting. Thanks to Don Howard
60918b
-	for additional insight.
60918b
-
60918b
-	* dmidecode.c, util.c, util.h: Use size_t instead of off_t when
60918b
-	  handling memory addresses.
60918b
-
60918b
-2005-02-10  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Add option -h, --help, display a usage summary.
60918b
-	* biosdecode.c, ownership.c, vpddecode.c: Copy command-line handling
60918b
-	  from dmidecode.c.
60918b
-	* biosdecode.8, dmidecode.8, ownership.8, vpddecode.8: Document
60918b
-	  the new command-line interface.
60918b
-
60918b
-2005-02-06  Jean Delvare
60918b
-
60918b
-	* Makefile: Everything depends on config.h.
60918b
-	* dmidecode.c: Add basic command-line handling. This was suggested
60918b
-	  a long time ago by Erwan Velu.
60918b
-
60918b
-2005-02-01  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product IDs "AP", "KP" and "RD". Reported by
60918b
-	  David Rosala.
60918b
-
60918b
-2005-01-17  Jean Delvare
60918b
-
60918b
-	* README: Add a note about Cygwin. Thanks to Dominik Klein for
60918b
-	  reporting success.
60918b
-
60918b
-2004-12-10  Jean Delvare
60918b
-
60918b
-	Increase portability and configurability to in order to support BeOS.
60918b
-
60918b
-	* config.h: New.
60918b
-	* config.h: Define a default memory device.
60918b
-	* biosdecode.c, dmidecode.c, ownership.c, vpddecide.c: Include
60918b
-	  config.h and use the defined default memory device.
60918b
-	* Makefile, config.h, util.c, README: Move USE_MMAP to config.h,
60918b
-	  use mmap on Linux only.
60918b
-
60918b
-2004-11-22  Jean Delvare
60918b
-
60918b
-	* biosdecode.c: Avoid size_t in printf. Should remove a warning on
60918b
-	  ia64. Thanks to Petter Reinholdtsen for reporting.
60918b
-	* util.c: Use sysconf(_SC_PAGESIZE) instead of getpagesize() where
60918b
-	  available. This may remove a warning on ia64 as a side effect.
60918b
-	  Thanks to Petter Reinholdtsen for reporting.
60918b
-
60918b
-2004-11-21  Jean Delvare
60918b
-
60918b
-	* util.c, util.h: Function myread has no more user outside of util.c.
60918b
-	* biosdecode.c: Speed improvements.
60918b
-
60918b
-2004-11-20  Jean Delvare
60918b
-
60918b
-	* biosdecode.c, ownership.c, vpddecode.c: Make use of the mem_chunk
60918b
-	  function.
60918b
-	* vpddecode.c: Simplify the memory loop code a bit.
60918b
-
60918b
-2004-11-12  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Hide bank connection type for non-installed memory
60918b
-	  modules.
60918b
-	* dmidecode.c: Reference comment fix.
60918b
-	* dmidecode.c: Hide watchdog timer details when no watchdog is
60918b
-	  present. Change label for no watchdog.
60918b
-	* README: Match case change for PREFIX (now prefix) in the Makefile
60918b
-	  file. Reported by Raul Nunez de Arenas Coronado.
60918b
-
60918b
-2004-11-12  Jean Delvare
60918b
-
60918b
-	Update to support DMTF Master MIF version 040707 (was 030621).
60918b
-
60918b
-	* dmidecode.c: One additional processor type (Sempron).
60918b
-	* dmidecode.c: One additional processor type (Efficeon TM8800).
60918b
-	* dmidecode.c: One additional processor upgrade type (Socket 939).
60918b
-	* dmidecode.c: Add the AMD Sempron to the list of x86-class
60918b
-	  processors.
60918b
-
60918b
-	Update to support Intel AP-485 (CPUID) revision 27 (was 25).
60918b
-
60918b
-	* dmidecode.c: Rename SBF flag to PBE.
60918b
-
60918b
-2004-11-11  Jean Delvare
60918b
-
60918b
-	* util.c: More helpful error messages.
60918b
-	* util.c: Use MAP_SHARED instead of MAP_PRIVATE in mmap.
60918b
-	* version.h: Set version to 2.5.
60918b
-
60918b
-2004-11-10  Jean Delvare
60918b
-
60918b
-	* README: Update dmidecode presentation (copied from the web page).
60918b
-	  Move the list of supported systems from the documentation section
60918b
-	  to the installation section.
60918b
-
60918b
-2004-11-09  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Update product ID "1R". Reported by Marco Wertejuk.
60918b
-
60918b
-2004-10-24  Jean Delvare
60918b
-
60918b
-	* util.c: Workaround missing MAP_FAILED definition, needed on
60918b
-	  old systems. Original patch from Durval Menezes.
60918b
-
60918b
-2004-10-14  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Search for EFI systab at /sys/firmware/efi/systab.
60918b
-	  Original patch from Alex Williamson.
60918b
-	* dmidecode.c: Remove warning about legacy_decode not being used
60918b
-	  when USE_EFI is defined.
60918b
-	* dmidecode.c: Detect missing SMBIOS entry point in efi/systab.
60918b
-	* dmidecode.c: Fix fatal typo in USE_EFI-specific code.
60918b
-
60918b
-2004-10-01  Roberto Nibali  <ratz@tac.ch>
60918b
-
60918b
-	* Makefile: Be LDFLAGS aware.
60918b
-
60918b
-2004-07-24  Jean Delvare
60918b
-
60918b
-	* util.c: Add missing header include.
60918b
-
60918b
-2004-06-11  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product IDs "GE" and "T2". Reported by Doug Brenner.
60918b
-
60918b
-2004-05-02  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Move legacy DMI entry point decoding to a separate
60918b
-	  function.
60918b
-	* dmidecode.c: Use a 64 kB buffer for searching entry points,
60918b
-	  instead of repeated 16-byte reads.
60918b
-	* util.c, util.h: New mem_chunk function. It returns a buffer
60918b
-	  containing a copy of a given chunk of the physical memory.
60918b
-	* dmidecode.c: Make use of the new mem_chunk function.
60918b
-
60918b
-2004-04-30  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "JP". Reported by Bernd Krumboeck.
60918b
-
60918b
-2004-04-22  Jean Delvare
60918b
-
60918b
-	* dmidecode.c, biosdecode.c, ownership.c, types.h: Move common
60918b
-	  WORD-like macros to types.h.
60918b
-
60918b
-2004-04-21  Jean Delvare
60918b
-
60918b
-	* dmidecode.c, biosdecode.c: Fix my contact information.
60918b
-	* dmidecode.c: Update copyright year.
60918b
-
60918b
-2004-04-20  Jean Delvare
60918b
-
60918b
-	* README: Correct Chad Smith's name. Reported by Martin Pool.
60918b
-
60918b
-2004-04-15  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "PL". Reported by Mark Syms.
60918b
-
60918b
-2004-04-14  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "PD". Reported by Roger Koot.
60918b
-
60918b
-2004-04-11  Jean Delvare
60918b
-
60918b
-	* dmidecode.c, Makefile, README: Drop TABLE_LITTLEENDIAN.
60918b
-	* README: Update manual pages information.
60918b
-
60918b
-2004-04-02  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "NV". Reported by Shawn Starr.
60918b
-
60918b
-2004-03-27  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "24". Reported by Paul Sturm.
60918b
-	* dmidecode.c: Fix two missing comas in string enumerations. Thanks to
60918b
-	  Joshua Goldenhar for reporting the first one.
60918b
-
60918b
-2004-03-24  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "PJ". Reported by Roger Koot.
60918b
-	* vpddecode.c: Rename two Netvista systems to use their real name
60918b
-	  instead of machine type.
60918b
-
60918b
-2004-03-20  Petter Reinholdtsen  <pere@hungry.com>
60918b
-
60918b
-	* Makefile: Make it easier to select where to install the binaries
60918b
-	  and manual pages, and to use different paths when building and
60918b
-	  installing.
60918b
-
60918b
-2004-03-19  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "2A". Reported by Rafael Avila
60918b
-	  de Espindola.
60918b
-	* version.h: Set version to 2.4.
60918b
-
60918b
-2004-03-07  Jean Delvare
60918b
-
60918b
-	* biosdecode.c, vpddecode.c: Add a third checksumming method for
60918b
-	  VPD records.
60918b
-	* vpddecode.c: Add product ID "PI", update "20". Reported by
60918b
-	  Zing Zing Shishak.
60918b
-
60918b
-2004-03-05  Jean Delvare
60918b
-
60918b
-	* README: Update.
60918b
-
60918b
-2004-02-25  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Support CPUID document revision 25 (no change).
60918b
-	* dmidecode.c: Shorten the EOF error message.
60918b
-
60918b
-2004-02-23  Jean Delvare
60918b
-
60918b
-	* man/biosdecode.8, man/dmidecode.8, man/ownership.8,
60918b
-	  man/vpddecode.8: New.
60918b
-	* Makefile: Handle new manual pages.
60918b
-
60918b
-2003-12-28  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "PT". Reported by Ramiro Barreiro.
60918b
-
60918b
-2003-12-17  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "RE". Reported by Josef Moellers.
60918b
-	* vpddecode.c, biosdecode.c: Handle longer VPD records as seen on
60918b
-	  xSeries. These have a different checksumming method.
60918b
-
60918b
-2003-12-03  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "TT". Reported by Hugues Lepesant.
60918b
-	* vpddecode.c, biosdecode.c: Fix typo ("Bios" becomes "BIOS").
60918b
-	* dmidecode.c: Add another exception to the CPUID-supporting CPU list
60918b
-	  ("Pentium III MMX").
60918b
-	* dmidecode.c: Number devices in multi-device on board device
60918b
-	  information structures (DMI case 10).
60918b
-
60918b
-2003-11-13  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Automatically detect architectures on which to use EFI
60918b
-	  (ia64 for now). Suggested by Jeff Moyer.
60918b
-
60918b
-2003-11-11  Jean Delvare
60918b
-
60918b
-	* vpddecode.c: Add product ID "KX". Reported by Klaus Ade Johnstad,
60918b
-	  confirmed by Pamela Huntley.
60918b
-	* dmidecode.c: Display CPUID values as decimal, not hexadecimal.
60918b
-	  This is a reversal of the 2003-07-18 change to be consistent with
60918b
-	  /proc/cpuinfo under Linux.
60918b
-	* dmidecode.c: Fix processor ID decoding for older 80486. Not very
60918b
-	  important since such systems are unlikely to support SMBIOS.
60918b
-	* dmidecode.c: Modify CPU signature display for AMD processors.
60918b
-	* vpddecode.c, biosdecode.c: Fix incorrect VPD checksumming.
60918b
-
60918b
-2003-10-24  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Add another exception to the CPUID-supporting CPU list.
60918b
-
60918b
-2003-10-19  Jean Delvare
60918b
-
60918b
-	* README: Clarify why mmap is used. Fix typo.
60918b
-	* Makefile: Add deleting core to the clean target.
60918b
-	* version.h: Set version to 2.3.
60918b
-
60918b
-2003-10-17  Jean Delvare
60918b
-
60918b
-	* biosdecode.c: Use (void) instead of __attribute__ ((unused)) to
60918b
-	  declare that a function parameter isn't used. According to Alexandre
60918b
-	  Duret-Lutz, this is the portable way do to it. Fix typo in comment.
60918b
-	* dmidecode.c: Fix typo.
60918b
-
60918b
-2003-10-16  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Remove useless comparison in dmi_system_boot_status.
60918b
-	  Thanks to Alexandre Duret-Lutz for pointing this out.
60918b
-	* biosdecode.c: Add a missing length check in acpi_decode. Found
60918b
-	  using Valgrind.
60918b
-	* biosdecode.c: Fix buffer overrun in main. Found using Valgrind.
60918b
-
60918b
-2003-10-14  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Update DMTF reference addresses.
60918b
-	* dmidecode.c: List two more processors (Athlon64 and Pentium M)
60918b
-	  as x86-class (i.e. supporting CPUID).
60918b
-
60918b
-2003-10-11  Jean Delvare
60918b
-
60918b
-	Update to support DMTF Master MIF version 030621 (was 021205).
60918b
-
60918b
-	* dmidecode.c: Handle unknown processor voltage.
60918b
-	* dmidecode.c: Fix typo in event log method.
60918b
-	* dmidecode.c: One additional processor type (Pentium M).
60918b
-	* dmidecode.c: Add the AMD Opteron to the list of x86-class
60918b
-	  processors. Thanks to Mike Cooper for providing information.
60918b
-	* vpddecode.c: New program for decoding a machine's VPD structure
60918b
-	  (only found in IBM machines).
60918b
-	* Makefile: Update accordingly.
60918b
-	* Makefile: Fix dependencies for ownership. Add strip target. Various
60918b
-	  cleanups (reordering, comments, optimization and debug flags).
60918b
-	* README: Update to reflect the addition of the strip target and the
60918b
-	  vpddecode program. Some additional changes and fixes.
60918b
-
60918b
-2003-10-10  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Change mmap options to prevent dmidecode from being
60918b
-	  killed by the Linux kernel in some rare cases. Reported by
60918b
-	  Mike Cooper.
60918b
-	* dmidecode.c: Various code cleanups and optimizations.
60918b
-
60918b
-2003-10-09  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Fix a bug that prevented dmidecode to reach DMI tables
60918b
-	  beyond the 2GB memory limit. Reported by Mike Cooper.
60918b
-	* ownership.c: Add one reference. Code cleanups.
60918b
-	* CHANGELOG: Fix typo.
60918b
-
60918b
-2003-10-08  Jean Delvare
60918b
-
60918b
-	* biosdecode.c: Fix potentially wrong checksum on Sony-specific entry.
60918b
-	* biosdecode.c: Unimportant changes (comment, typo...) in
60918b
-	  Compaq-specific section.
60918b
-	* biosdecode.c: Add support for VPD (vital product data, IBM-specific).
60918b
-	* CHANGELOG: Various updates.
60918b
-
60918b
-2003-10-07  Jean Delvare
60918b
-
60918b
-	* ownership.c: Fix a harmless warning on x86_64. Reported by Mike
60918b
-	  Cooper.
60918b
-
60918b
-2003-09-19  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Explicitly say when no SMBIOS nor DMI entry point
60918b
-	  was found. Implicitly suggested by Sergey Leonovich.
60918b
-
60918b
-2003-09-11  Jean Delvare
60918b
-
60918b
-	* Makefile: Don't use $^ since it isn't supported by BSD make.
60918b
-	  Reported by Hugues Lepesant.
60918b
-
60918b
-2003-09-05  Jean Delvare
60918b
-
60918b
-	* Makefile: Fix missing ownership dependency for install target.
60918b
-	  Reported by Mario Lang.
60918b
-
60918b
-2003-08-08  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Update the README file (mainly the now solved laptop
60918b
-	  and IA-64 issues, and add a section for biosdecode and ownership).
60918b
-	* version.h: Set version to 2.2.
60918b
-
60918b
-2003-07-18  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Display CPUID values as hexadecimal, not decimal.
60918b
-	* dmidecode.c: Shift the I2C slave address by one bit to the right
60918b
-	  (DMI case 38).
60918b
-
60918b
-2003-06-27  Jean Delvare
60918b
-
60918b
-	* biosdecode.c: Better display of Compaq-specific entries (thank to
60918b
-	  some documentation).
60918b
-
60918b
-2003-06-25  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Remove fp_last (not useful anymore). Reworded the "table
60918b
-	  is unreachable" message to mention the -DUSE_MMAP solution.
60918b
-
60918b
-2003-06-19  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Add support for IA-64.
60918b
-	* Makefile: Add new option CFLAGS modifier lines for IA-64.
60918b
-
60918b
-2003-06-17  Jean Delvare
60918b
-
60918b
-	* dmidecode.c, biosdecode.c: Move common "util" functions to util.c.
60918b
-	* util.c, util.h: New.
60918b
-	* types.h: New.
60918b
-	* Makefile: Update accordingly.
60918b
-	* biosdecode.c: Add detection of Compaq-specific entries.
60918b
-	* ownership.c: New program for finding a machine's ownership tag
60918b
-	  (only found in Compaq machines). Requested by Luc Van de Velde.
60918b
-	* Makefile: Update again.
60918b
-
60918b
-2003-06-10  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Fix typo in IPMI register spacing table.
60918b
-	* version.h: Set version to 2.1.
60918b
-
60918b
-2003-06-04  Jean Delvare
60918b
-
60918b
-	* Makefile: Restore optional CFLAGS modifier lines.
60918b
-	* README: New.
60918b
-
60918b
-2003-05-30  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Cleaner handling of unreachable table.
60918b
-
60918b
-2003-05-27  Jean Delvare
60918b
-
60918b
-	Update to support Intel AP-485 specification (CPUID) revision 023
60918b
-	(was 021).
60918b
-
60918b
-	* dmidecode.c: Add SBF flag to processor ID (DMI case 4). Add comment
60918b
-	  about new flags returned in ECX.
60918b
-
60918b
-2003-05-26  Jean Delvare
60918b
-
60918b
-	Update to support SMBIOS specification version 2.3.4 (was 2.3.3).
60918b
-
60918b
-	* dmidecode.c: Add processor and processor upgrade names (DMI case 4).
60918b
-	* dmidecode.c: Add slot names (DMI case 9).
60918b
-
60918b
-2003-05-22  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Fix typo reported by David Wilson (DMI case 6).
60918b
-
60918b
-2003-03-08  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Decode more fields according to the IPMI specification
60918b
-	  (DMI case 38).
60918b
-
60918b
-2003-03-07  Jean Delvare
60918b
-
60918b
-	Fixed IPMI device information (DMI case 38). Thanks to Richard Sharpe
60918b
-	for pointing the bugs out.
60918b
-
60918b
-	* dmidecode.c: Fix IPMI interface type being shifted by one.
60918b
-	* dmidecode.c: Fix NV storage device being improperly displayed.
60918b
-	* dmidecode.c: Reword IPMI specification revision into specification
60918b
-	  version, as suggested in the IPMI specification itself.
60918b
-	* dmidecode.c: Add a reference to the IPMI specification.
60918b
-	* dmidecode.c: Show I2C address as hexadecimal.
60918b
-	* dmidecode.c: Base address is a QWORD, not DWORD.
60918b
-	* dmidecode.c: Decode some extra fields according to the IPMI
60918b
-	  specification.
60918b
-
60918b
-2003-03-06  Jean Delvare
60918b
-
60918b
-	* dmidecode.c, biosdecode.c: Move all changelog entries to CHANGELOG.
60918b
-	* CHANGELOG: New. Format inspired by Heroes' ChangeLog file.
60918b
-	* dmidecode.c, biosdecode.c, Makefile: Update copyright years.
60918b
-	* dmidecode.c, biosdecode.c, Makefile: Move version definition to
60918b
-	  version.h. Update dependencies accordingly.
60918b
-	* version.h: New.
60918b
-
60918b
-2002-10-21  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Change supported log type descriptors display.
60918b
-	* dmidecode.c: Code optimization in event log status.
60918b
-	* dmidecode.c: Remove extra newline in voltage probe accuracy.
60918b
-	* dmidecode.c: Display "OEM-specific" if type is 128 or more.
60918b
-	* dmidecode.c: Do not display Strings on dump if there are no strings.
60918b
-	* dmidecode.c: Add ASCII-filtering to dmi_string.
60918b
-	* dmidecode.c: Convert all dates to ISO 8601.
60918b
-
60918b
-2002-10-18  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Complete rewrite.
60918b
-	* dmidecode.c: Now complies with SMBIOS specification 2.3.3.
60918b
-	* dmidecode.c: Move all non-DMI stuff to biosdecode.c.
60918b
-	* biosdecode.c: New.
60918b
-
60918b
-2002-10-15  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Fix bad index in DMI case 27 (cooling device).
60918b
-
60918b
-2002-10-14  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Fix typo in dmi_memory_array_location.
60918b
-	* dmidecode.c: Replace Kbyte by kB in DMI case 16.
60918b
-	* dmidecode.c: Add DDR entry in dmi_memory_device_type.
60918b
-	* dmidecode.c: Fix extra s in SYSID.
60918b
-
60918b
-2002-10-12  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Fix maximum cache size and installed size being
60918b
-	  inverted.
60918b
-	* dmidecode.c: Fix typos in port types.
60918b
-
60918b
-2002-10-10  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Remove extra semicolon at the end of
60918b
-	  dmi_memory_array_use.
60918b
-	* dmidecode.c: Fix compilation warnings.
60918b
-	* dmidecode.c: Add missing backslash in DMI case 37.
60918b
-	* dmidecode.c: Fix BIOS ROM size (DMI case 0).
60918b
-
60918b
-2002-10-05  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: More ACPI decoded.
60918b
-	* dmidecode.c: More PNP decoded.
60918b
-	* dmidecode.c: More SYSID decoded.
60918b
-	* dmidecode.c: PCI Interrupt Routing decoded.
60918b
-	* dmidecode.c: BIOS32 Service Directory decoded.
60918b
-	* dmidecode.c: Sony system detection (unconfirmed).
60918b
-	* dmidecode.c: Checksums verified whenever possible.
60918b
-	* dmidecode.c: Better checks on file read and close.
60918b
-	* dmidecode.c: Define VERSION and display version at beginning.
60918b
-	* dmidecode.c: More secure decoding (won't run off the table in any
60918b
-	  case).
60918b
-	* dmidecode.c: Do not try to decode more structures than announced.
60918b
-	* dmidecode.c: Fix an off-by-one error that caused the last address
60918b
-	  being scanned to be 0x100000, not 0xFFFF0 as it should.
60918b
-
60918b
-2002-09-28  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Fix missing coma in dmi_bus_name.
60918b
-	* dmidecode.c: Remove unwanted bitmaskings in dmi_mgmt_dev_type,
60918b
-	  dmi_mgmt_addr_type, dmi_fan_type, dmi_volt_loc, dmi_temp_loc and
60918b
-	  dmi_status.
60918b
-	* dmidecode.c: Fix DMI table read bug ("dmi: read: Success").
60918b
-	* dmidecode.c: Make the code pass -W again.
60918b
-	* dmidecode.c: Fix return value of dmi_card_size.
60918b
-
60918b
-2002-09-20  Dave Johnson  <ddj@cascv.brown.edu>
60918b
-
60918b
-	* dmidecode.c: Fix comparisons in dmi_bus_name.
60918b
-	* dmidecode.c: Fix comparison in dmi_processor_type.
60918b
-	* dmidecode.c: Fix bitmasking in dmi_onboard_type.
60918b
-	* dmidecode.c: Fix return value of dmi_temp_loc.
60918b
-
60918b
-2002-09-17  Larry Lile  <llile@dreamworks.com>
60918b
-
60918b
-	* dmidecode.c: Type 16 & 17 structures displayed per SMBIOS 2.3.1 spec.
60918b
-
60918b
-2002-08-23  Alan Cox  <alan@redhat.com>
60918b
-
60918b
-	* dmidecode.c: Make the code pass -Wall -pedantic by fixing a few
60918b
-	  harmless sign of pointer mismatches.
60918b
-	* dmidecode.c: Correct main() prototype.
60918b
-	* dmidecode.c: Check for compilers with wrong type sizes.
60918b
-
60918b
-2002-08-09  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Better DMI struct count/size error display.
60918b
-	* dmidecode.c: More careful memory access in dmi_table.
60918b
-	* dmidecode.c: DMI case 13 (Language) decoded.
60918b
-	* dmidecode.c: C++ style comments removed. Commented out code removed.
60918b
-	* dmidecode.c: DMI 0.0 case handled.
60918b
-	* dmideocde.c: Fix return value of dmi_port_type and
60918b
-	  dmi_port_connector_type.
60918b
-
60918b
-2002-08-06  Jean Delvare
60918b
-
60918b
-	* dmidecode.c: Reposition file pointer after DMI table display.
60918b
-	* dmidecode.c: Disable first RSD PTR checksum (was not correct anyway).
60918b
-	* dmidecode.c: Show actual DMI struct count and occupied size.
60918b
-	* dmidecode.c: Check for NULL after malloc.
60918b
-	* dmidecode.c: Use SEEK_* constants instead of numeric values.
60918b
-	* dmidecode.c: Code optimization (and warning fix) in DMI cases 10 and
60918b
-	  14.
60918b
-	* dmidecode.c: Add else's to avoid unneeded cascaded if's in main loop.
60918b
-	* dmidecode.c: Code optimization in DMI information display.
60918b
-	* dmidecode.c: Fix all compilation warnings.
60918b
-
60918b
-2002-08-03  Mark D. Studebaker  <mds@paradyne.com>
60918b
-
60918b
-	* dmidecode.c: Better indent in dump_raw_data.
60918b
-	* dmidecode.c: Fix return value of dmi_bus_name.
60918b
-	* dmidecode.c: Additional sensor fields decoded.
60918b
-	* dmidecode.c: Fix compilation warnings.
60918b
-
60918b
-2001-12-13  Arjan van de Ven  <arjanv@redhat.com>
60918b
-
60918b
-	* dmidecode.c: Fix memory bank type (DMI case 6).
60918b
-
60918b
-2001-07-02  Matt Domsch  <Matt_Domsch@dell.com>
60918b
-
60918b
-	* dmidecode.c: Additional structures displayed per SMBIOS 2.3.1 spec.
60918b
diff --git a/NEWS b/NEWS
60918b
new file mode 100644
60918b
index 0000000..827dafd
60918b
--- /dev/null
60918b
+++ b/NEWS
60918b
@@ -0,0 +1,123 @@
60918b
+Version 3.1 (Tue May 23 2017)
60918b
+  - Support for SMBIOS 3.1.0 and 3.1.1. This includes new chassis types, new
60918b
+    processor family names, new processor family upgrade names, and new slot
60918b
+    types, as well as support of larger BIOS ROM sizes and cache sizes, and a
60918b
+    new structure type (43, TPM Device.)
60918b
+  - A new command line option to query OEM strings.
60918b
+  - All error messages are now printed on stderr (#47274, #48158.)
60918b
+  - Several bug fixes related to 64-bit entry points (#50037 and more.)
60918b
+  - Important bug fixes:
60918b
+    #46176 (Unexpected end of file error)
60918b
+    #46066 (Crash with SIGBUS)
60918b
+  - Various minor fixes, improvements and cleanups.
60918b
+
60918b
+Version 3.0 (Thu Sep 03 2015)
60918b
+  - Support for SMBIOS 3.0. This includes new chassis types, new
60918b
+    processor family names, new processor family upgrade names, new slot
60918b
+    types, and new memory device types.
60918b
+  - Support for the new 64-bit entry point (_SM3_) defined in SMBIOS 3.0.
60918b
+  - Support for the new kernel interface (as of Linux v4.2) as an
60918b
+    alternative to relying /dev/mem to access the entry point and DMI
60918b
+    table.
60918b
+  - Decoding of Acer-specific DMI type 170.
60918b
+  - Decoding of HP-specific DMI types 212, 219 and 233.
60918b
+  - Various minor fixes and output format cleanups.
60918b
+
60918b
+Version 2.12 (Wed Apr 17 2013)
60918b
+  - Support of the SMBIOS 2.8.0 specification.
60918b
+
60918b
+Version 2.11 (Wed Jan 19 2011)
60918b
+  - Support of the SMBIOS 2.7.0 specification:
60918b
+    - UEFI support
60918b
+    - Virtual machine flags in BIOS characteristics
60918b
+    - Limited support for the Management Controller Host Interface
60918b
+  - Various fixes that address stability.
60918b
+
60918b
+Version 2.10 (Sun Nov 23 2008)
60918b
+  - Support for Solaris (x86 only, of course).
60918b
+  - Possibility to dump the SMBIOS/DMI table to a small binary file
60918b
+    (option --dump-bin).
60918b
+  - Possibility to read the SMBIOS/DMI table from such binary files
60918b
+    (option --from-dump).
60918b
+  - Support for SMBIOS 2.6. This includes new chassis types, new
60918b
+    processor family names, new processor family upgrade names, bus
60918b
+    address for system slots, and a new entry type for on-board devices,
60918b
+    amongst many other minor changes.
60918b
+  - Support for DMI entry type 31 (Boot integrity services).
60918b
+  - Many processor family names taken from the CIM Schema document.
60918b
+  - (vpddecode) No longer ask users to report broken records.
60918b
+  - (vpddecode) Fix --quiet option.
60918b
+
60918b
+Version 2.9 (Mon Feb 26 2007)
60918b
+  - Support of the SMBIOS 2.5 specification. It adds many enumerated
60918b
+    values for recent hardware, as well as CPU core and thread count
60918b
+    reporting.
60918b
+  - Decoding of 3 HP-specific entries. More vendor-specific entries can
60918b
+    be supported later if vendors contribute code or documentation.
60918b
+  - Run-time detection of EFI, so that a single binary can support
60918b
+    Intel-based Macintosh machines and regular x86 machines.
60918b
+  - Better IA-64 support.
60918b
+  - Fixes to the decoding of individual fields, including the CPU
60918b
+    signature of recent CPU models.
60918b
+  - (biosdecode) Support of the FJKEYINF entry point type (for Fujitsu laptops).
60918b
+  - (vpddecode) The product name look-up table was dropped. It was unreliable
60918b
+    and a burden to maintain.
60918b
+  - biosdecode, ownership and vpddecode are no longer built on IA-64.
60918b
+
60918b
+Version 2.8 (Sat Feb 04 2006)
60918b
+  - Option --string has four additional keywords available:
60918b
+    system-uuid, chassis-type, processor-family and processor-frequency.
60918b
+    These needed additional work because, technically speaking, they are
60918b
+    not DMI strings.
60918b
+  - IPMI interface type SSIF was added. This is a new interface type
60918b
+    defined by IPMI 2.0.
60918b
+  - (vpddecode) New --string option, much similar in spirit to
60918b
+    dmidecode's. Available keywords are bios-build-id, box-serial-number,
60918b
+    motherboard-serial-number, machine-type-model and bios-release-date.
60918b
+  - (vpddecode) 9 product names were added to the lookup table.
60918b
+  -  A few bug fixes, cleanups and minor improvements all around the place.
60918b
+
60918b
+Version 2.7 (Thu Aug 04 2005)
60918b
+  - New command line interface. For example, it is now possible to limit
60918b
+    the output of dmidecode to a given DMI type, or to extract a single
60918b
+    string from the DMI table. The documentation has been updated
60918b
+    accordingly.
60918b
+  - The default output of dmidecode was slightly modified to be more
60918b
+    easily readable by humans. This might break tools parsing its output.
60918b
+    Such tools may benefit from the new command line interface, although
60918b
+    this interface shouldn't be considered stable until version 2.8.
60918b
+  - (vpddecode) New command line interface.
60918b
+  - (vpddecode) 6 product names were added.
60918b
+
60918b
+Version 2.6 (Mon Feb 28 2005)
60918b
+  - Fixes a 2 GB memory limit regression.
60918b
+  - Basic command-line handling.
60918b
+  - BeOS and Cygwin support.
60918b
+
60918b
+Version 2.5 (Thu Nov 11 2004)
60918b
+  - Code cleanups.
60918b
+  - Compatibility fixes.
60918b
+  - Documentation updates.
60918b
+
60918b
+Version 2.4 (Fri Mar 19 2004)
60918b
+  - Manual pages added.
60918b
+  - (vpddecode) Many improvements.
60918b
+  - A few fixes and minor improvements.
60918b
+
60918b
+Version 2.3 (Sun Oct 19 2003)
60918b
+  - Support of x86_64 systems.
60918b
+  - Support of systems with 2 GB and more memory.
60918b
+  - Loads of bug fixes and corrections.
60918b
+  - New tool "vpddecode" added.
60918b
+
60918b
+Version 2.2 (Fri Aug 08 2003)
60918b
+  - Support of IA-64 systems.
60918b
+  - Support of IBM and Fujitsu-Siemens laptops.
60918b
+  - Many minor bug fixes.
60918b
+  - New tool "ownership" added.
60918b
+
60918b
+Version 2.1 (Tue Jun 10 2003)
60918b
+  - Support of the SMBIOS 2.3.4 specification.
60918b
+  - Better support of IPMI.
60918b
+  - Minor bugs fixed.
60918b
+  - Documentation added.
60918b
-- 
60918b
2.9.5
60918b