From 7c5bf915f87d8e4c62be66275c8e73a5f03fa5ee Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 30 May 2024 17:58:10 +0200 Subject: [PATCH] Released as v3.13.0 --- ChangeLog | 20 ++++++++++++++++++++ Makefile | 4 ++-- lib/pci.h | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) 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 -- 2.39.2