summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2014-11-02 11:35:29 +0100
committerMartin Mares <mj@ucw.cz>2014-11-02 11:35:29 +0100
commit28617b24727c55959fd9ce2e37bb34d5953fa9ab (patch)
tree6cec71df31d7a4b99381f769fe874262862725e3
parentd6d6a58d735141917b3b0471b9a2cb275583f16d (diff)
downloadpciutils-28617b24727c55959fd9ce2e37bb34d5953fa9ab.tar.gz
Updated ChangeLog
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31291c0..817f8b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2014-11-02 Martin Mares <mj@ucw.cz>
+
+ * Device names exported by BIOS are displayed on Linux.
+
+ * On Linux systems, HWDB is used to look up device names
+ when our ID database gives no match. (More precisely,
+ HWDB is consulted after local pci.ids, but before using
+ network to query online pci.ids.) Thanks to Tom Gundersen
+ for the initial patch.
+
+ * Added experimental back-end for OS X / Darwin. Thanks to
+ Richard Yao for providing it.
+
+ * Interrupt Pin and Interrupt Line registers are displayed
+ for bridge devices, too.
+
+ * Several portability bugs have been fixed.
+
+ * Several typos have been fixed. Also, use of questionable
+ constructs in man pages has been reduced.
+
+ * PCIe link capabilities now include the ASPMOptComp bit.
+
+ * The "CRS Software Visibility" bit is now decoded properly.
+
+ * Updated pci.ids to the current snapshot of the database.
+
2013-11-10 Martin Mares <mj@ucw.cz>
* Released as 3.2.1.