From ab6ed5fdcf5029df4f757f61c9b333685e6ff0e4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 19 May 2016 17:57:01 +0200 Subject: Released as 3.5.0. --- ChangeLog | 17 +++++++++++++++++ Makefile | 4 ++-- lib/pci.h | 2 +- 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 + + * 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 * 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 -- cgit v1.2.1