From: Martin Mares Date: Tue, 19 Jan 2010 09:36:48 +0000 (+0100) Subject: Released as 3.1.5. X-Git-Tag: v3.1.5 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9978b6fd102ae55c90ba655738a8541469586245;p=pciutils.git Released as 3.1.5. --- 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=