From: Martin Mares Date: Thu, 19 May 2016 15:57:01 +0000 (+0200) Subject: Released as 3.5.0. X-Git-Tag: v3.5.0 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv3.5.0;p=pciutils.git Released as 3.5.0. --- 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