From 4239bc3a50014b8e6a5a2a59df1fff3b7469543b Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Sun, 10 Apr 2022 10:57:16 +0200 Subject: [PATCH] libusb 1.0.26 Signed-off-by: Tormod Volden --- AUTHORS | 3 +++ ChangeLog | 4 +++- libusb/version.h | 2 +- libusb/version_nano.h | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 1d6389b4a..8f91512a1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -121,6 +121,7 @@ Mark Kuo Markus Heidelberg Martin Ettl Martin Koegler +Martin Ling Martin Thierer Mathias Hjärtström Matthew Stapleton @@ -156,6 +157,7 @@ Sean McBride Sebastian Pipping Sebastian von Ohr Sergey Serb +Shawn Hoffman Simon Haggett Simon Newton Slash Gordon @@ -192,6 +194,7 @@ Zoltán Kovács Роман Донченко jonner orbitcowboy +osy parafin RipleyTom Seneral diff --git a/ChangeLog b/ChangeLog index d7f110cff..326a9b3e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,16 @@ For detailed information about the changes below, please see the git log or visit: http://log.libusb.info -2022-03-26: v1.0.26-rc1 +2022-04-10: v1.0.26 * Fix regression with transfer free's after closing device * Fix regression with destroyed context if API is misused * Workaround for applications using missing default context * Fix hotplog enumeration regression * Fix Windows isochronous transfer regression since 1.0.24 +* Fix macOS exit crash in some multi-context cases * Build fixes for various platforms and configurations * Fix Windows HID multi-interface product string retrieval +* Update isochronous OUT packet actual lengths on Windows * Add interface bound checking for broken devices * Add umockdev tests on Linux diff --git a/libusb/version.h b/libusb/version.h index 788820847..fe95d84b6 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 "" #endif diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 0f407418f..dbd5d5f5b 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11723 +#define LIBUSB_NANO 11724