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 * Add libusb_get_device_speed (all, except BSD) and libusb_error_name
7 * Add Windows support (WinUSB driver only)
16 * Bug fixes and documentation tweaks
17 * Add more interface class definitions
21 * Increase libusb_handle_events() timeout to 60s for powersaving
24 * Use timerfd when available for timer management
27 2009-11-06: v1.0.4 release
28 * Bug fixes including transfer locking to fix some potential threading races
29 * More flexibility with clock types on Linux
30 * Use new bulk continuation tracking in Linux 2.6.32 for improved handling
31 of short/failed transfers
33 2009-08-27: v1.0.3 release
35 * Add libusb_get_max_iso_packet_size()
37 2009-06-13: v1.0.2 release
40 2009-05-12: v1.0.1 release
44 2008-12-13: v1.0.0 release
47 2008-11-21: v0.9.4 release
49 * Add libusb_attach_kernel_driver()
51 2008-08-23: v0.9.3 release
54 2008-07-19: v0.9.2 release
57 2008-06-28: v0.9.1 release
59 * Introduce contexts to the API
60 * Compatibility with new Linux kernel features
62 2008-05-25: v0.9.0 release
63 * First libusb-1.0 beta release