]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Released as v3.15.0 master v3.15.0
authorMartin Mareš <mj@ucw.cz>
Sun, 5 Apr 2026 19:24:24 +0000 (21:24 +0200)
committerMartin Mareš <mj@ucw.cz>
Sun, 5 Apr 2026 19:24:24 +0000 (21:24 +0200)
ChangeLog
Makefile
README
lib/pci.h

index 53f0c311440119fa625f3c76c81995a00aa6bbee..222daff8c398ed45b6e6e75516419250675798c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2026-04-05  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.15.0.
+
+       * New capabilities are decoded: MMIO Register Block Locator,
+         Flit Error Injection, Flit Logging.
+
+       * Decoding of PCIe capabilities updated to Gen7.
+
+       * Both lspci and setpci warn when the "-s" or "-d" option
+         is given multiple times.
+
+       * Improved display of interrupts in "lspci -vv". Routing of
+         interrupt pins is shown only if the pins are not disabled.
+         Routing of MSI(X) interrupts is shown when available
+         (which is currently supported by the sysfs back-end only).
+
+       * Minor improvements to Windows back-ends.
+
+       * The dump back-end can read the dump from stdin when given "-"
+         as a file name.
+
+       * FreeBSD supports 64-bit addresses.
+
+       * Added README.DJGPP.
+
+       * Updated pci.ids.
+
 2025-06-21  Martin Mares <mj@ucw.cz>
 
        * Released as 3.14.0.
 2025-06-21  Martin Mares <mj@ucw.cz>
 
        * Released as 3.14.0.
index 11868ec97e76b41e1fdf06a5ca247e654e1e0886..a72677349c660b1b99b06d5d2636eca7665e875c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 # Makefile for The PCI Utilities
 # Makefile for The PCI Utilities
-# (c) 1998--2025 Martin Mares <mj@ucw.cz>
+# (c) 1998--2026 Martin Mares <mj@ucw.cz>
 
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
 
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=3.14.0
-DATE=2025-06-21
+VERSION=3.15.0
+DATE=2026-04-05
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
diff --git a/README b/README
index 0994368eaf7eb441cc4558604df7b2ef59d0cf8a..f06cdbd41c6b4803d94465e86435acd8387e49e9 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This package contains the PCI Utilities, version @VERSION@.
 
 This package contains the PCI Utilities, version @VERSION@.
 
-Copyright (c) 1997--2024 Martin Mares <mj@ucw.cz>
+Copyright (c) 1997--2026 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
 
 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 e54c2447639638af341715dd54a76abd2049fb1b..db0477d385bd9e9544616e0e7b06280b64bf30f2 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -22,7 +22,7 @@ extern "C" {
 #include "header.h"
 #include "types.h"
 
 #include "header.h"
 #include "types.h"
 
-#define PCI_LIB_VERSION 0x030e00
+#define PCI_LIB_VERSION 0x030f00
 
 #ifndef PCI_ABI
 #define PCI_ABI
 
 #ifndef PCI_ABI
 #define PCI_ABI