From c67775bc3e7a00bee392047d65e86218cda17a2c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 14 Aug 2009 14:33:52 +0200 Subject: [PATCH] Released as 3.1.4. --- ChangeLog | 16 ++++++++++++++++ Makefile | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6dad6c1..4d16041 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2009-08-14 Martin Mares + + * Released as 3.1.4 (sorry that I have missed 22/7 and released + it later :-)) + + * Updated pci.ids to the today's snapshot of the database. + + * Fixed memory and file descriptor leak in the dump back-end. + + * The SR-IOV capability decoder now prints the VF BAR's. + Patch by Chris Wright, cleaned up by me. + + * On request of certain company's lawyers, we now include a copy + of the GPL with our package. It seems that the pciutils are getting + mature if the most important bug of the month was this one ;-) + 2009-07-04 Martin Mares * Released as 3.1.3. diff --git a/Makefile b/Makefile index 71ea233..d18f7cd 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.1.3 -DATE=2009-07-04 +VERSION=3.1.4 +DATE=2009-08-14 # Host OS and release (override if you are cross-compiling) HOST= -- 2.39.2