summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2017-07-05 15:21:46 +0200
committerMartin Mares <mj@ucw.cz>2017-07-05 15:21:46 +0200
commitdfd15a80b40edfc85ad71189a6f7e797bc269af3 (patch)
tree753b7ac1de5af3b8f2708dac95d91b0f8359257f
parentf34bb4b0d22a0df3aa8ede98fffdb1057559f09c (diff)
downloadpciutils-dfd15a80b40edfc85ad71189a6f7e797bc269af3.tar.gz
Released as 3.5.5v3.5.5
-rw-r--r--ChangeLog12
-rw-r--r--Makefile4
-rw-r--r--lib/pci.h2
3 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 218770a..08f4b7f 100644
--- 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.
diff --git a/Makefile b/Makefile
index db7ff75..fda9a10 100644
--- 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=
diff --git a/lib/pci.h b/lib/pci.h
index 052f43b..794b487 100644
--- 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