]> mj.ucw.cz Git - pciutils.git/commitdiff
Released as 3.9.0 v3.9.0
authorMartin Mares <mj@ucw.cz>
Sun, 20 Nov 2022 12:06:14 +0000 (13:06 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 20 Nov 2022 12:06:14 +0000 (13:06 +0100)
ChangeLog
Makefile
lib/pci.h

index a6142813bb453ecf09a6f247d1ad4d489af251ea..8fc37880d57da31627a088d49a6b61442dc53ca7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-2022-11-18  Martin Mares <mj@ucw.cz>
+2022-11-20  Martin Mares <mj@ucw.cz>
 
-       * XXX: To be released as 3.9.0.
+       * Released as 3.9.0.
 
        * We decode Compute Express Link (CXL) capabilities.
 
 
        * Hurd: The Hurd back-end works again.
 
-       * mmio-ports: Added a new back-end implementing the intel-conf1
+       * mmio-conf1(-ext): Added a new back-end implementing the intel-conf1
          interface over MMIO. This is useful on some ARM machines, but it
          requires manual configuration of the MMIO addresses.
 
+       * As usually, updated pci.ids to the current snapshot of the database.
+
 2022-04-18  Martin Mares <mj@ucw.cz>
 
        * Released as 3.8.0.
index 11f15f19f2e7ab61fc51dccaba57f5c718f93136..3df076d74702fef34261de31ab3a08c57c8ccdf7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=3.8.0
-DATE=2022-04-18
+VERSION=3.9.0
+DATE=2022-11-20
 
 # Host OS and release (override if you are cross-compiling)
 HOST=
index fa018f48cbb7b9816c45d49a661c70f327253c51..5895dbcbb46062479fbd45b0e3de493c116075b3 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -16,7 +16,7 @@
 #include "header.h"
 #include "types.h"
 
-#define PCI_LIB_VERSION 0x030800
+#define PCI_LIB_VERSION 0x030900
 
 #ifndef PCI_ABI
 #define PCI_ABI