summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2013-04-19 14:59:12 +0200
committerMartin Mares <mj@ucw.cz>2013-04-19 14:59:12 +0200
commit6a4909ee79d05ed224f7d5c5099f73de7e4891fe (patch)
tree651d9e539db43122909ec2051152cc56a3414ccb
parent116c6022a092b119c29fff17cf3f56621b4f0d17 (diff)
downloadpciutils-3.2.0.tar.gz
Released as 3.2.0.v3.2.0
-rw-r--r--ChangeLog14
-rw-r--r--Makefile4
2 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a0448a8..3a7fe27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2013-04-19 Martin Mares <mj@ucw.cz>
+
+ * Released as 3.2.0.
+
+ * On newer Linux systems, we use libkmod to look up kernel modules
+ (modules.pcimap no longer exists.) To facilitate this, libpci
+ is able to look up module aliases in sysfs.
+
+ * Various minor bug fixes.
+
+ * Updated pci.ids to the today's snapshot of the database.
+
2012-06-25 Martin Mares <mj@ucw.cz>
* Released as 3.1.10.
@@ -14,7 +26,7 @@
* Updated README.
- * Whereever we mention the PCI ID database, we now refer to
+ * Wherever we mention the PCI ID database, we now refer to
http://pci-ids.ucw.cz/ and the sf.net site is mentioned only
as a mirror. This includes update-pciids.
diff --git a/Makefile b/Makefile
index c5eca1c..74c570a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
OPT=-O2
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
-VERSION=3.1.10
-DATE=2012-06-25
+VERSION=3.2.0
+DATE=2013-04-19
# Host OS and release (override if you are cross-compiling)
HOST=