summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2013-04-02 19:52:16 +0100
committerPete Batard <pete@akeo.ie>2013-04-02 20:21:48 +0100
commit196acee784cee02c641685f0decb978cbb00754c (patch)
tree0c4a545d70bae4b2dde555546e7a76674a61fb14 /ChangeLog
parente0628c566a3fb928baab9e4359760cdc5afe5e95 (diff)
downloadlibusb-196acee784cee02c641685f0decb978cbb00754c.tar.gz
libusbx 1.0.15-rc1
* Also fix missing header in release tarball
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c22883b..6860ae5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,19 @@
For detailed information about the changes below, please see the git log or
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
* 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,