]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Released as 3.6.0 v3.6.0
authorMartin Mares <mj@ucw.cz>
Sat, 30 Jun 2018 21:54:30 +0000 (23:54 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 30 Jun 2018 21:54:58 +0000 (23:54 +0200)
ChangeLog
Makefile
README
lib/pci.h

index 0e01d6123b36bdb4e81bdbf1831c0b38407f4372..c70457293343b4856dc09c6060437360abd7cf1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2018-06-30  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.6.0.
+
+       * BARs reported by the OS, but not set on the device itself are
+         reliably marked with "[virtual]".
+
+       * Library: Introduced a generic mechanism of string properties. This
+         avoids lots of special cases and makes ABI compatibility easier.
+
+       * On Linux systems with OpenFirmware, report corresponding device tree nodes
+         as device properties.
+
+       * VPD decoder knows several non-standard extensions.
+
+       * When PCIe link speed is less than the maximum supported by the
+         device, it is explicitly marked as "downgraded".
+
+       * Several new capabilities are not decoded yet, but at least their
+         names are printed.
+
+       * The Null capability is easily decoded.
+
+       * Formatting of several capabilities was cleaned up.
+
+       * The VGA16 bit in the bridge control register is now supported.
+
+       * Added a port to SylixOS. Thanks to YuJian Gong for contribution.
+
+       * Added a port to DOS/DJGPP. Thanks to Rudolf Marek for contribution.
+
+       * The order in which back-ends are probed was decoupled from the
+         internal back-end IDs. This helps, because new back-ends must have
+         their ID allocated at the end to keep the ABI, but they might need
+         to be proved earlier.
+
+       * The fbsd-device back-end should work again.
+
+       * Fixed a couple of bugs. Most notably, DeviceName was not printed.
+
+       * As usually, updated pci.ids to the current snapshot of the database.
+
 2017-11-17  Martin Mares <mj@ucw.cz>
 
        * Released as 3.5.6.
index 96fffcafd83d735aa0335dfe587c0e9948e8edb0..f7ad2cc9165c2820eeda6a81eebfaa2c83974e29 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 # Makefile for The PCI Utilities
-# (c) 1998--2017 Martin Mares <mj@ucw.cz>
+# (c) 1998--2018 Martin Mares <mj@ucw.cz>
 
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=3.5.6
-DATE=2017-11-17
+VERSION=3.6.0
+DATE=2018-06-30
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
diff --git a/README b/README
index 894c2777313e8582fa4de59bb94b2ec5b1b9b234..29815ba1f363bac3791f463e7de9b712782b9512 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This package contains the PCI Utilities, version @VERSION@.
 
-Copyright (c) 1997--2017 Martin Mares <mj@ucw.cz>
+Copyright (c) 1997--2018 Martin Mares <mj@ucw.cz>
 
 All files in this package can be freely distributed and used according
 to the terms of the GNU General Public License, either version 2 or
index 8cf9c4c4201000c218de1b9e958b18fbde78f371..38d224d6a711f353a58627bf11c60d9c6ad31701 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -16,7 +16,7 @@
 #include "header.h"
 #include "types.h"
 
-#define PCI_LIB_VERSION 0x030506
+#define PCI_LIB_VERSION 0x030600
 
 #ifndef PCI_ABI
 #define PCI_ABI