mirror of
https://github.com/shadps4-emu/ext-libusb.git
synced 2026-01-31 00:55:21 +01:00
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11388
|
||||
#define LIBUSB_NANO 11389
|
||||
|
||||
Reference in New Issue
Block a user