summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2015-09-14 17:53:11 +0200
committerMartin Mares <mj@ucw.cz>2015-09-14 17:53:11 +0200
commit508c53eb181bebdc770de1e9908925bd662db7ff (patch)
treeb976e1fe18e4ea06c8ff54ff798ba292b364a045
parent73debb0ab39b75a8e49e153f62a2a88534f5d1e2 (diff)
downloadpciutils-508c53eb181bebdc770de1e9908925bd662db7ff.tar.gz
Released as 3.4.0.v3.4.0origin
-rw-r--r--ChangeLog13
-rw-r--r--Makefile4
-rw-r--r--lib/pci.h2
3 files changed, 16 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c8c5a60..6b046bd 100644
--- 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.
diff --git a/Makefile b/Makefile
index 6188d14..d313c63 100644
--- 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=
diff --git a/lib/pci.h b/lib/pci.h
index 39df8ea..10ba831 100644
--- 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