Core: Fix a Clang warning in io.c
[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-06-15: v1.0.12
6 * Fix a potential major regression with pthread on Linux
7 * Fix missing thread ID from debug log output on cygwin
8 * Fix possible crash when using longjmp and MinGW's gcc 4.6
9 * Add topology calls: libusb_get_port_number(), libusb_get_parent() & libusb_get_port_path()
10 * Add toggleable debug, using libusb_set_debug() or the LIBUSB_DEBUG environment variable
11 * Define log levels in libusb.h and set timestamp origin to first libusb_init() call
12 * All logging is now sent to to stderr (info was sent to stdout previously)
13 * Update log messages severity and avoid polluting log output on OS-X
14 * Add HID driver support on Windows
15 * Enable interchangeability of MSVC and MinGW DLLs
16 * Additional bug fixes and improvements
17
18 2012-05-08: v1.0.11
19 * Revert removal of critical Windows event handling that was introduced in 1.0.10
20 * Fix a possible deadlock in Windows when submitting transfers
21 * Add timestamped logging
22 * Add NetBSD support (experimental) and BSD libusb_get_device_speed() data
23 * Add bootstrap.sh alongside autogen.sh (bootstrap.sh doesn't invoke configure)
24 * Search for device nodes in /dev for Android support
25 * Other bug fixes
26
27 2012-04-17: v1.0.10
28 * Public release
29 * Add libusb_get_version
30 * Add Visual Studio 2010 project files
31 * Some Windows code cleanup
32 * Fix xusb sample warnings 
33
34 2012-04-02: v1.0.9
35 * First libusbx release
36 * Add libusb_get_device_speed (all, except BSD) and libusb_error_name
37 * Add Windows support (WinUSB driver only)
38 * Add OpenBSD support
39 * Add xusb sample
40 * Tons of bug fixes
41
42 2010-05-07: v1.0.8
43 * Bug fixes
44
45 2010-04-19: v1.0.7
46 * Bug fixes and documentation tweaks
47 * Add more interface class definitions
48
49 2009-11-22: v1.0.6
50 * Bug fixes
51 * Increase libusb_handle_events() timeout to 60s for powersaving
52
53 2009-11-15: v1.0.5
54  * Use timerfd when available for timer management
55  * Small fixes/updates
56
57 2009-11-06: v1.0.4 release
58  * Bug fixes including transfer locking to fix some potential threading races
59  * More flexibility with clock types on Linux
60  * Use new bulk continuation tracking in Linux 2.6.32 for improved handling
61    of short/failed transfers
62
63 2009-08-27: v1.0.3 release
64  * Bug fixes
65  * Add libusb_get_max_iso_packet_size()
66
67 2009-06-13: v1.0.2 release
68  * Bug fixes
69
70 2009-05-12: v1.0.1 release
71  * Bug fixes
72  * Darwin backend
73
74 2008-12-13: v1.0.0 release
75  * Bug fixes
76
77 2008-11-21: v0.9.4 release
78  * Bug fixes
79  * Add libusb_attach_kernel_driver()
80
81 2008-08-23: v0.9.3 release
82  * Bug fixes
83
84 2008-07-19: v0.9.2 release
85  * Bug fixes
86
87 2008-06-28: v0.9.1 release
88  * Bug fixes
89  * Introduce contexts to the API
90  * Compatibility with new Linux kernel features
91
92 2008-05-25: v0.9.0 release
93  * First libusb-1.0 beta release