]> mj.ucw.cz Git - pciutils.git/commitdiff
Released version 3.6.4. v3.6.4
authorMartin Mares <mj@ucw.cz>
Sat, 25 Jan 2020 19:28:42 +0000 (20:28 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 25 Jan 2020 19:43:22 +0000 (20:43 +0100)
ChangeLog
Makefile
lib/pci.h

index 38d98970257c7ab7c2fe511124df685af59907ce..f6424675ea2cd783ddc14c2dcd21674446f2077a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-01-25  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.6.4.
+
+       * A new back-end for the GNU Hurd was contributed by Joan Lledó.
+
+       * When printing VPD item identifiers, non-ASCII characters are escaped.
+
 2020-01-22  Martin Mares <mj@ucw.cz>
 
        * Released as 3.6.3.
@@ -82,7 +90,7 @@
        * 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.
+         to be probed earlier.
 
        * The fbsd-device back-end should work again.
 
index 0e29c9510d1a113a78be49481f58684d7cb86b33..49f8caff4afc4d3763d4efdb2370f78a5c98895f 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.3
-DATE=2020-01-20
+VERSION=3.6.4
+DATE=2020-01-25
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
index 0adc5c6d4c472db500fb73673f9b21a4def4ebe9..47e30111404db4949ecc33cf2234885dc28a3b2d 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -16,7 +16,7 @@
 #include "header.h"
 #include "types.h"
 
-#define PCI_LIB_VERSION 0x030603
+#define PCI_LIB_VERSION 0x030604
 
 #ifndef PCI_ABI
 #define PCI_ABI