]> mj.ucw.cz Git - pciutils.git/commitdiff
Released as v3.12.0
authorMartin Mares <mj@ucw.cz>
Fri, 5 Apr 2024 21:31:56 +0000 (23:31 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 5 Apr 2024 21:31:56 +0000 (23:31 +0200)
ChangeLog
Makefile
lib/pci.h

index bf7dc22928fefe753d994c5c9008b6cc3330268f..65128884d3152c421738f8a8efc9551811c00514 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2024-04-05  Martin Mares <mj@ucw.cz>
+
+       * 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.
index 37333c1915fca2a1a51410d660a73daa31664fc2..be2359301f3e059407d8405964bc3fcd736763e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=3.11.1
-DATE=2024-02-25
+VERSION=3.12.0
+DATE=2024-04-05
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
index a5c7424bae6c015aa1637c6b4568643d6a07fb55..4b5f6c1a9af8ab350bc5c7ae716dcbf1952d8646 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -18,7 +18,7 @@
 #include "header.h"
 #include "types.h"
 
-#define PCI_LIB_VERSION 0x030b01
+#define PCI_LIB_VERSION 0x030c00
 
 #ifndef PCI_ABI
 #define PCI_ABI