From dfd15a80b40edfc85ad71189a6f7e797bc269af3 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 5 Jul 2017 15:21:46 +0200 Subject: [PATCH] Released as 3.5.5 --- ChangeLog | 12 ++++++++++++ Makefile | 4 ++-- lib/pci.h | 2 +- 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 + + * 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 * 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 -- 2.39.2