Skip to content

Commit 196acee

Browse files
committed
libusbx 1.0.15-rc1
* Also fix missing header in release tarball
1 parent e0628c5 commit 196acee

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

AUTHORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Dave Camarillo
2222
David Engraf
2323
David Moore
2424
Davidlohr Bueso
25+
Federico Manzan
2526
Felipe Balbi
2627
Francesco Montorsi
2728
Graeme Gill
@@ -47,7 +48,8 @@ Toby Peterson
4748
Trygve Laugstøl
4849
Uri Lublin
4950
Vasily Khoruzhick
51+
Vegard Storheil Eriksen
5052
Vitali Lovich
5153
Xiaofan Chen
5254
Zoltán Kovács
53-
Роман Донченко
55+
Роман Донченко

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
For detailed information about the changes below, please see the git log or
22
visit: http://log.libusbx.org
33

4+
2013-04-02: v1.0.15-rc1
5+
* Improve tranfer cancellation and avoid short read failures on broken descriptors
6+
* Filter out 8-bit characters in libusb_get_string_descriptor_ascii()
7+
* Add WinCE support
8+
* Add library stress tests
9+
* Add FX3 firmware upload support for fxload
10+
* Add HID and kernel driver detach support capabilities detection
11+
* Add SuperSpeed detection on OS X
12+
* Fix issues with autoclaim, composite HID devices, interface autoclaim and
13+
early abort in libusb_close() on Windows. Also add VS 2012 solution files.
14+
* Improve fd event handling on Linux
15+
* Other bug fixes and improvements
16+
417
2012-09-26: v1.0.14
518
* Reverts the previous API change with regards to bMaxPower.
619
If this doesn't matter to you, you are encouraged to keep using v1.0.13,

libusb/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
#define LIBUSB_MINOR 0
88
#endif
99
#ifndef LIBUSB_MICRO
10-
#define LIBUSB_MICRO 14
10+
#define LIBUSB_MICRO 15
1111
#endif
1212
#ifndef LIBUSB_NANO
1313
#define LIBUSB_NANO 0
1414
#endif
1515
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
1616
#ifndef LIBUSB_RC
17-
#define LIBUSB_RC ""
17+
#define LIBUSB_RC "-rc1"
1818
#endif

libusb/version_nano.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define LIBUSB_NANO 10634
1+
#define LIBUSB_NANO 10635

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ LDADD = ../libusb/libusb-1.0.la
33

44
noinst_PROGRAMS = stress
55

6-
stress_SOURCES = stress.c testlib.c
6+
stress_SOURCES = stress.c libusbx_testlib.h testlib.c

0 commit comments

Comments
 (0)