From 6a4909ee79d05ed224f7d5c5099f73de7e4891fe Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 19 Apr 2013 14:59:12 +0200 Subject: [PATCH] Released as 3.2.0. --- ChangeLog | 14 +++++++++++++- Makefile | 4 ++-- 2 files changed, 15 insertions(+), 3 deletions(-) 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= -- 2.39.2