summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@google.com>2019-08-14 16:20:57 -0700
committerNathan Hjelm <hjelmn@google.com>2019-08-14 16:20:57 -0700
commit4b94eeddadf46cd046acef4e36969d97ab4bb31a (patch)
treebe72a320344545711d19405b56322870bf6e2f55
parentb7ba7ad7e38782aaa04074e3cf064c16f812201c (diff)
downloadlibusb-4b94eeddadf46cd046acef4e36969d97ab4bb31a.tar.gz
move on to 1.0.23-rc3v1.0.23-rc3
Signed-off-by: Nathan Hjelm <hjelmn@google.com>
-rw-r--r--ChangeLog5
-rw-r--r--libusb/version.h2
-rw-r--r--libusb/version_nano.h2
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a242c9a..ecd07aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,15 @@
For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info
-2019-08-09: v1.0.23 (in progress)
+2019-08-14: v1.0.23 (in progress)
* Add German translation (#446)
* Add Hungarian translation (#493)
* Android: Improved support for Android
* BSD: Remove infinite recursion in OpenBSD backend
* configure.ac: Fix detection of clock_gettime library (#439)
+* Core: abandon synchronous transfers when device closure is detected.
+* Core: fix error in handling the removal of file descriptors while handling
+ events.
* Darwin(macOS): Switch from using ResetDevice to USBDeviceReEnumerate (#455)
* Darwin(macOS): Remove code that changed the device class used (#428)
* Darwin(macOS): Reduce hotplug timeout to 1ms (from 5s)
diff --git a/libusb/version.h b/libusb/version.h
index bb0fa75..2a649be 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 fc95dc5..9447804 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11393
+#define LIBUSB_NANO 11394