diff options
author | Pete Batard <pete@akeo.ie> | 2014-01-08 23:51:38 +0000 |
---|---|---|
committer | Pete Batard <pete@akeo.ie> | 2014-01-08 23:51:45 +0000 |
commit | 9a34bb705eaa74719d12ee6e0268790cf46aafce (patch) | |
tree | c3b41b9dcb23edd4260e2adc0e58ed7b9218567e /ChangeLog | |
parent | 1eff220474f63d7ea7f8f99bef2a3da9da5324eb (diff) | |
download | libusb-9a34bb705eaa74719d12ee6e0268790cf46aafce.tar.gz |
libusb 1.0.18-rc1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ For detailed information about the changes below, please see the git log or visit: http://log.libusb.info +2014-01-08: v1.0.18-rc1 +* Fix multiple memory leaks +* Fix a crash when HID transfers return no data on Windows +* Ensure all pending events are consumed +* Improve Android and ucLinux support +* Multiple Windows improvements (error logging, VS2013, VIA xHCI support) +* Multiple OS X improvements (broken compilation, SIGFPE, 64bit support) + 2013-09-06: v1.0.17 * Hotplug callbacks now always get passed a libusb_context, even if it is the default context. Previously NULL would be passed for the default context, |