From: Martin Mareš Date: Sun, 5 Apr 2026 19:24:24 +0000 (+0200) Subject: Released as v3.15.0 X-Git-Tag: v3.15.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Fpciutils.git Released as v3.15.0 --- diff --git a/ChangeLog b/ChangeLog index 53f0c31..222daff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2026-04-05 Martin Mares + + * 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 * Released as 3.14.0. diff --git a/Makefile b/Makefile index 11868ec..a726773 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Makefile for The PCI Utilities -# (c) 1998--2025 Martin Mares +# (c) 1998--2026 Martin Mares 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= diff --git a/README b/README index 0994368..f06cdbd 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ This package contains the PCI Utilities, version @VERSION@. -Copyright (c) 1997--2024 Martin Mares +Copyright (c) 1997--2026 Martin Mares 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 diff --git a/lib/pci.h b/lib/pci.h index e54c244..db0477d 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -22,7 +22,7 @@ extern "C" { #include "header.h" #include "types.h" -#define PCI_LIB_VERSION 0x030e00 +#define PCI_LIB_VERSION 0x030f00 #ifndef PCI_ABI #define PCI_ABI