]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
libusb: Update to 1.0.20
authorAlexander Marx <alexander.marx@ipfire.org>
Thu, 14 Apr 2016 08:37:44 +0000 (10:37 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Apr 2016 09:42:48 +0000 (10:42 +0100)
* Add Haiku support
* Fix multiple memory and resource leaks (#16, #52, #76, #81)
* Fix possible deadlock when executing transfer callback
* New libusb_free_pollfds() API
* Linux: Allow larger isochronous transfer submission (#23)
* Examples: Add two-stage load support to fxload (#12)
* Correctly report cancellations due to timeouts
* Improve efficiency of event handling
* Improve speed of transfer submission in multi-threaded environments
* Various other bug fixes and improvements

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libusb/libusb.nm

index 12ab65fc8721aba62aebc7976d07584153523ff7..a9eaded00ebc82371bc11bbab96e4fdab089ab0a 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = libusb
-version    = 1.0.19
+version    = 1.0.20
 release    = 1
 
 groups     = System/Libraries