OLD | NEW |
| (Empty) |
1 This file lists notable changes in each release. For the full history of all | |
2 changes, see ChangeLog. | |
3 | |
4 2012-04-20: 1.0.9 | |
5 * Numerous bug fixes and improvements | |
6 * Backend for Windows, for devices using the WinUSB.sys driver | |
7 * Backend for OpenBSD and NetBSD, for devices using the ugen driver | |
8 * Add libusb_get_device_speed() | |
9 * Add libusb_has_capability() | |
10 * Add libusb_error_name() | |
11 * Add libusb_get_version() | |
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 | |
65 | |
OLD | NEW |