libusbx 1.0.15-rc2
authorPete Batard <pete@akeo.ie>
Wed, 3 Apr 2013 18:49:10 +0000 (19:49 +0100)
committerPete Batard <pete@akeo.ie>
Wed, 3 Apr 2013 18:49:10 +0000 (19:49 +0100)
ChangeLog
libusb/version.h
libusb/version_nano.h

index 6860ae5..c02cdde 100644 (file)
--- 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
index 7911755..18b1ffa 100644 (file)
@@ -14,5 +14,5 @@
 #endif
 /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
 #ifndef LIBUSB_RC
-#define LIBUSB_RC "-rc1"
+#define LIBUSB_RC "-rc2"
 #endif
index 9aec26e..c366ce0 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10637
+#define LIBUSB_NANO 10638