summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@me.com>2016-08-21 20:32:39 -0600
committerNathan Hjelm <hjelmn@me.com>2016-08-21 20:32:39 -0600
commite5b09f34553df82ebced2c2dce91a50980c2786a (patch)
tree05597b2b8f4bdd53912eb56955cca8598854b352
parent88778414eac1cc6f37b85e6902d6fa2aa221b7c4 (diff)
downloadlibusb-1.0.21-rc3.tar.gz
release: on to 1.0.21-rc3v1.0.21-rc3
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
-rw-r--r--ChangeLog4
-rw-r--r--libusb/version.h2
-rw-r--r--libusb/version_nano.h2
3 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b07a8f..70319bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,12 +2,14 @@ For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info
2016-07-20: v1.0.21:
+* Core: Refactor code related to transfer flags and timeout handling
* Darwin: Ignore root hub simulation devices
* Darwin: Improved support for OS X El Capitan
* Linux: Support preallocating kernel memory for zerocopy USB
+* Linux: Deal with receiving POLLERR before all transfers have completed
* Solaris: Add solaris backend
* Windows: Add Visual Studio 2015 support
-* Prevent attempts to recursively hande events
+* Prevent attempts to recursively handle events
* Fix race condition in handle_timeout()
* Allow transferred argument to be optional in bulk APIs
* Various other bug fixes and improvements
diff --git a/libusb/version.h b/libusb/version.h
index 4ee1f27..54d6382 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 299c464..43ace0c 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11139
+#define LIBUSB_NANO 11140