File tree Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Dave Camarillo
2222David Engraf
2323David Moore
2424Davidlohr Bueso
25+ Federico Manzan
2526Felipe Balbi
2627Francesco Montorsi
2728Graeme Gill
@@ -47,7 +48,8 @@ Toby Peterson
4748Trygve Laugstøl
4849Uri Lublin
4950Vasily Khoruzhick
51+ Vegard Storheil Eriksen
5052Vitali Lovich
5153Xiaofan Chen
5254Zoltán Kovács
53- Роман Донченко
55+ Роман Донченко
Original file line number Diff line number Diff line change 11For detailed information about the changes below, please see the git log or
22visit: 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+
4172012-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,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- #define LIBUSB_NANO 10634
1+ #define LIBUSB_NANO 10635
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ LDADD = ../libusb/libusb-1.0.la
33
44noinst_PROGRAMS = stress
55
6- stress_SOURCES = stress.c testlib.c
6+ stress_SOURCES = stress.c libusbx_testlib.h testlib.c
You can’t perform that action at this time.
0 commit comments