summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2011-10-02 13:31:45 +0200
committerMartin Mares <mj@ucw.cz>2011-10-02 13:31:45 +0200
commita70dab1582f1ace65f746c7f36bb3135941c334c (patch)
treee7562646376302ff78710307726756c6e18d0116
parent1d3fdfc430144e6a1c2560e8867647b2111e5f88 (diff)
downloadpciutils-a70dab1582f1ace65f746c7f36bb3135941c334c.tar.gz
Released as 3.1.8.v3.1.8
-rw-r--r--ChangeLog19
-rw-r--r--Makefile6
-rw-r--r--README2
3 files changed, 23 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a06e300..4abb68c 100644
--- 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.
diff --git a/Makefile b/Makefile
index d67f7d6..f726e87 100644
--- 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 7544cfb..c3aa79e 100644
--- 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