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
7 * Add libusb_get_version
8 * Add Visual Studio 2010 project files
9 * Some Windows code cleanup
10 * Fix xusb sample warnings
13 * First libusbx release
14 * Add libusb_get_device_speed (all, except BSD) and libusb_error_name
15 * Add Windows support (WinUSB driver only)
24 * Bug fixes and documentation tweaks
25 * Add more interface class definitions
29 * Increase libusb_handle_events() timeout to 60s for powersaving
32 * Use timerfd when available for timer management
35 2009-11-06: v1.0.4 release
36 * Bug fixes including transfer locking to fix some potential threading races
37 * More flexibility with clock types on Linux
38 * Use new bulk continuation tracking in Linux 2.6.32 for improved handling
39 of short/failed transfers
41 2009-08-27: v1.0.3 release
43 * Add libusb_get_max_iso_packet_size()
45 2009-06-13: v1.0.2 release
48 2009-05-12: v1.0.1 release
52 2008-12-13: v1.0.0 release
55 2008-11-21: v0.9.4 release
57 * Add libusb_attach_kernel_driver()
59 2008-08-23: v0.9.3 release
62 2008-07-19: v0.9.2 release
65 2008-06-28: v0.9.1 release
67 * Introduce contexts to the API
68 * Compatibility with new Linux kernel features
70 2008-05-25: v0.9.0 release
71 * First libusb-1.0 beta release