summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2018-01-08 23:08:47 -0800
committerChris Dickens <christopher.a.dickens@gmail.com>2018-01-08 23:08:47 -0800
commit84209b4fb54ebc62f5a60f0122bddef3ebd97d0a (patch)
tree1ac5ac0fd76a780b1033c431f1dc05ae951132b5 /ChangeLog
parentfef88bf2b91ee4d7cfcc9d3b799a2996ecfe0d2c (diff)
downloadlibusb-84209b4fb54ebc62f5a60f0122bddef3ebd97d0a.tar.gz
libusb 1.0.22-rc1v1.0.22-rc1
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b076b3..be6336a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,23 @@
For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info
+2018-01-08: v1.0.22:
+* New libusb_set_option() API
+* Fix transfer timeout not being cleared upon resubmission
+* Report super speed plus devices on modern Linux and macOS
+* Darwin: SDK fixes and improvements
+* Linux: Let initialization succeed when no devices are present
+* Linux: Mark internal file descriptors with CLOEXEC flag
+* Solaris: Add support for attach/detach kernel driver
+* Windows: Add dynamic UsbDk backend selection
+* Windows: Add isochronous transfer support via libusbK
+* Windows: Add Visual Studio 2017 support
+* Windows: Fix enumeration problems on Windows 8 and later
+* Windows: Major rework of poll() emulation
+* Windows: Numerous HID API fixes
+* Windows: Support cancelation of individual transfers (Vista and later)
+* Various other bug fixes and improvements
+
2016-10-01: v1.0.21:
* Core: Refactor code related to transfer flags and timeout handling
* Darwin: Ignore root hub simulation devices