Skip to content

Commit 154abc9

Browse files
committed
ChangeLog for 3.6.3
1 parent 76d4719 commit 154abc9

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

ChangeLog

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
2020-01-22 Martin Mares <[email protected]>
2+
3+
* Released as 3.6.3.
4+
5+
* `lspci -t' (tree mode) can be combined with `-s' to show a sub-tree.
6+
We also fixed potential buffer overflows in the tree dumper.
7+
8+
* Cleaned messy code for dumping of I/O, memory, and ROM regions.
9+
This helped fixing a bug, which caused some 64-bit regions to be
10+
reported as virtual. All flags are now printed after the address
11+
(previously, "[virtual]" and "[enhanced]" were before it for no good
12+
reason).
13+
14+
* Added pci_find_cap_nr() to the library, which handles capabilities
15+
which occur multiple times in a single device.
16+
17+
* Minor improvements in printing of PCIe capabilities.
18+
19+
* We now decode the Multicast and Secondary PCI Express extended
20+
capabilities.
21+
22+
* The list of capability names available to setpci was updated.
23+
24+
* Minor bugs were fixed in FreeBSD and Solaris ports.
25+
26+
* We now prefer HTTPS URLs in all documentation
27+
28+
* The pci.ids file has a man page.
29+
30+
* As usually, updated pci.ids to the current snapshot of the database.
31+
132
2018-08-12 Martin Mares <[email protected]>
233

334
* Released as 3.6.2.

0 commit comments

Comments
 (0)