+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.
# 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
-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=
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