1 This file lists notable changes in each release.
2 For fine grained history, please see the git log at:
3 http://libusbx.git.sourceforge.net/git/gitweb.cgi?p=libusbx/libusbx;a=log
6 * Revert removal of critical Windows event handling that was introduced in 1.0.10
7 * Fix a possible deadlock in Windows when submitting transfers
8 * Add timestamped logging
9 * Add NetBSD support (experimental) and BSD libusb_get_device_speed() data
10 * Add bootstrap.sh alongside autogen.sh (bootstrap.sh doesn't invoke configure)
11 * Search for device nodes in /dev for Android support
16 * Add libusb_get_version
17 * Add Visual Studio 2010 project files
18 * Some Windows code cleanup
19 * Fix xusb sample warnings
22 * First libusbx release
23 * Add libusb_get_device_speed (all, except BSD) and libusb_error_name
24 * Add Windows support (WinUSB driver only)
33 * Bug fixes and documentation tweaks
34 * Add more interface class definitions
38 * Increase libusb_handle_events() timeout to 60s for powersaving
41 * Use timerfd when available for timer management
44 2009-11-06: v1.0.4 release
45 * Bug fixes including transfer locking to fix some potential threading races
46 * More flexibility with clock types on Linux
47 * Use new bulk continuation tracking in Linux 2.6.32 for improved handling
48 of short/failed transfers
50 2009-08-27: v1.0.3 release
52 * Add libusb_get_max_iso_packet_size()
54 2009-06-13: v1.0.2 release
57 2009-05-12: v1.0.1 release
61 2008-12-13: v1.0.0 release
64 2008-11-21: v0.9.4 release
66 * Add libusb_attach_kernel_driver()
68 2008-08-23: v0.9.3 release
71 2008-07-19: v0.9.2 release
74 2008-06-28: v0.9.1 release
76 * Introduce contexts to the API
77 * Compatibility with new Linux kernel features
79 2008-05-25: v0.9.0 release
80 * First libusb-1.0 beta release