From 9978b6fd102ae55c90ba655738a8541469586245 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 19 Jan 2010 10:36:48 +0100 Subject: [PATCH] Released as 3.1.5. --- ChangeLog | 22 ++++++++++++++++++++++ Makefile | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d65494..4919a65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2010-01-19 Martin Mares + + * Released as 3.1.5. + + * Updated pci.ids to the today's snapshot of the database. + + * When scanning extended capabilities, properly mask the lowest 2 bits, + which are currently reserved. This avoids unaligned access errors on + broken hardware (see tests/broken-ecaps). + + * Large bar sizes are displayed in human-readable format (with units). + Thanks to Matthew Wilcox. + + * Physical slot information is displayed correctly for multi-function cards. + Fixed by Matthew Wilcox. + + * Fixed a couple of typos everywhere. + + * Library: Fixed bugs in freeing of capabilities. + + * Windows back-end compiles again. + 2009-08-14 Martin Mares * Released as 3.1.4. diff --git a/Makefile b/Makefile index 679d8ba..b46323e 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.1.4 -DATE=2009-08-14 +VERSION=3.1.5 +DATE=2010-01-19 # Host OS and release (override if you are cross-compiling) HOST= -- 2.39.2