]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Released as 3.5.2 v3.5.2
authorMartin Mares <mj@ucw.cz>
Mon, 3 Oct 2016 19:58:48 +0000 (21:58 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 3 Oct 2016 19:58:48 +0000 (21:58 +0200)
ChangeLog
Makefile
lib/pci.h

index 20ea64980bee1d017cf0c78908f4413b9531dcaa..81d9ac8bd3dd56b2a84a5e687775fc2b0b5c5654 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2016-10-03  Martin Mares <mj@ucw.cz>
+
+       * 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 <mj@ucw.cz>
 
        * Released as 3.5.1.
index 29cd59a28b34b711601a770d9981e14385d4ca5f..09ab1995454c9ff8e4e4bd0d3f58d47e5a784d64 100644 (file)
--- 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=
index 9faa3bdae08a67529a28aba04d9ab10c9611d7b4..47e9a9592295dbbb82ccf2dd343dbaa44a19c0b7 100644 (file)
--- 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