]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Released as 3.5.0. v3.5.0
authorMartin Mares <mj@ucw.cz>
Thu, 19 May 2016 15:57:01 +0000 (17:57 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 19 May 2016 15:58:13 +0000 (17:58 +0200)
ChangeLog
Makefile
lib/pci.h

index b75d929ec48359b2d7333a85c07774bb29378c1f..c0ede4187437133da25988ebbd40a5cb0c563402 100644 (file)
--- 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.
index 63cc489de620b2ddd54b8f4a0cda9d63fba6152e..29cd59a28b34b711601a770d9981e14385d4ca5f 100644 (file)
--- 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=
index e3175a3b59984265b24cacc4cbf1249eac48aaf2..7e9bb2ed97ef180a9ce170c6b244b46d14919276 100644 (file)
--- 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