]> mj.ucw.cz Git - pciutils.git/blobdiff - ChangeLog
lspci: add VirtIO SharedMemory capability support
[pciutils.git] / ChangeLog
index 4e8d6a92677fd13ea36ce3d6d448c836e4b42b26..d8d38ebc98d7f0c9fbc02c4e491cd392e6d9018c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+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.
+
+       * lspci decodes the IDE (Integrity & Data Encryption) and TEE-IO
+         extended capabilities.
+
+       * Several bugs in back-ends for Windows were fixed and the
+         README.Windows updated.
+
+       * Fixed building on Haiku.
+
+       * We now use more C99 features.
+
+       * Optimization flags used for compiling individual object files
+         should be the same as optimization flags for linking the final
+         executable to make link-time optimization possible.
+
+       * We no longer look up subsystems in the HWDB, because there is
+         no API for querying only the subsystem. The lookup we used
+         previously returned a device name if there was no entry for
+         the particular subsystem.
+
+       * Updated pci.ids.
+
+2024-02-25  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.11.1.
+
+       * Fixed wrong API version in lib/pci.h.
+
+       * Updated README.Windows.
+
+       * Fix compilation on Windows.
+
 2024-02-24  Martin Mares <mj@ucw.cz>
 
        * Released as 3.11.0.