From: Martin Mares Date: Sat, 21 Jun 2025 16:05:08 +0000 (+0200) Subject: Released as v3.14.0 X-Git-Tag: v3.14.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f6d842ea8e134ffdace3fcddaf49635b2e6048b;p=thirdparty%2Fpciutils.git Released as v3.14.0 --- diff --git a/ChangeLog b/ChangeLog index d8d38eb..53f0c31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2025-06-21 Martin Mares + + * 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. + + * got definitions of new classes and capabilities + from PCI Code and ID Assignment rev 1.18. + + * can be included from C++ programs. + + * Updated pci.ids. + 2024-05-30 Martin Mares * Released as 3.13.0. diff --git a/Makefile b/Makefile index 51449ba..6cdbf01 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Makefile for The PCI Utilities -# (c) 1998--2024 Martin Mares +# (c) 1998--2025 Martin Mares 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= diff --git a/lib/pci.h b/lib/pci.h index f41bc3c..e93e991 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 0x030d00 +#define PCI_LIB_VERSION 0x030e00 #ifndef PCI_ABI #define PCI_ABI