summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2008-11-09 21:28:42 +0100
committerMartin Mares <mj@ucw.cz>2008-11-09 21:28:42 +0100
commitb282435d40b75021d48cc684d907bb94323ab05d (patch)
tree227cb9c76516e5674c5e5386cba503efa7de28eb
parent6ac9acb7df2755cb9e15fd5366a6486d4edb1830 (diff)
downloadpciutils-3.0.3.tar.gz
Released as 3.0.3.v3.0.3
-rw-r--r--ChangeLog22
-rw-r--r--Makefile4
2 files changed, 24 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 75f4ee1..7672161 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2008-11-09 Martin Mares <mj@ucw.cz>
+
+ * Released as 3.0.3.
+
+ * `lspci -k' now displays the subsystem ID, too. This makes `-k'
+ show everything needed to identify the device and the available
+ drivers, which was called for by many users.
+
+ * Fixed spelling of MSI. Patch by Matthew Wilcox.
+
+ * Better support for cross-compilation. Thanks to Alon Bar-Lev
+ for the patch.
+
+ * Fixed printing of the AER capability. Patch by Max Asbock.
+
+ * HT 1.02 capabilities are decoded as HT 1.03. Suggested by
+ Carl-Daniel Hailfinger.
+
+ * Fixed Cygwin build. Thanks to Steve Elliott for reporting the bug.
+
+ * Updated pci.ids to the current snapshot of the database.
+
2008-09-19 Martin Mares <mj@ucw.cz>
* Released as 3.0.2.
diff --git a/Makefile b/Makefile
index 67acf88..72075bd 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
OPT=-O2
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
-VERSION=3.0.2
-DATE=2008-09-19
+VERSION=3.0.3
+DATE=2008-11-09
# Host OS and release (override if you are cross-compiling)
HOST=