From: Martin Mares Date: Thu, 30 May 2024 15:58:10 +0000 (+0200) Subject: Released as v3.13.0 X-Git-Tag: v3.13.0 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=efe887c4f23f5a303188a86e3d6b1226580d9c97;p=pciutils.git Released as v3.13.0 --- diff --git a/ChangeLog b/ChangeLog index 4e748b3..d8d38eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2024-05-30 Martin Mares + + * Released as 3.13.0. + + * lspci decodes CXL 1.1 device link status information. + This requires a recent kernel which exports rcd_* atributes via + sysfs. + + * Further development of the pcilmr (the link margining utility) + + * Dump parsing supports 6-digit domain numbers. + + * Bug fixes in PCIe link state reporting. + + * Decode more fields in PCIe AER capability. + + * Fixed build on Linux systems with musl libc. + + * Updated pci.ids. + 2024-04-05 Martin Mares * Released as 3.12.0. diff --git a/Makefile b/Makefile index abb5cb4..51449ba 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.12.0 -DATE=2024-04-05 +VERSION=3.13.0 +DATE=2024-05-30 # Host OS and release (override if you are cross-compiling) HOST= diff --git a/lib/pci.h b/lib/pci.h index 5ae1dab..71dae3a 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -18,7 +18,7 @@ #include "header.h" #include "types.h" -#define PCI_LIB_VERSION 0x030c00 +#define PCI_LIB_VERSION 0x030d00 #ifndef PCI_ABI #define PCI_ABI