From: Martin Mares Date: Fri, 19 Apr 2013 12:59:12 +0000 (+0200) Subject: Released as 3.2.0. X-Git-Tag: v3.2.0 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv3.2.0;p=pciutils.git Released as 3.2.0. --- diff --git a/ChangeLog b/ChangeLog index a0448a8..3a7fe27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2013-04-19 Martin Mares + + * Released as 3.2.0. + + * On newer Linux systems, we use libkmod to look up kernel modules + (modules.pcimap no longer exists.) To facilitate this, libpci + is able to look up module aliases in sysfs. + + * Various minor bug fixes. + + * Updated pci.ids to the today's snapshot of the database. + 2012-06-25 Martin Mares * Released as 3.1.10. @@ -14,7 +26,7 @@ * Updated README. - * Whereever we mention the PCI ID database, we now refer to + * Wherever 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. diff --git a/Makefile b/Makefile index c5eca1c..74c570a 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.1.10 -DATE=2012-06-25 +VERSION=3.2.0 +DATE=2013-04-19 # Host OS and release (override if you are cross-compiling) HOST=