]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Released as 3.4.0. v3.4.0
authorMartin Mares <mj@ucw.cz>
Mon, 14 Sep 2015 15:53:11 +0000 (17:53 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 14 Sep 2015 15:53:11 +0000 (17:53 +0200)
ChangeLog
Makefile
lib/pci.h

index c8c5a6004db5417510da789457c1fcdf5afc83ba..6b046bd3bbe62f0276b49317822772fbbe0aa2cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2015-09-14  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.4.0.
+
+       * On Linux, we report NUMA nodes of devices.
+
+       * The sysfs back-end does not die on read errors
+         of optional attributes. Instead, a warning is produced.
+
+       * Fixed several minor bugs.
+
+       * Updated pci.ids to the current snapshot of the database.
+
 2015-04-09  Martin Mares <mj@ucw.cz>
 
        * Released as 3.3.1.
index 6188d14871b72b1a68720345d3ee73162d05187c..d313c63487484291d6ea7e5126779c53428e3fa8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=3.3.1
-DATE=2015-04-09
+VERSION=3.4.0
+DATE=2015-09-14
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
index 39df8ea6af5896f737c90267d6a81a9dfe229c26..10ba831a73978625e1b4fb3c5a0ec5dfcc531725 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -16,7 +16,7 @@
 #include "header.h"
 #include "types.h"
 
-#define PCI_LIB_VERSION 0x030301
+#define PCI_LIB_VERSION 0x030400
 
 #ifndef PCI_ABI
 #define PCI_ABI