libusbx-1.0.11
[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-05-08: v1.0.11
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
12 * Other bug fixes
13
14 2012-04-17: v1.0.10
15 * Public release
16 * Add libusb_get_version
17 * Add Visual Studio 2010 project files
18 * Some Windows code cleanup
19 * Fix xusb sample warnings 
20
21 2012-04-02: v1.0.9
22 * First libusbx release
23 * Add libusb_get_device_speed (all, except BSD) and libusb_error_name
24 * Add Windows support (WinUSB driver only)
25 * Add OpenBSD support
26 * Add xusb sample
27 * Tons of bug fixes
28
29 2010-05-07: v1.0.8
30 * Bug fixes
31
32 2010-04-19: v1.0.7
33 * Bug fixes and documentation tweaks
34 * Add more interface class definitions
35
36 2009-11-22: v1.0.6
37 * Bug fixes
38 * Increase libusb_handle_events() timeout to 60s for powersaving
39
40 2009-11-15: v1.0.5
41  * Use timerfd when available for timer management
42  * Small fixes/updates
43
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
49
50 2009-08-27: v1.0.3 release
51  * Bug fixes
52  * Add libusb_get_max_iso_packet_size()
53
54 2009-06-13: v1.0.2 release
55  * Bug fixes
56
57 2009-05-12: v1.0.1 release
58  * Bug fixes
59  * Darwin backend
60
61 2008-12-13: v1.0.0 release
62  * Bug fixes
63
64 2008-11-21: v0.9.4 release
65  * Bug fixes
66  * Add libusb_attach_kernel_driver()
67
68 2008-08-23: v0.9.3 release
69  * Bug fixes
70
71 2008-07-19: v0.9.2 release
72  * Bug fixes
73
74 2008-06-28: v0.9.1 release
75  * Bug fixes
76  * Introduce contexts to the API
77  * Compatibility with new Linux kernel features
78
79 2008-05-25: v0.9.0 release
80  * First libusb-1.0 beta release