Update ChangeLog in preparation for 1.0.25 Signed-off-by: Nathan Hjelm <hjelmn@google.com>
diff --git a/ChangeLog b/ChangeLog index 7aabdc3..3fe00a1 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,7 +1,9 @@ For detailed information about the changes below, please see the git log or visit: http://log.libusb.info -2021-01-13: v1.0.25-pre +2021-05-16: v1.0.25-pre +* Darwin (macOS): Add support for detaching kernel drivers with authorization. +* Darwin (macOS): Do not drop partial data on timeout. * Darwin (macOS): Silence pipe error in set_interface_alt_setting(). 2020-12-09: v1.0.24
diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 03d819b..957a371 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h
@@ -1 +1 @@ -#define LIBUSB_NANO 11614 +#define LIBUSB_NANO 11615