* 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 --- libusb/libusb.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libusb/libusb.nm b/libusb/libusb.nm index 12ab65f..a9eaded 100644 --- a/libusb/libusb.nm +++ b/libusb/libusb.nm @@ -4,7 +4,7 @@ ###############################################################################
name = libusb -version = 1.0.19 +version = 1.0.20 release = 1
groups = System/Libraries
This is way better with the changelog.
Doesn't even always have to be as long as this.
Merged.
-Michael
On Thu, 2016-04-14 at 10:37 +0200, Alexander Marx wrote:
- 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
libusb/libusb.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libusb/libusb.nm b/libusb/libusb.nm index 12ab65f..a9eaded 100644 --- a/libusb/libusb.nm +++ b/libusb/libusb.nm @@ -4,7 +4,7 @@ ############################################################################# ## name = libusb -version = 1.0.19 +version = 1.0.20 release = 1 groups = System/Libraries