summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2008-09-11 22:23:23 +0200
committerMartin Mares <mj@ucw.cz>2008-09-11 22:23:23 +0200
commit3825417866b984c057facee1dc9226e9e855a4be (patch)
treedda0a0829c5adf4a3635d8b596c75a5119bc069a /ChangeLog
parent187e018203df8d847a072297d7b2ce90fffe64f4 (diff)
downloadpciutils-3825417866b984c057facee1dc9226e9e855a4be.tar.gz
Released as v3.0.1.v3.0.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 848f6de..fc92f96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2008-09-11 Martin Mares <mj@ucw.cz>
+
+ * Released as 3.0.1.
+
+ * Updated pci.ids to the most recent snapshot.
+
+ * Added a Cygwin port. Patch by Christopher Voltz, ported to the
+ current tree by Martin Mares.
+
+ * Worked around compatibility problems with various default settings
+ of wget (we have to set --no-timestamping explicitly). Thanks to Ville
+ Skytta for pointing that out.
+
+ * Fixed printing of MSI capabilities. Thanks to Matthew Wilcox for
+ a patch.
+
+ * Added decoding of several PCI-X capabilities: device/link/slot 2,
+ Advanced Error Reporting, Access Control Services, Alternative Routing-ID,
+ Single Root I/O Virtualization. Thanks to Yu Zhao for patches.
+
+ * Fixed bug in filters which caused them to refuse vendor/device ID 0xffff.
+
+ * README: The linux-pci mailing list has moved to linux-pci@vger.kernel.org.
+
+ * Fixed several build problems: builds without PCI_USE_DNS on Linux
+ and with PCI_USE_DNS on Solaris and *BSD. Static library mode also
+ compiles again on old versions of GCC.
+
2008-04-10 Martin Mares <mj@ucw.cz>
* Released as 3.0.0.