libusb 1.0.26

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
This commit is contained in:
Tormod Volden 2022-04-10 10:57:16 +02:00
parent f1fafe8ac7
commit 4239bc3a50
4 changed files with 8 additions and 3 deletions

View file

@ -121,6 +121,7 @@ Mark Kuo
Markus Heidelberg Markus Heidelberg
Martin Ettl Martin Ettl
Martin Koegler Martin Koegler
Martin Ling
Martin Thierer Martin Thierer
Mathias Hjärtström Mathias Hjärtström
Matthew Stapleton Matthew Stapleton
@ -156,6 +157,7 @@ Sean McBride
Sebastian Pipping Sebastian Pipping
Sebastian von Ohr Sebastian von Ohr
Sergey Serb Sergey Serb
Shawn Hoffman
Simon Haggett Simon Haggett
Simon Newton Simon Newton
Slash Gordon Slash Gordon
@ -192,6 +194,7 @@ Zoltán Kovács
Роман Донченко Роман Донченко
jonner jonner
orbitcowboy orbitcowboy
osy
parafin parafin
RipleyTom RipleyTom
Seneral Seneral

View file

@ -1,14 +1,16 @@
For detailed information about the changes below, please see the git log or For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info 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 transfer free's after closing device
* Fix regression with destroyed context if API is misused * Fix regression with destroyed context if API is misused
* Workaround for applications using missing default context * Workaround for applications using missing default context
* Fix hotplog enumeration regression * Fix hotplog enumeration regression
* Fix Windows isochronous transfer regression since 1.0.24 * 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 * Build fixes for various platforms and configurations
* Fix Windows HID multi-interface product string retrieval * Fix Windows HID multi-interface product string retrieval
* Update isochronous OUT packet actual lengths on Windows
* Add interface bound checking for broken devices * Add interface bound checking for broken devices
* Add umockdev tests on Linux * Add umockdev tests on Linux

View file

@ -14,5 +14,5 @@
#endif #endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */ /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC #ifndef LIBUSB_RC
#define LIBUSB_RC "-rc1" #define LIBUSB_RC ""
#endif #endif

View file

@ -1 +1 @@
#define LIBUSB_NANO 11723 #define LIBUSB_NANO 11724