]> mj.ucw.cz Git - pciutils.git/commitdiff
Released as 3.5.5 v3.5.5
authorMartin Mares <mj@ucw.cz>
Wed, 5 Jul 2017 13:21:46 +0000 (15:21 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 5 Jul 2017 13:21:46 +0000 (15:21 +0200)
ChangeLog
Makefile
lib/pci.h

index 218770a16753f0a40a9a2c7446415de587cbef27..08f4b7ff278a28387a72090f39b4dbc275c41e9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2017-07-05  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.5.5.
+
+       * Better decoding of AER capability.
+
+       * "Slot Implemented" flag is decoded for PCI/PCI-X to PCIe bridges.
+
+       * Minor fixes of decoding other capabilities.
+
+       * As usually, updated pci.ids to the current snapshot of the database.
+
 2017-02-25  Martin Mares <mj@ucw.cz>
 
        * Released as 3.5.4.
index db7ff755c75a4c912fa13befaea0d43979186ebb..fda9a10e0406bdb8fe8a29cefe03b895f52721eb 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.4
-DATE=2017-02-25
+VERSION=3.5.5
+DATE=2017-07-05
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
index 052f43b75d07aaca26fdc0b226b2e2a9c57112c2..794b4874428bc6216b68fdd6757cdffc0eba21fd 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -16,7 +16,7 @@
 #include "header.h"
 #include "types.h"
 
-#define PCI_LIB_VERSION 0x030504
+#define PCI_LIB_VERSION 0x030505
 
 #ifndef PCI_ABI
 #define PCI_ABI