]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Released as 3.1.8. v3.1.8
authorMartin Mares <mj@ucw.cz>
Sun, 2 Oct 2011 11:31:45 +0000 (13:31 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 2 Oct 2011 11:31:45 +0000 (13:31 +0200)
ChangeLog
Makefile
README

index a06e300aeb587d3358ec09f5b520d7dd58a47632..4abb68cc989e9b5ebc42976a334a830b9100ba75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2011-10-02  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.1.8.
+
+       * More capabilities: Transaction Processing Hints, Latency Tolerance
+       Reporting. Thanks to Jesse Barnes.
+
+       * Added BeOS and Haiku ports. Contributed by Francois Revol.
+
+       * pciutils.pc now uses Libs.private properly.
+
+       * When we format a name and it does not fit in the buffer, we truncate
+       it instead of returning "buffer too small" instead. This works on all
+       platforms with sane (i.e., C99-compatible) snprintf().
+
+       * Various minor bug fixes.
+
+       * Updated pci.ids to the today's snapshot of the database.
+
 2010-01-31  Martin Mares <mj@ucw.cz>
 
        * Released as 3.1.7.
index d67f7d6c86c587686afc23ccab3cc29e2cf0f831..f726e876ed8f4b0a0de77218f6fb996b964d19b1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 # Makefile for The PCI Utilities
-# (c) 1998--2010 Martin Mares <mj@ucw.cz>
+# (c) 1998--2011 Martin Mares <mj@ucw.cz>
 
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=3.1.8-test1
-DATE=2010-12-04
+VERSION=3.1.8
+DATE=2011-10-02
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
diff --git a/README b/README
index 7544cfbf429c469be27c5dc46ff13352fa345589..c3aa79ecffae0f12ccf09ff09181d7c462f406d2 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This package contains the PCI Utilities, version @VERSION@.
 
-Copyright (c) 1997--2010 Martin Mares <mj@ucw.cz>
+Copyright (c) 1997--2011 Martin Mares <mj@ucw.cz>
 
 All files in this package can be freely distributed and used according
 to the terms of the GNU General Public License, either version 2 or