Skip to content

Commit 61ecc14

Browse files
committed
Released version 3.6.4.
1 parent 726b641 commit 61ecc14

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

ChangeLog

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2020-01-25 Martin Mares <[email protected]>
2+
3+
* Released as 3.6.4.
4+
5+
* A new back-end for the GNU Hurd was contributed by Joan Lledó.
6+
7+
* When printing VPD item identifiers, non-ASCII characters are escaped.
8+
19
2020-01-22 Martin Mares <[email protected]>
210

311
* Released as 3.6.3.
@@ -82,7 +90,7 @@
8290
* The order in which back-ends are probed was decoupled from the
8391
internal back-end IDs. This helps, because new back-ends must have
8492
their ID allocated at the end to keep the ABI, but they might need
85-
to be proved earlier.
93+
to be probed earlier.
8694

8795
* The fbsd-device back-end should work again.
8896

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.6.3
8-
DATE=2020-01-20
7+
VERSION=3.6.4
8+
DATE=2020-01-25
99

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

lib/pci.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "header.h"
1717
#include "types.h"
1818

19-
#define PCI_LIB_VERSION 0x030603
19+
#define PCI_LIB_VERSION 0x030604
2020

2121
#ifndef PCI_ABI
2222
#define PCI_ABI

0 commit comments

Comments
 (0)