From dc49926af16ea4401fe64448351d1b65edafa545 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 10 Nov 2013 13:22:17 +0100 Subject: [PATCH] Released as 3.2.1. --- ChangeLog | 16 ++++++++++++++++ Makefile | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3a7fe27..717f468 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2013-11-10 Martin Mares + + * Released as 3.2.1. + + * CardBus bridge capabilities are displayed. + + * PCIe L1 PM substates are decoded. + + * Various bugs were fixed in decoding of PCIe capabilities. + + * The sysfs back-end does not spit out unnecessary warnings when + empty slots report only a partial device address. This actually + happens on IBM pSeries. + + * Updated pci.ids to the today's snapshot of the database. + 2013-04-19 Martin Mares * Released as 3.2.0. diff --git a/Makefile b/Makefile index 74c570a..0a21ee8 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.2.0 -DATE=2013-04-19 +VERSION=3.2.1 +DATE=2013-11-10 # Host OS and release (override if you are cross-compiling) HOST= -- 2.39.2