From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Marx 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6143223949406254539==" List-Id: --===============6143223949406254539== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable * 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 --- 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 @@ ############################################################################= ### =20 name =3D libusb -version =3D 1.0.19 +version =3D 1.0.20 release =3D 1 =20 groups =3D System/Libraries --=20 2.6.3 --===============6143223949406254539==--