From: Martin Mares Date: Mon, 3 Oct 2016 19:58:48 +0000 (+0200) Subject: Released as 3.5.2 X-Git-Tag: v3.5.2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv3.5.2;p=pciutils.git Released as 3.5.2 --- diff --git a/ChangeLog b/ChangeLog index 20ea649..81d9ac8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2016-10-03 Martin Mares + + * Released as 3.5.2. + + * The L1 power management capability is now decoded more + thoroughly. Thanks to Rajat Jain for the patch. + + * The table of configuration registers used by setpci + had a bug in the definition of SUBSYSTEM_VENDOR_ID. + 2016-05-22 Martin Mares * Released as 3.5.1. diff --git a/Makefile b/Makefile index 29cd59a..09ab199 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.5.0 -DATE=2016-05-19 +VERSION=3.5.2 +DATE=2016-10-03 # Host OS and release (override if you are cross-compiling) HOST= diff --git a/lib/pci.h b/lib/pci.h index 9faa3bd..47e9a95 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -16,7 +16,7 @@ #include "header.h" #include "types.h" -#define PCI_LIB_VERSION 0x030501 +#define PCI_LIB_VERSION 0x030502 #ifndef PCI_ABI #define PCI_ABI