Skip to content

Commit

Permalink
update to 1.0.23-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Hjelm <[email protected]>
  • Loading branch information
hjelmn committed Aug 9, 2019
1 parent e80c150 commit a5990ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
For detailed information about the changes below, please see the git log or
visit: https://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)
Expand Down
2 changes: 1 addition & 1 deletion libusb/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion libusb/version_nano.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define LIBUSB_NANO 11388
#define LIBUSB_NANO 11389

0 comments on commit a5990ab

Please sign in to comment.