libusbx 1.0.9
[platform/upstream/libusb.git] / NEWS
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
4
5 2012-04-02: v1.0.9
6 * First libusbx release
7 * Add libusb_get_device_speed (all, except BSD) and libusb_error_name
8 * Add Windows support (WinUSB driver only)
9 * Add OpenBSD support
10 * Add xusb sample
11 * Tons of bug fixes
12
13 2010-05-07: v1.0.8
14 * Bug fixes
15
16 2010-04-19: v1.0.7
17 * Bug fixes and documentation tweaks
18 * Add more interface class definitions
19
20 2009-11-22: v1.0.6
21 * Bug fixes
22 * Increase libusb_handle_events() timeout to 60s for powersaving
23
24 2009-11-15: v1.0.5
25  * Use timerfd when available for timer management
26  * Small fixes/updates
27
28 2009-11-06: v1.0.4 release
29  * Bug fixes including transfer locking to fix some potential threading races
30  * More flexibility with clock types on Linux
31  * Use new bulk continuation tracking in Linux 2.6.32 for improved handling
32    of short/failed transfers
33
34 2009-08-27: v1.0.3 release
35  * Bug fixes
36  * Add libusb_get_max_iso_packet_size()
37
38 2009-06-13: v1.0.2 release
39  * Bug fixes
40
41 2009-05-12: v1.0.1 release
42  * Bug fixes
43  * Darwin backend
44
45 2008-12-13: v1.0.0 release
46  * Bug fixes
47
48 2008-11-21: v0.9.4 release
49  * Bug fixes
50  * Add libusb_attach_kernel_driver()
51
52 2008-08-23: v0.9.3 release
53  * Bug fixes
54
55 2008-07-19: v0.9.2 release
56  * Bug fixes
57
58 2008-06-28: v0.9.1 release
59  * Bug fixes
60  * Introduce contexts to the API
61  * Compatibility with new Linux kernel features
62
63 2008-05-25: v0.9.0 release
64  * First libusb-1.0 beta release