From 508c53eb181bebdc770de1e9908925bd662db7ff Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 14 Sep 2015 17:53:11 +0200 Subject: Released as 3.4.0. --- ChangeLog | 13 +++++++++++++ Makefile | 4 ++-- lib/pci.h | 2 +- 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 + + * 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 * 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 -- cgit v1.2.1