summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2013-04-03 19:49:10 +0100
committerPete Batard <pete@akeo.ie>2013-04-03 19:49:10 +0100
commitaa94d3e43b2a4b434a7705dd1f2d7622c602687d (patch)
treed0e95ca08f0683dc8d8ee2d47dffdbdbba35030f /ChangeLog
parent2ffefc04769845dcb682655a437fa604e0299683 (diff)
downloadlibusb-aa94d3e43b2a4b434a7705dd1f2d7622c602687d.tar.gz
libusbx 1.0.15-rc2v1.0.15-rc2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6860ae5..c02cdde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
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
+2013-04-03: v1.0.15-rc2
* 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
@@ -9,6 +9,7 @@ visit: http://log.libusbx.org
* Add FX3 firmware upload support for fxload
* Add HID and kernel driver detach support capabilities detection
* Add SuperSpeed detection on OS X
+* Don't assume an high speed for isochronous or an interval or 1 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