From 5abf19113f5fa88817d6f6e3f190c40205c46b8d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 20 Nov 2022 13:06:14 +0100 Subject: Released as 3.9.0 --- ChangeLog | 8 +++++--- Makefile | 4 ++-- lib/pci.h | 2 +- 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 +2022-11-20 Martin Mares - * 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 * 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 -- cgit 1.2.3-korg