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