]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Released as 3.5.4 v3.5.4
authorMartin Mares <mj@ucw.cz>
Sat, 25 Feb 2017 23:00:20 +0000 (00:00 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 25 Feb 2017 23:00:20 +0000 (00:00 +0100)
ChangeLog
Makefile
README
lib/pci.h

index 6909b54020e38da932365fe24f26b67fc1859c82..218770a16753f0a40a9a2c7446415de587cbef27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-02-25  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.5.4.
+
+       * Previous version broke compilation on systems, for which lib/types.h
+         did not provide a 64-bit integer type. It is provided everywhere now.
+
 2017-02-15  Martin Mares <mj@ucw.cz>
 
        * Released as 3.5.3.
index caed834a0c3aef16383a2db91be21807d4c69027..db7ff755c75a4c912fa13befaea0d43979186ebb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=3.5.3
-DATE=2017-02-15
+VERSION=3.5.4
+DATE=2017-02-25
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
diff --git a/README b/README
index 4efebb6fcd009b541bf6eaf5f0132e7fd1d69c50..45c818017244dd9632cdee8c5d193228a3420f56 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This package contains the PCI Utilities, version @VERSION@.
 
-Copyright (c) 1997--2016 Martin Mares <mj@ucw.cz>
+Copyright (c) 1997--2017 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 13a285f0781bccb57e6cf5dd417b0d3301718118..9781accf31534490c7c1ae7ceab20927eeff0f24 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -16,7 +16,7 @@
 #include "header.h"
 #include "types.h"
 
-#define PCI_LIB_VERSION 0x030503
+#define PCI_LIB_VERSION 0x030504
 
 #ifndef PCI_ABI
 #define PCI_ABI