Autotools: Fix msvc dir not being included in make dist
[libusbx.git] / NEWS
blob7eb0e5d6f37b2ca0d442ac57d9104b3c7b0c5fde
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
5 2012-03-30: v1.0.9-rc5
6 * Add libusb_get_device_speed (all, except BSD) and libusb_error_name
7 * Add Windows support (WinUSB driver only)
8 * Add OpenBSD support
9 * Add xusb sample
10 * Tons of bug fixes
12 2010-05-07: v1.0.8
13 * Bug fixes
15 2010-04-19: v1.0.7
16 * Bug fixes and documentation tweaks
17 * Add more interface class definitions
19 2009-11-22: v1.0.6
20 * Bug fixes
21 * Increase libusb_handle_events() timeout to 60s for powersaving
23 2009-11-15: v1.0.5
24  * Use timerfd when available for timer management
25  * Small fixes/updates
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
34  * Bug fixes
35  * Add libusb_get_max_iso_packet_size()
37 2009-06-13: v1.0.2 release
38  * Bug fixes
40 2009-05-12: v1.0.1 release
41  * Bug fixes
42  * Darwin backend
44 2008-12-13: v1.0.0 release
45  * Bug fixes
47 2008-11-21: v0.9.4 release
48  * Bug fixes
49  * Add libusb_attach_kernel_driver()
51 2008-08-23: v0.9.3 release
52  * Bug fixes
54 2008-07-19: v0.9.2 release
55  * Bug fixes
57 2008-06-28: v0.9.1 release
58  * Bug fixes
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