summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2016-05-19 17:57:01 +0200
committerMartin Mares <mj@ucw.cz>2016-05-19 17:58:13 +0200
commitab6ed5fdcf5029df4f757f61c9b333685e6ff0e4 (patch)
treec5597d3443e7ce9a621d434db9580b8ad2fdb3b9
parent8c2d87fd589886e239ab0ffd52cfd88bba194e8f (diff)
downloadpciutils-ab6ed5fdcf5029df4f757f61c9b333685e6ff0e4.tar.gz
Released as 3.5.0.v3.5.0
-rw-r--r--ChangeLog17
-rw-r--r--Makefile4
-rw-r--r--lib/pci.h2
3 files changed, 20 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b75d929..c0ede41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2016-05-19 Martin Mares <mj@ucw.cz>
+
+ * Released as 3.5.0.
+
+ * New capabilities decoded: Downstream Port Containment,
+ Precision Time Measurement. Thanks to Keith Busch and
+ Jonathan Yong.
+
+ * Domain numbers extended to 31 bits. This will be used by the
+ Linux kernel on some machines in near future.
+
+ * Enhanced allocation regions are now decoded on Linux.
+
+ * The NetBSD back-end supports PCIe extended configuration space.
+
+ * Updated pci.ids to the current snapshot of the database.
+
2016-01-03 Martin Mares <mj@ucw.cz>
* Released as 3.4.1.
diff --git a/Makefile b/Makefile
index 63cc489..29cd59a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
OPT=-O2
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
-VERSION=3.4.1
-DATE=2016-01-03
+VERSION=3.5.0
+DATE=2016-05-19
# Host OS and release (override if you are cross-compiling)
HOST=
diff --git a/lib/pci.h b/lib/pci.h
index e3175a3..7e9bb2e 100644
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -16,7 +16,7 @@
#include "header.h"
#include "types.h"
-#define PCI_LIB_VERSION 0x030401
+#define PCI_LIB_VERSION 0x030500
#ifndef PCI_ABI
#define PCI_ABI