From: Martin Mares Date: Sat, 14 Jan 2012 14:38:27 +0000 (+0100) Subject: Released as 3.1.9. X-Git-Tag: v3.1.9 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv3.1.9;p=pciutils.git Released as 3.1.9. --- diff --git a/ChangeLog b/ChangeLog index 4abb68c..92e5764 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2012-01-14 Martin Mares + + * Released as 3.1.9. + + * Updated README. + + * Whereever 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. + + * Decode PCIe Gen 3 speeds and link status fields. + + * Various minor bug fixes. + + * Updated pci.ids to the today's snapshot of the database. + 2011-10-02 Martin Mares * Released as 3.1.8. diff --git a/Makefile b/Makefile index f726e87..322b09d 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Makefile for The PCI Utilities -# (c) 1998--2011 Martin Mares +# (c) 1998--2012 Martin Mares OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.1.8 -DATE=2011-10-02 +VERSION=3.1.9 +DATE=2012-01-14 # Host OS and release (override if you are cross-compiling) HOST=