summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--libusb/version_nano.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 53416f4..15d6903 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ visit: http://log.libusb.info
2016-07-20: v1.0.21:
* Darwin: Ignore root hub simulation devices
* Darwin: Improved support for OS X El Capitan
+* Linux: Support preallocating kernel memory for zerocopy USB
* Windows: Add Visual Studio 2015 support
* Prevent attempts to recursively hande events
* Fix race condition in handle_timeout()
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index a952e6c..3790b5f 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11122
+#define LIBUSB_NANO 11123