From 4b94eeddadf46cd046acef4e36969d97ab4bb31a Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Wed, 14 Aug 2019 16:20:57 -0700 Subject: move on to 1.0.23-rc3 Signed-off-by: Nathan Hjelm --- ChangeLog | 5 ++++- libusb/version.h | 2 +- libusb/version_nano.h | 2 +- 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 -- cgit v1.2.1