summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2013-04-04 19:03:15 +0100
committerPete Batard <pete@akeo.ie>2013-04-04 19:05:04 +0100
commitad3e3d42ee0964e8181002a0344e40abec0001bd (patch)
tree9bf6df4b19ff84f821ad85da964904d9d1d1729f
parent6ae13628e0128877fd896e103f32be88b9eeb72d (diff)
downloadlibusb-ad3e3d42ee0964e8181002a0344e40abec0001bd.tar.gz
libusbx 1.0.15-rc3v1.0.15-rc3
-rw-r--r--ChangeLog8
-rw-r--r--libusb/version.h2
-rw-r--r--libusb/version_nano.h2
3 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index c02cdde..0746ebd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,16 +2,16 @@ For detailed information about the changes below, please see the git log or
visit: http://log.libusbx.org
2013-04-03: v1.0.15-rc2
-* Improve tranfer cancellation and avoid short read failures on broken descriptors
+* Improve transfer 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 Cypress FX3 firmware upload support for fxload sample
* 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
+* Don't assume high speed for isochronous or an interval of 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.
+ early abort in libusb_close() on Windows. Also add VS2012 solution files.
* Improve fd event handling on Linux
* Other bug fixes and improvements
diff --git a/libusb/version.h b/libusb/version.h
index 18b1ffa..530e5b0 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 "-rc2"
+#define LIBUSB_RC "-rc3"
#endif
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 046cdc0..a1a1e3c 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10640
+#define LIBUSB_NANO 10641