update to 1.0.23-rc2

Signed-off-by: Nathan Hjelm <hjelmn@google.com>
This commit is contained in:
Nathan Hjelm
2019-08-09 09:26:41 -07:00
parent e80c1508d3
commit a5990ab10f
3 changed files with 4 additions and 3 deletions

View File

@@ -1,10 +1,11 @@
For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info
2019-04-05: v1.0.23 (in progress)
2019-08-09: 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)
* Darwin(macOS): Switch from using ResetDevice to USBDeviceReEnumerate (#455)
* Darwin(macOS): Remove code that changed the device class used (#428)

View File

@@ -14,5 +14,5 @@
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
#define LIBUSB_RC "-rc1"
#define LIBUSB_RC "-rc2"
#endif

View File

@@ -1 +1 @@
#define LIBUSB_NANO 11388
#define LIBUSB_NANO 11389