summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2010-01-19 10:36:48 +0100
committerMartin Mares <mj@ucw.cz>2010-01-19 10:36:48 +0100
commit9978b6fd102ae55c90ba655738a8541469586245 (patch)
tree38ca3e05826e4bd2563f0d74f6a0c5dceb8bcbac
parent70a4dd2dd1f7ea4569c67c09dc3c2f323eafa5be (diff)
downloadpciutils-3.1.5.tar.gz
Released as 3.1.5.v3.1.5
-rw-r--r--ChangeLog22
-rw-r--r--Makefile4
2 files changed, 24 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d65494..4919a65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2010-01-19 Martin Mares <mj@ucw.cz>
+
+ * Released as 3.1.5.
+
+ * Updated pci.ids to the today's snapshot of the database.
+
+ * When scanning extended capabilities, properly mask the lowest 2 bits,
+ which are currently reserved. This avoids unaligned access errors on
+ broken hardware (see tests/broken-ecaps).
+
+ * Large bar sizes are displayed in human-readable format (with units).
+ Thanks to Matthew Wilcox.
+
+ * Physical slot information is displayed correctly for multi-function cards.
+ Fixed by Matthew Wilcox.
+
+ * Fixed a couple of typos everywhere.
+
+ * Library: Fixed bugs in freeing of capabilities.
+
+ * Windows back-end compiles again.
+
2009-08-14 Martin Mares <mj@ucw.cz>
* Released as 3.1.4.
diff --git a/Makefile b/Makefile
index 679d8ba..b46323e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
OPT=-O2
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
-VERSION=3.1.4
-DATE=2009-08-14
+VERSION=3.1.5
+DATE=2010-01-19
# Host OS and release (override if you are cross-compiling)
HOST=