From: Martin Mares Date: Wed, 15 Feb 2017 09:17:55 +0000 (+0100) Subject: Released as 3.5.3 X-Git-Tag: v3.5.3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv3.5.3;p=pciutils.git Released as 3.5.3 --- diff --git a/ChangeLog b/ChangeLog index 81d9ac8..6909b54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2017-02-15 Martin Mares + + * Released as 3.5.3. + + * When lspci looks for Linux kernel modules, it uses the default + path to module directory provided by libkmod. Previously, + it tried to construct the path explicitly, which need not + work on all systems. + + * Improved formatting of memory and I/O ranges behind a bridge. + + * PCIe link capabilities now display GEN4 speed (16GT/s). + + * PCIe device capabilities now show bits related to atomic operations. + Thanks to Satanand Burla for a patch. + + * As usually, updated pci.ids to the current snapshot of the database. + 2016-10-03 Martin Mares * Released as 3.5.2. diff --git a/Makefile b/Makefile index 09ab199..caed834 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Makefile for The PCI Utilities -# (c) 1998--2016 Martin Mares +# (c) 1998--2017 Martin Mares OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.5.2 -DATE=2016-10-03 +VERSION=3.5.3 +DATE=2017-02-15 # Host OS and release (override if you are cross-compiling) HOST= diff --git a/lib/pci.h b/lib/pci.h index 47e9a95..13a285f 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -1,7 +1,7 @@ /* * The PCI Library * - * Copyright (c) 1997--2016 Martin Mares + * Copyright (c) 1997--2017 Martin Mares * * Can be freely distributed and used under the terms of the GNU GPL. */ @@ -16,7 +16,7 @@ #include "header.h" #include "types.h" -#define PCI_LIB_VERSION 0x030502 +#define PCI_LIB_VERSION 0x030503 #ifndef PCI_ABI #define PCI_ABI