libusb 1.0.20-rc3

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
This commit is contained in:
Chris Dickens
2015-09-05 10:33:07 -07:00
parent 7a00443200
commit 440fdbbf1a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info
2015-09-02: v1.0.20
2015-09-05: v1.0.20-rc3
* Add Haiku support
* Fix multiple memory and resource leaks (#16, #52, #76, #81)
* Fix possible deadlock when executing transfer callback

View File

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

View File

@@ -1 +1 @@
#define LIBUSB_NANO 11002
#define LIBUSB_NANO 11003