From 8ddd8d994df6e367603266630bc2fe83b9cad868 Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Sat, 27 Jan 2018 17:29:46 -0800 Subject: libusb 1.0.22-rc2 --- ChangeLog | 3 ++- libusb/version.h | 2 +- libusb/version_nano.h | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index be6336a..d717360 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,11 @@ For detailed information about the changes below, please see the git log or visit: http://log.libusb.info -2018-01-08: v1.0.22: +2018-01-27: v1.0.22: * New libusb_set_option() API * Fix transfer timeout not being cleared upon resubmission * Report super speed plus devices on modern Linux and macOS +* Darwin: Improve support for macOS Sierra and High Sierra * Darwin: SDK fixes and improvements * Linux: Let initialization succeed when no devices are present * Linux: Mark internal file descriptors with CLOEXEC flag diff --git a/libusb/version.h b/libusb/version.h index 5084da7..190391c 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 "-rc1" +#define LIBUSB_RC "-rc2" #endif diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 93475db..395c39f 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11296 +#define LIBUSB_NANO 11297 -- cgit v1.2.1