]> mj.ucw.cz Git - pciutils.git/commitdiff
Released as 3.3.1.
authorMartin Mares <mj@ucw.cz>
Thu, 9 Apr 2015 14:36:55 +0000 (16:36 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 9 Apr 2015 14:36:55 +0000 (16:36 +0200)
ChangeLog
Makefile
README
lib/pci.h

index e6b5a0c8317d4821326578f40c83f599a0aade11..832e1fa80f5c15be8578d36d3ebba476ce682913 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2015-04-09  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.3.1.
+
+       * Removed hacks for backward compatibility with Linux libc5,
+         which were breaking newer non-glibc Linux systems. Thanks
+         to Felix Janda.
+
+       * Display VirtIO vendor-specific capability. Patch by Gerd
+         Hoffmann.
+
+       * Fixed memory leak in name cache.
+
 2014-11-10  Martin Mares <mj@ucw.cz>
 
        * Released as 3.3.0.
index 39a07d1a445e9ecd4b91c543c14bdea2bb004cbd..6188d14871b72b1a68720345d3ee73162d05187c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 # Makefile for The PCI Utilities
-# (c) 1998--2014 Martin Mares <mj@ucw.cz>
+# (c) 1998--2015 Martin Mares <mj@ucw.cz>
 
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=3.3.0
-DATE=2014-11-10
+VERSION=3.3.1
+DATE=2015-04-09
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
diff --git a/README b/README
index dbb9890d8c09e730579463a9ae96e5154173c4d2..d701ab665578affb40fec23e2a2a384e5283c3d5 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This package contains the PCI Utilities, version @VERSION@.
 
-Copyright (c) 1997--2014 Martin Mares <mj@ucw.cz>
+Copyright (c) 1997--2015 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 f6df869c578800f07570bb0c01028beb740dbf61..bd6f6a171efd89a087a1c54c8766f80497492921 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -1,7 +1,7 @@
 /*
  *     The PCI Library
  *
- *     Copyright (c) 1997--2014 Martin Mares <mj@ucw.cz>
+ *     Copyright (c) 1997--2015 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
@@ -16,7 +16,7 @@
 #include "header.h"
 #include "types.h"
 
-#define PCI_LIB_VERSION 0x030300
+#define PCI_LIB_VERSION 0x030301
 
 #ifndef PCI_ABI
 #define PCI_ABI