Skip to content

Commit 9978b6f

Browse files
committed
Released as 3.1.5.
1 parent 70a4dd2 commit 9978b6f

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

ChangeLog

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2010-01-19 Martin Mares <[email protected]>
2+
3+
* Released as 3.1.5.
4+
5+
* Updated pci.ids to the today's snapshot of the database.
6+
7+
* When scanning extended capabilities, properly mask the lowest 2 bits,
8+
which are currently reserved. This avoids unaligned access errors on
9+
broken hardware (see tests/broken-ecaps).
10+
11+
* Large bar sizes are displayed in human-readable format (with units).
12+
Thanks to Matthew Wilcox.
13+
14+
* Physical slot information is displayed correctly for multi-function cards.
15+
Fixed by Matthew Wilcox.
16+
17+
* Fixed a couple of typos everywhere.
18+
19+
* Library: Fixed bugs in freeing of capabilities.
20+
21+
* Windows back-end compiles again.
22+
123
2009-08-14 Martin Mares <[email protected]>
224

325
* Released as 3.1.4.

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
OPT=-O2
55
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
66

7-
VERSION=3.1.4
8-
DATE=2009-08-14
7+
VERSION=3.1.5
8+
DATE=2010-01-19
99

1010
# Host OS and release (override if you are cross-compiling)
1111
HOST=

0 commit comments

Comments
 (0)