]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Released as 3.5.3 v3.5.3
authorMartin Mares <mj@ucw.cz>
Wed, 15 Feb 2017 09:17:55 +0000 (10:17 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 15 Feb 2017 09:17:55 +0000 (10:17 +0100)
ChangeLog
Makefile
lib/pci.h

index 81d9ac8bd3dd56b2a84a5e687775fc2b0b5c5654..6909b54020e38da932365fe24f26b67fc1859c82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2017-02-15  Martin Mares <mj@ucw.cz>
+
+       * 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 <mj@ucw.cz>
 
        * Released as 3.5.2.
 2016-10-03  Martin Mares <mj@ucw.cz>
 
        * Released as 3.5.2.
index 09ab1995454c9ff8e4e4bd0d3f58d47e5a784d64..caed834a0c3aef16383a2db91be21807d4c69027 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 # Makefile for The PCI Utilities
 # Makefile for The PCI Utilities
-# (c) 1998--2016 Martin Mares <mj@ucw.cz>
+# (c) 1998--2017 Martin Mares <mj@ucw.cz>
 
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
 
 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=
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
index 47e9a9592295dbbb82ccf2dd343dbaa44a19c0b7..13a285f0781bccb57e6cf5dd417b0d3301718118 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -1,7 +1,7 @@
 /*
  *     The PCI Library
  *
 /*
  *     The PCI Library
  *
- *     Copyright (c) 1997--2016 Martin Mares <mj@ucw.cz>
+ *     Copyright (c) 1997--2017 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
@@ -16,7 +16,7 @@
 #include "header.h"
 #include "types.h"
 
 #include "header.h"
 #include "types.h"
 
-#define PCI_LIB_VERSION 0x030502
+#define PCI_LIB_VERSION 0x030503
 
 #ifndef PCI_ABI
 #define PCI_ABI
 
 #ifndef PCI_ABI
 #define PCI_ABI