From 15a7ebb4d426c5ce196684347d2b7cafad862626 Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Sun, 1 Jun 2025 19:24:28 +0200 Subject: [PATCH] libusb 1.0.29 --- AUTHORS | 1 + ChangeLog | 5 +++++ libusb/version.h | 2 +- libusb/version_nano.h | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 592d959..7565ea5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -152,6 +152,7 @@ Nancy Li Nia Alarie Nicholas Corgan Niklas Gürtler +Oleksand Radovenchyk Omri Iluz Orhan aib Kavrakoglu Orin Eman diff --git a/ChangeLog b/ChangeLog index 5c73241..fb6a1b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ For detailed information about the changes below, please see the git log or visit: http://log.libusb.info +2025-06-01: v1.0.29 +* Fix regression on macOS leading to timeouts in enumeration +* LIBUSB_API_VERSION bump for the new functions in 1.0.28 +* Fix xusb regression displaying wrong error on claim failure + 2025-03-18: v1.0.28 * New libusb_get_ssplus_usb_device_capability_descriptor API for query of SuperSpeed+ Capability Descriptors diff --git a/libusb/version.h b/libusb/version.h index 03697fd..5d2ddac 100644 --- a/libusb/version.h +++ b/libusb/version.h @@ -7,7 +7,7 @@ #define LIBUSB_MINOR 0 #endif #ifndef LIBUSB_MICRO -#define LIBUSB_MICRO 28 +#define LIBUSB_MICRO 29 #endif #ifndef LIBUSB_NANO #define LIBUSB_NANO 0 diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 1e19947..3474c38 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11952 +#define LIBUSB_NANO 11953