]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Released as v3.14.0
authorMartin Mares <mj@ucw.cz>
Sat, 21 Jun 2025 16:05:08 +0000 (18:05 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 21 Jun 2025 16:05:08 +0000 (18:05 +0200)
ChangeLog
Makefile
lib/pci.h

index d8d38ebc98d7f0c9fbc02c4e491cd392e6d9018c..53f0c311440119fa625f3c76c81995a00aa6bbee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2025-06-21  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.14.0.
+
+       * New capabilities are decoded: VirtIO SharedMemory, Physical Layer
+         16 to 64 GT/s, Flit Mode, Device 3, Intel vendor-specific.
+
+       * ECAM now works on Windows and DJGPP.
+
+       * The GNU/Hurd back-end works on 64-bit systems.
+
+       * Added a new back-end for RT-Thread Smart OS.
+
+       * <lib/header.h> got definitions of new classes and capabilities
+         from PCI Code and ID Assignment rev 1.18.
+
+       * <lib/pci.h> can be included from C++ programs.
+
+       * Updated pci.ids.
+
 2024-05-30  Martin Mares <mj@ucw.cz>
 
        * Released as 3.13.0.
index 51449ba6cff22bfa57657d3e7366c183b30c680e..6cdbf015d481d6538c24742b7d907cab0b3df99e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 # Makefile for The PCI Utilities
-# (c) 1998--2024 Martin Mares <mj@ucw.cz>
+# (c) 1998--2025 Martin Mares <mj@ucw.cz>
 
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=3.13.0
-DATE=2024-05-30
+VERSION=3.14.0
+DATE=2025-06-21
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
index f41bc3c12864b902f07d3281ec4f2cbe0aa7c09d..e93e99162cd21c8bbc6991caa6c67073128637f1 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -22,7 +22,7 @@ extern "C" {
 #include "header.h"
 #include "types.h"
 
-#define PCI_LIB_VERSION 0x030d00
+#define PCI_LIB_VERSION 0x030e00
 
 #ifndef PCI_ABI
 #define PCI_ABI