summaryrefslogtreecommitdiff
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
parent2ffefc04769845dcb682655a437fa604e0299683 (diff)
downloadlibusb-aa94d3e43b2a4b434a7705dd1f2d7622c602687d.tar.gz
libusbx 1.0.15-rc2v1.0.15-rc2
-rw-r--r--ChangeLog3
-rw-r--r--libusb/version.h2
-rw-r--r--libusb/version_nano.h2
3 files changed, 4 insertions, 3 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
diff --git a/libusb/version.h b/libusb/version.h
index 7911755..18b1ffa 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -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
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 9aec26e..c366ce0 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10637
+#define LIBUSB_NANO 10638