Skip to content

Commit

Permalink
release: on to 1.0.21-rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
  • Loading branch information
hjelmn committed Aug 22, 2016
1 parent 8877841 commit e5b09f3
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
Expand Up @@ -2,12 +2,14 @@ For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info

2016-07-20: v1.0.21:
* Core: Refactor code related to transfer flags and timeout handling
* Darwin: Ignore root hub simulation devices
* Darwin: Improved support for OS X El Capitan
* Linux: Support preallocating kernel memory for zerocopy USB
* Linux: Deal with receiving POLLERR before all transfers have completed
* Solaris: Add solaris backend
* Windows: Add Visual Studio 2015 support
* Prevent attempts to recursively hande events
* Prevent attempts to recursively handle events
* Fix race condition in handle_timeout()
* Allow transferred argument to be optional in bulk APIs
* 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 "-rc2"
#define LIBUSB_RC "-rc3"
#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 11139
#define LIBUSB_NANO 11140

0 comments on commit e5b09f3

Please sign in to comment.