summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2015-09-02 19:54:44 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2015-09-02 19:54:44 -0700
commit8f2d5bbd883c9e121a21ab46d239dcf621c8dd2b (patch)
treeab69bb8f14598c937c7a0435ccaa45a29b47a4d5
parent2e1781e7c57384166e04d7728c42e45665d07b09 (diff)
downloadlibusb-1.0.20-rc2.tar.gz
libusb 1.0.20-rc2v1.0.20-rc2
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
-rw-r--r--ChangeLog4
-rw-r--r--libusb/version.h2
-rw-r--r--libusb/version_nano.h2
3 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a30c01d..736655e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
@@ -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
diff --git a/libusb/version.h b/libusb/version.h
index 774dd07..4d587b4 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -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
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index a1bec0a..f71f918 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10998
+#define LIBUSB_NANO 10999