]> mj.ucw.cz Git - pciutils.git/commitdiff
Released as 3.4.1. v3.4.1
authorMartin Mares <mj@ucw.cz>
Sun, 3 Jan 2016 14:19:41 +0000 (15:19 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 3 Jan 2016 14:19:41 +0000 (15:19 +0100)
ChangeLog
Makefile
README
lib/pci.h

index 6b046bd3bbe62f0276b49317822772fbbe0aa2cf..b75d929ec48359b2d7333a85c07774bb29378c1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2016-01-03  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.4.1.
+
+       * New capabilities decoded: Process Address Space, Page Request
+         Interface, Enhanced Allocation. Thanks to David Daney and
+         David Woodhouse.
+
+       * DevCap SlotPowerLimit is now decoded for all components with
+         upstream ports.
+
+       * Database mirror at SourceForge moved to GitHub.
+
+       * Updated pci.ids to the current snapshot of the database.
+
 2015-09-14  Martin Mares <mj@ucw.cz>
 
        * Released as 3.4.0.
index d313c63487484291d6ea7e5126779c53428e3fa8..63cc489de620b2ddd54b8f4a0cda9d63fba6152e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 # Makefile for The PCI Utilities
-# (c) 1998--2015 Martin Mares <mj@ucw.cz>
+# (c) 1998--2016 Martin Mares <mj@ucw.cz>
 
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=3.4.0
-DATE=2015-09-14
+VERSION=3.4.1
+DATE=2016-01-03
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
diff --git a/README b/README
index 9b7be2e13eb14ba25ea7e28d57a46b84b6dda422..4efebb6fcd009b541bf6eaf5f0132e7fd1d69c50 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This package contains the PCI Utilities, version @VERSION@.
 
-Copyright (c) 1997--2015 Martin Mares <mj@ucw.cz>
+Copyright (c) 1997--2016 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 10ba831a73978625e1b4fb3c5a0ec5dfcc531725..9c1e2810cb2e3d3a01b2bfb36e150dadfb7543b2 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -1,7 +1,7 @@
 /*
  *     The PCI Library
  *
- *     Copyright (c) 1997--2015 Martin Mares <mj@ucw.cz>
+ *     Copyright (c) 1997--2016 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 0x030400
+#define PCI_LIB_VERSION 0x030401
 
 #ifndef PCI_ABI
 #define PCI_ABI