From: Martin Mares Date: Sun, 2 Oct 2011 11:31:45 +0000 (+0200) Subject: Released as 3.1.8. X-Git-Tag: v3.1.8 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv3.1.8;p=pciutils.git Released as 3.1.8. --- diff --git a/ChangeLog b/ChangeLog index a06e300..4abb68c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2011-10-02 Martin Mares + + * 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 * 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 +# (c) 1998--2011 Martin Mares 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 +Copyright (c) 1997--2011 Martin Mares 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