From 4a190235224ff6dfe44adbb07ac929afea612acd Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 3 Oct 2016 21:58:48 +0200 Subject: [PATCH] Released as 3.5.2 --- ChangeLog | 10 ++++++++++ Makefile | 4 ++-- lib/pci.h | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 20ea649..81d9ac8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2016-10-03 Martin Mares + + * Released as 3.5.2. + + * The L1 power management capability is now decoded more + thoroughly. Thanks to Rajat Jain for the patch. + + * The table of configuration registers used by setpci + had a bug in the definition of SUBSYSTEM_VENDOR_ID. + 2016-05-22 Martin Mares * Released as 3.5.1. diff --git a/Makefile b/Makefile index 29cd59a..09ab199 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.5.0 -DATE=2016-05-19 +VERSION=3.5.2 +DATE=2016-10-03 # Host OS and release (override if you are cross-compiling) HOST= diff --git a/lib/pci.h b/lib/pci.h index 9faa3bd..47e9a95 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -16,7 +16,7 @@ #include "header.h" #include "types.h" -#define PCI_LIB_VERSION 0x030501 +#define PCI_LIB_VERSION 0x030502 #ifndef PCI_ABI #define PCI_ABI -- 2.39.2