From: Martin Mares Date: Sun, 20 Nov 2022 12:06:14 +0000 (+0100) Subject: Released as 3.9.0 X-Git-Tag: v3.9.0 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=26ff4fa2e854b6b5397bbdacc40c31abacb29163;p=pciutils.git Released as 3.9.0 --- 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