]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Released as 3.6.2 v3.6.2
authorMartin Mares <mj@ucw.cz>
Sun, 12 Aug 2018 10:59:26 +0000 (12:59 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 12 Aug 2018 10:59:26 +0000 (12:59 +0200)
ChangeLog
Makefile
lib/pci.h

index ead379155ebdb2f8812e2dacded11d97eceb3f69..ca5f91636976b786416db55da2613d4ae1f03d64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2018-08-12  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.6.2.
+
+       * Added "-P" and "-PP" switches to lspci, which display the path
+         through bridges to each device.
+
+       * Fixed a couple of bugs in computation of bus topology. It was
+         previously used only for the tree display, but we re-use it for
+         computing the paths.
+
+       * As usually, updated pci.ids to the current snapshot of the database.
+
 2018-07-12  Martin Mares <mj@ucw.cz>
 
        * Released as 3.6.1.
index 98f66a4b832433e3113019222d81be947f457e3d..ff51be1cdbe02c66489c596875de03a7a9ebe2f4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=3.6.1
-DATE=2018-07-12
+VERSION=3.6.2
+DATE=2018-08-12
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
index b4ce118dc867f1ad18f34580f7ee471c282b78d9..548aa69a468dd44179b76149abd811dcfcbeafe7 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -16,7 +16,7 @@
 #include "header.h"
 #include "types.h"
 
-#define PCI_LIB_VERSION 0x030601
+#define PCI_LIB_VERSION 0x030602
 
 #ifndef PCI_ABI
 #define PCI_ABI