]> mj.ucw.cz Git - pciutils.git/commitdiff
Released as v3.13.0 v3.13.0
authorMartin Mares <mj@ucw.cz>
Thu, 30 May 2024 15:58:10 +0000 (17:58 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 30 May 2024 15:58:10 +0000 (17:58 +0200)
ChangeLog
Makefile
lib/pci.h

index 4e748b3dbffa44ddfb57eeafbb2f536cdcb1247c..d8d38ebc98d7f0c9fbc02c4e491cd392e6d9018c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2024-05-30  Martin Mares <mj@ucw.cz>
+
+       * 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 <mj@ucw.cz>
 
        * Released as 3.12.0.
index abb5cb43438a3f62e24cb741bb87d9e9a8b0c2d2..51449ba6cff22bfa57657d3e7366c183b30c680e 100644 (file)
--- 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=
index 5ae1dab668307b3f2d1351c88d8acadf4bc0d2eb..71dae3aeb90f2b1217922073a98c578b0584a7b9 100644 (file)
--- 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