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
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
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
29 * Add libusb_get_version
30 * Add Visual Studio 2010 project files
31 * Some Windows code cleanup
32 * Fix xusb sample warnings
35 * First libusbx release
36 * Add libusb_get_device_speed (all, except BSD) and libusb_error_name
37 * Add Windows support (WinUSB driver only)
46 * Bug fixes and documentation tweaks
47 * Add more interface class definitions
51 * Increase libusb_handle_events() timeout to 60s for powersaving
54 * Use timerfd when available for timer management
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
63 2009-08-27: v1.0.3 release
65 * Add libusb_get_max_iso_packet_size()
67 2009-06-13: v1.0.2 release
70 2009-05-12: v1.0.1 release
74 2008-12-13: v1.0.0 release
77 2008-11-21: v0.9.4 release
79 * Add libusb_attach_kernel_driver()
81 2008-08-23: v0.9.3 release
84 2008-07-19: v0.9.2 release
87 2008-06-28: v0.9.1 release
89 * Introduce contexts to the API
90 * Compatibility with new Linux kernel features
92 2008-05-25: v0.9.0 release
93 * First libusb-1.0 beta release