summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2022-11-20 13:06:14 +0100
committerMartin Mares <mj@ucw.cz>2022-11-20 13:06:14 +0100
commit5abf19113f5fa88817d6f6e3f190c40205c46b8d (patch)
tree0e3234ba83f06db2ca2ba03a4cd06420186c6973
parent3d2637a5fe0fab0ee3b94fe248ece5c2f532273d (diff)
downloadpciutils-5abf19113f5fa88817d6f6e3f190c40205c46b8d.tar.gz
Released as 3.9.0v3.9.0
-rw-r--r--ChangeLog8
-rw-r--r--Makefile4
-rw-r--r--lib/pci.h2
3 files changed, 8 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index a614281..8fc3788 100644
--- 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.
@@ -21,10 +21,12 @@
* 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.
diff --git a/Makefile b/Makefile
index 11f15f1..3df076d 100644
--- 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=
diff --git a/lib/pci.h b/lib/pci.h
index fa018f4..5895dbc 100644
--- 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