libusb: Update to 1.0.20
Message ID | 1460623064-6083-1-git-send-email-alexander.marx@ipfire.org |
---|---|
State | Accepted |
Commit | 71a54a862162c761381e6a39454a86b7135d7221 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 78542628ED for <patchwork@ipfire.org>; Thu, 14 Apr 2016 10:38:01 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 097F7CAF; Thu, 14 Apr 2016 10:38:01 +0200 (CEST) Received: from localhost.localdomain (ip1f126212.dynamic.kabel-deutschland.de [31.18.98.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 07081A0E; Thu, 14 Apr 2016 10:37:57 +0200 (CEST) From: Alexander Marx <alexander.marx@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] libusb: Update to 1.0.20 Date: Thu, 14 Apr 2016 10:37:44 +0200 Message-Id: <1460623064-6083-1-git-send-email-alexander.marx@ipfire.org> X-Mailer: git-send-email 2.6.3 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Alexander Marx
April 14, 2016, 6:37 p.m. UTC
* 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(-)
Comments
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