aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2016-10-03 21:58:48 +0200
committerMartin Mares <mj@ucw.cz>2016-10-03 21:58:48 +0200
commit4a190235224ff6dfe44adbb07ac929afea612acd (patch)
treeb967379c3c9c4b918f4f58c7c9ce47a902b1a02c
parent701fdd1ec5011af88b19ffafd7b6b1ed92557881 (diff)
downloadpciutils-4a190235224ff6dfe44adbb07ac929afea612acd.tar.gz
Released as 3.5.2v3.5.2
-rw-r--r--ChangeLog10
-rw-r--r--Makefile4
-rw-r--r--lib/pci.h2
3 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 20ea649..81d9ac8 100644
--- 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.
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