Skip to content

Commit aa94d3e

Browse files
committed
libusbx 1.0.15-rc2
1 parent 2ffefc0 commit aa94d3e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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
4+
2013-04-03: v1.0.15-rc2
55
* Improve tranfer cancellation and avoid short read failures on broken descriptors
66
* Filter out 8-bit characters in libusb_get_string_descriptor_ascii()
77
* Add WinCE support
88
* Add library stress tests
99
* Add FX3 firmware upload support for fxload
1010
* Add HID and kernel driver detach support capabilities detection
1111
* Add SuperSpeed detection on OS X
12+
* Don't assume an high speed for isochronous or an interval or 1 on OS X
1213
* Fix issues with autoclaim, composite HID devices, interface autoclaim and
1314
early abort in libusb_close() on Windows. Also add VS 2012 solution files.
1415
* Improve fd event handling on Linux

libusb/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
#endif
1515
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
1616
#ifndef LIBUSB_RC
17-
#define LIBUSB_RC "-rc1"
17+
#define LIBUSB_RC "-rc2"
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 10637
1+
#define LIBUSB_NANO 10638

0 commit comments

Comments
 (0)