From: Martin Mares Date: Sun, 12 Aug 2018 10:59:26 +0000 (+0200) Subject: Released as 3.6.2 X-Git-Tag: v3.6.2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv3.6.2;p=pciutils.git Released as 3.6.2 --- diff --git a/ChangeLog b/ChangeLog index ead3791..ca5f916 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2018-08-12 Martin Mares + + * 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 * Released as 3.6.1. diff --git a/Makefile b/Makefile index 98f66a4..ff51be1 100644 --- 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= diff --git a/lib/pci.h b/lib/pci.h index b4ce118..548aa69 100644 --- 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