libusbx 1.0.15-rc1
* Also fix missing header in release tarball
This commit is contained in:
parent
e0628c566a
commit
196acee784
5 changed files with 20 additions and 5 deletions
2
AUTHORS
2
AUTHORS
|
@ -22,6 +22,7 @@ Dave Camarillo
|
||||||
David Engraf
|
David Engraf
|
||||||
David Moore
|
David Moore
|
||||||
Davidlohr Bueso
|
Davidlohr Bueso
|
||||||
|
Federico Manzan
|
||||||
Felipe Balbi
|
Felipe Balbi
|
||||||
Francesco Montorsi
|
Francesco Montorsi
|
||||||
Graeme Gill
|
Graeme Gill
|
||||||
|
@ -47,6 +48,7 @@ Toby Peterson
|
||||||
Trygve Laugstøl
|
Trygve Laugstøl
|
||||||
Uri Lublin
|
Uri Lublin
|
||||||
Vasily Khoruzhick
|
Vasily Khoruzhick
|
||||||
|
Vegard Storheil Eriksen
|
||||||
Vitali Lovich
|
Vitali Lovich
|
||||||
Xiaofan Chen
|
Xiaofan Chen
|
||||||
Zoltán Kovács
|
Zoltán Kovács
|
||||||
|
|
13
ChangeLog
13
ChangeLog
|
@ -1,6 +1,19 @@
|
||||||
For detailed information about the changes below, please see the git log or
|
For detailed information about the changes below, please see the git log or
|
||||||
visit: http://log.libusbx.org
|
visit: http://log.libusbx.org
|
||||||
|
|
||||||
|
2013-04-02: v1.0.15-rc1
|
||||||
|
* Improve tranfer cancellation and avoid short read failures on broken descriptors
|
||||||
|
* Filter out 8-bit characters in libusb_get_string_descriptor_ascii()
|
||||||
|
* Add WinCE support
|
||||||
|
* Add library stress tests
|
||||||
|
* Add FX3 firmware upload support for fxload
|
||||||
|
* Add HID and kernel driver detach support capabilities detection
|
||||||
|
* Add SuperSpeed detection on OS X
|
||||||
|
* Fix issues with autoclaim, composite HID devices, interface autoclaim and
|
||||||
|
early abort in libusb_close() on Windows. Also add VS 2012 solution files.
|
||||||
|
* Improve fd event handling on Linux
|
||||||
|
* Other bug fixes and improvements
|
||||||
|
|
||||||
2012-09-26: v1.0.14
|
2012-09-26: v1.0.14
|
||||||
* Reverts the previous API change with regards to bMaxPower.
|
* Reverts the previous API change with regards to bMaxPower.
|
||||||
If this doesn't matter to you, you are encouraged to keep using v1.0.13,
|
If this doesn't matter to you, you are encouraged to keep using v1.0.13,
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
#define LIBUSB_MINOR 0
|
#define LIBUSB_MINOR 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef LIBUSB_MICRO
|
#ifndef LIBUSB_MICRO
|
||||||
#define LIBUSB_MICRO 14
|
#define LIBUSB_MICRO 15
|
||||||
#endif
|
#endif
|
||||||
#ifndef LIBUSB_NANO
|
#ifndef LIBUSB_NANO
|
||||||
#define LIBUSB_NANO 0
|
#define LIBUSB_NANO 0
|
||||||
#endif
|
#endif
|
||||||
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
|
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
|
||||||
#ifndef LIBUSB_RC
|
#ifndef LIBUSB_RC
|
||||||
#define LIBUSB_RC ""
|
#define LIBUSB_RC "-rc1"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define LIBUSB_NANO 10634
|
#define LIBUSB_NANO 10635
|
||||||
|
|
|
@ -3,4 +3,4 @@ LDADD = ../libusb/libusb-1.0.la
|
||||||
|
|
||||||
noinst_PROGRAMS = stress
|
noinst_PROGRAMS = stress
|
||||||
|
|
||||||
stress_SOURCES = stress.c testlib.c
|
stress_SOURCES = stress.c libusbx_testlib.h testlib.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue