blob: 53416f4dd9a0da5ac5032966c18e061e3646c093 [file] [log] [blame]
Pete Batardf17d1902012-09-25 00:35:32 +01001For detailed information about the changes below, please see the git log or
hjelmn@cs.unm.edu1eff2202014-01-08 23:50:34 +00002visit: http://log.libusb.info
Pete Batardf17d1902012-09-25 00:35:32 +01003
Nathan Hjelm7ce85c42016-07-21 23:12:56 -060042016-07-20: v1.0.21:
5* Darwin: Ignore root hub simulation devices
6* Darwin: Improved support for OS X El Capitan
7* Windows: Add Visual Studio 2015 support
8* Prevent attempts to recursively hande events
9* Fix race condition in handle_timeout()
10* Allow transferred argument to be optional in bulk APIs
11* Various other bug fixes and improvements
12
Chris Dickensb5991a92015-09-13 17:37:12 -0700132015-09-13: v1.0.20
Chris Dickensd73bc722015-07-29 01:06:37 -070014* Add Haiku support
15* Fix multiple memory and resource leaks (#16, #52, #76, #81)
16* Fix possible deadlock when executing transfer callback
17* New libusb_free_pollfds() API
18* Darwin: Fix devices not being detected on OS X 10.8 (#48)
19* Linux: Allow larger isochronous transfer submission (#23)
20* Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings
21* Windows: Fix broken bus number lookup
22* Windows: Improve submission of control requests for composite devices
Chris Dickens8f2d5bb2015-09-02 19:54:44 -070023* Examples: Add two-stage load support to fxload (#12)
24* Correctly report cancellations due to timeouts
Chris Dickensd73bc722015-07-29 01:06:37 -070025* Improve efficiency of event handling
26* Improve speed of transfer submission in multi-threaded environments
27* Various other bug fixes and improvements
28The (#xx) numbers are libusb issue numbers, see ie:
29https://github.com/libusb/libusb/issues/16
30
Hans de Goedef3587bb2014-05-30 14:48:28 +0200312014-05-30: v1.0.19
Hans de Goedeedaa1af2014-05-02 15:25:26 +020032* Add support for USB bulk streams on Linux and Mac OS X (#11)
33* Windows: Add AMD and Intel USB-3.0 root hub support
34* Windows: Fix USB 3.0 speed detection on Windows 8 or later (#10)
Hans de Goede5e77b882014-05-19 11:33:03 +020035* Added Russian translation for libusb_strerror strings
Hans de Goedeedaa1af2014-05-02 15:25:26 +020036* All: Various small fixes and cleanups
Hans de Goedeedaa1af2014-05-02 15:25:26 +020037
Pete Batarda2f2c312014-01-25 22:43:39 +0000382014-01-25: v1.0.18
Pete Batard9a34bb72014-01-08 23:51:38 +000039* Fix multiple memory leaks
40* Fix a crash when HID transfers return no data on Windows
41* Ensure all pending events are consumed
42* Improve Android and ucLinux support
43* Multiple Windows improvements (error logging, VS2013, VIA xHCI support)
44* Multiple OS X improvements (broken compilation, SIGFPE, 64bit support)
45
Hans de Goede0c3d17c2013-09-06 11:20:53 +0200462013-09-06: v1.0.17
Hans de Goede65129432013-08-28 10:17:53 +020047* Hotplug callbacks now always get passed a libusb_context, even if it is
48 the default context. Previously NULL would be passed for the default context,
49 but since the first context created is the default context, and most apps
50 use only 1 context, this meant that apps explicitly creating a context would
51 still get passed NULL
52* Android: Add .mk files to build with the Android NDK
53* Darwin: Add Xcode project
54* Darwin: Fix crash on unplug (#121)
55* Linux: Fix hang (deadlock) on libusb_exit
hjelmn@cs.unm.edu1eff2202014-01-08 23:50:34 +000056* Linux: Fix libusb build failure with --disable-udev (#124)
Hans de Goede65129432013-08-28 10:17:53 +020057* Linux: Fix libusb_get_device_list() hang with --disable-udev (#130)
58* OpenBSD: Update OpenBSD backend with support for control transfers to
59 non-ugen(4) devices and make get_configuration() no longer generate I/O.
hjelmn@cs.unm.edu1eff2202014-01-08 23:50:34 +000060 Note that using this libusb version on OpenBSD requires using
Hans de Goede65129432013-08-28 10:17:53 +020061 OpenBSD 5.3-current or later. Users of older OpenBSD versions are advised
62 to stay with the libusb shipped with OpenBSD (mpi)
63* Windows: fix libusb_dll_2010.vcxproj link errors (#129)
64* Various other bug fixes and improvements
Hans de Goede65129432013-08-28 10:17:53 +020065
Hans de Goeded1ed6c42013-07-11 11:04:02 +0200662013-07-11: v1.0.16
Hans de Goedee2fe75e2013-06-20 15:18:10 +020067* Add hotplug support for Darwin and Linux (#9)
68* Add superspeed endpoint companion descriptor support (#15)
69* Add BOS descriptor support (#15)
70* Make descriptor parsing code more robust
71* New libusb_get_port_numbers API, this is libusb_get_port_path without
72 the unnecessary context parameter, libusb_get_port_path is now deprecated
73* New libusb_strerror API (#14)
74* New libusb_set_auto_detach_kernel_driver API (#17)
Hans de Goedefaa62412013-07-06 09:09:25 +020075* Improve topology API docs (#95)
Hans de Goedeea39a142013-07-01 13:00:43 +020076* Logging now use a single write call per log-message, avoiding log-message
77 "interlacing" when using multiple threads.
Hans de Goedee2fe75e2013-06-20 15:18:10 +020078* Android: use Android logging when building on Android (#101)
79* Darwin: make libusb_reset reenumerate device on descriptors change (#89)
80* Darwin: add support for the LIBUSB_TRANSFER_ADD_ZERO_PACKET flag (#91)
81* Darwin: add a device cache (#112, #114)
82* Examples: Add sam3u_benchmark isochronous example by Harald Welte (#109)
83* Many other bug fixes and improvements
84The (#xx) numbers are libusbx issue numbers, see ie:
85https://github.com/libusbx/libusbx/issues/9
86
Pete Batard85f1bed2013-04-15 23:15:10 +0100872013-04-15: v1.0.15
Pete Batardad3e3d42013-04-04 19:03:15 +010088* Improve transfer cancellation and avoid short read failures on broken descriptors
Pete Batard196acee2013-04-02 19:52:16 +010089* Filter out 8-bit characters in libusb_get_string_descriptor_ascii()
90* Add WinCE support
91* Add library stress tests
Pete Batardad3e3d42013-04-04 19:03:15 +010092* Add Cypress FX3 firmware upload support for fxload sample
Pete Batard196acee2013-04-02 19:52:16 +010093* Add HID and kernel driver detach support capabilities detection
94* Add SuperSpeed detection on OS X
Pete Batard85f1bed2013-04-15 23:15:10 +010095* Fix bInterval value interpretation on OS X
Pete Batard196acee2013-04-02 19:52:16 +010096* Fix issues with autoclaim, composite HID devices, interface autoclaim and
Pete Batardad3e3d42013-04-04 19:03:15 +010097 early abort in libusb_close() on Windows. Also add VS2012 solution files.
Pete Batard196acee2013-04-02 19:52:16 +010098* Improve fd event handling on Linux
99* Other bug fixes and improvements
100
Pete Batardf17d1902012-09-25 00:35:32 +01001012012-09-26: v1.0.14
102* Reverts the previous API change with regards to bMaxPower.
103 If this doesn't matter to you, you are encouraged to keep using v1.0.13,
104 as it will use the same attribute as v2.0, to be released soon.
hjelmn@cs.unm.edu1eff2202014-01-08 23:50:34 +0000105* Note that LIBUSB_API_VERSION is *decreased* to 0x010000FF and the previous
Pete Batard85f1bed2013-04-15 23:15:10 +0100106 guidelines with regards to concurrent use of MaxPower/bMaxPower still apply.
Pete Batardf17d1902012-09-25 00:35:32 +0100107
1082012-09-20: v1.0.13
109* [MAJOR] Fix a typo in the API with struct libusb_config_descriptor where
110 MaxPower was used instead of bMaxPower, as defined in the specs. If your
111 application was accessing the MaxPower attribute, and you need to maintain
112 compatibility with libusb or older versions, see APPENDIX A below.
113* Fix broken support for the 0.1 -> 1.0 libusb-compat layer
114* Fix unwanted cancellation of pending timeouts as well as major timeout related bugs
115* Fix handling of HID and composite devices on Windows
hjelmn@cs.unm.edu1eff2202014-01-08 23:50:34 +0000116* Introduce LIBUSB_API_VERSION macro
Pete Batardf17d1902012-09-25 00:35:32 +0100117* Add Cypress FX/FX2 firmware upload sample, based on fxload from
118 http://linux-hotplug.sourceforge.net
119* Add libusb0 (libusb-win32) and libusbK driver support on Windows. Note that while
hjelmn@cs.unm.edu1eff2202014-01-08 23:50:34 +0000120 the drivers allow it, isochronous transfers are not supported yet in libusb. Also
Pete Batardf17d1902012-09-25 00:35:32 +0100121 not supported yet is the use of libusb-win32 filter drivers on composite interfaces
122* Add support for the new get_capabilities ioctl on Linux and avoid unnecessary
123 splitting of bulk transfers
124* Improve support for newer Intel and Renesas USB 3.0 controllers on Windows
125* Harmonize the device number for root hubs across platforms
126* Other bug fixes and improvements
127
1282012-06-15: v1.0.12
129* Fix a potential major regression with pthread on Linux
130* Fix missing thread ID from debug log output on cygwin
131* Fix possible crash when using longjmp and MinGW's gcc 4.6
132* Add topology calls: libusb_get_port_number(), libusb_get_parent() & libusb_get_port_path()
133* Add toggleable debug, using libusb_set_debug() or the LIBUSB_DEBUG environment variable
134* Define log levels in libusb.h and set timestamp origin to first libusb_init() call
135* All logging is now sent to to stderr (info was sent to stdout previously)
136* Update log messages severity and avoid polluting log output on OS-X
137* Add HID driver support on Windows
138* Enable interchangeability of MSVC and MinGW DLLs
139* Additional bug fixes and improvements
140
1412012-05-08: v1.0.11
142* Revert removal of critical Windows event handling that was introduced in 1.0.10
143* Fix a possible deadlock in Windows when submitting transfers
144* Add timestamped logging
145* Add NetBSD support (experimental) and BSD libusb_get_device_speed() data
146* Add bootstrap.sh alongside autogen.sh (bootstrap.sh doesn't invoke configure)
147* Search for device nodes in /dev for Android support
148* Other bug fixes
149
1502012-04-17: v1.0.10
151* Public release
152* Add libusb_get_version
153* Add Visual Studio 2010 project files
154* Some Windows code cleanup
155* Fix xusb sample warnings
156
1572012-04-02: v1.0.9
158* First libusbx release
159* Add libusb_get_device_speed (all, except BSD) and libusb_error_name
160* Add Windows support (WinUSB driver only)
161* Add OpenBSD support
162* Add xusb sample
163* Tons of bug fixes
164
1652010-05-07: v1.0.8
166* Bug fixes
167
1682010-04-19: v1.0.7
169* Bug fixes and documentation tweaks
170* Add more interface class definitions
171
1722009-11-22: v1.0.6
173* Bug fixes
174* Increase libusb_handle_events() timeout to 60s for powersaving
175
1762009-11-15: v1.0.5
177 * Use timerfd when available for timer management
178 * Small fixes/updates
179
1802009-11-06: v1.0.4 release
181 * Bug fixes including transfer locking to fix some potential threading races
182 * More flexibility with clock types on Linux
183 * Use new bulk continuation tracking in Linux 2.6.32 for improved handling
184 of short/failed transfers
185
1862009-08-27: v1.0.3 release
187 * Bug fixes
188 * Add libusb_get_max_iso_packet_size()
189
1902009-06-13: v1.0.2 release
191 * Bug fixes
192
1932009-05-12: v1.0.1 release
194 * Bug fixes
195 * Darwin backend
196
1972008-12-13: v1.0.0 release
198 * Bug fixes
199
2002008-11-21: v0.9.4 release
201 * Bug fixes
202 * Add libusb_attach_kernel_driver()
203
2042008-08-23: v0.9.3 release
205 * Bug fixes
206
2072008-07-19: v0.9.2 release
208 * Bug fixes
209
2102008-06-28: v0.9.1 release
211 * Bug fixes
212 * Introduce contexts to the API
213 * Compatibility with new Linux kernel features
214
2152008-05-25: v0.9.0 release
216 * First libusb-1.0 beta release
217
218~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
219
220APPENDIX A - How to maintain code compatibility with versions of libusb and
hjelmn@cs.unm.edu1eff2202014-01-08 23:50:34 +0000221libusb that use MaxPower:
Pete Batardf17d1902012-09-25 00:35:32 +0100222
223If you must to maintain compatibility with versions of the library that aren't
224using the bMaxPower attribute in struct libusb_config_descriptor, the
hjelmn@cs.unm.edu1eff2202014-01-08 23:50:34 +0000225recommended way is to use the new LIBUSB_API_VERSION macro with an #ifdef.
Pete Batardf17d1902012-09-25 00:35:32 +0100226For instance, if your code was written as follows:
227
228 if (dev->config[0].MaxPower < 250)
229
230Then you should modify it to have:
231
hjelmn@cs.unm.edu1eff2202014-01-08 23:50:34 +0000232#if defined(LIBUSB_API_VERSION) && (LIBUSB_API_VERSION >= 0x01000100)
Pete Batardf17d1902012-09-25 00:35:32 +0100233 if (dev->config[0].bMaxPower < 250)
234#else
235 if (dev->config[0].MaxPower < 250)
236#endif