Skip to content

Commit

Permalink
libusb 1.0.20-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
  • Loading branch information
dickens committed Sep 3, 2015
1 parent 2e1781e commit 8f2d5bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info

2015-07-29: v1.0.20
2015-09-02: v1.0.20
* Add Haiku support
* Fix multiple memory and resource leaks (#16, #52, #76, #81)
* Fix possible deadlock when executing transfer callback
Expand All @@ -11,6 +11,8 @@ visit: http://log.libusb.info
* Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings
* Windows: Fix broken bus number lookup
* Windows: Improve submission of control requests for composite devices
* 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
Expand Down
2 changes: 1 addition & 1 deletion libusb/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
#define LIBUSB_RC "-rc1"
#define LIBUSB_RC "-rc2"
#endif
2 changes: 1 addition & 1 deletion libusb/version_nano.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define LIBUSB_NANO 10998
#define LIBUSB_NANO 10999

0 comments on commit 8f2d5bb

Please sign in to comment.