on to 1.0.21-rc4
authorNathan Hjelm <hjelmn@me.com>
Tue, 13 Sep 2016 03:42:23 +0000 (21:42 -0600)
committerNathan Hjelm <hjelmn@me.com>
Tue, 13 Sep 2016 03:42:23 +0000 (21:42 -0600)
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
ChangeLog
libusb/version.h
libusb/version_nano.h

index 70319bc..46c440f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,13 @@
 For detailed information about the changes below, please see the git log or
 visit: http://log.libusb.info
 
-2016-07-20: v1.0.21:
+2016-09-12: 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
+* Darwin: Work around devices with buggy endpoint descriptors
+* Darwin: Do not use objc_registerThreadWithCollector after its deprecation
+* Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated
 * Linux: Support preallocating kernel memory for zerocopy USB
 * Linux: Deal with receiving POLLERR before all transfers have completed
 * Solaris: Add solaris backend
index 54d6382..81a7370 100644 (file)
@@ -14,5 +14,5 @@
 #endif
 /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
 #ifndef LIBUSB_RC
-#define LIBUSB_RC "-rc3"
+#define LIBUSB_RC "-rc4"
 #endif
index ae95b50..e3cb477 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11143
+#define LIBUSB_NANO 11144