Pete Batard | f17d190 | 2012-09-25 00:35:32 +0100 | [diff] [blame] | 1 | For detailed information about the changes below, please see the git log or |
| 2 | visit: http://log.libusbx.org |
| 3 | |
Pete Batard | 196acee | 2013-04-02 19:52:16 +0100 | [diff] [blame^] | 4 | 2013-04-02: v1.0.15-rc1 |
| 5 | * Improve tranfer cancellation and avoid short read failures on broken descriptors |
| 6 | * Filter out 8-bit characters in libusb_get_string_descriptor_ascii() |
| 7 | * Add WinCE support |
| 8 | * Add library stress tests |
| 9 | * Add FX3 firmware upload support for fxload |
| 10 | * Add HID and kernel driver detach support capabilities detection |
| 11 | * Add SuperSpeed detection on OS X |
| 12 | * Fix issues with autoclaim, composite HID devices, interface autoclaim and |
| 13 | early abort in libusb_close() on Windows. Also add VS 2012 solution files. |
| 14 | * Improve fd event handling on Linux |
| 15 | * Other bug fixes and improvements |
| 16 | |
Pete Batard | f17d190 | 2012-09-25 00:35:32 +0100 | [diff] [blame] | 17 | 2012-09-26: v1.0.14 |
| 18 | * Reverts the previous API change with regards to bMaxPower. |
| 19 | If this doesn't matter to you, you are encouraged to keep using v1.0.13, |
| 20 | as it will use the same attribute as v2.0, to be released soon. |
| 21 | * Note that LIBUSBX_API_VERSION is *decreased* to 0x010000FF and the previous |
| 22 | guidelines with regards to concurent use of MaxPower/bMaxPower still apply. |
| 23 | |
| 24 | 2012-09-20: v1.0.13 |
| 25 | * [MAJOR] Fix a typo in the API with struct libusb_config_descriptor where |
| 26 | MaxPower was used instead of bMaxPower, as defined in the specs. If your |
| 27 | application was accessing the MaxPower attribute, and you need to maintain |
| 28 | compatibility with libusb or older versions, see APPENDIX A below. |
| 29 | * Fix broken support for the 0.1 -> 1.0 libusb-compat layer |
| 30 | * Fix unwanted cancellation of pending timeouts as well as major timeout related bugs |
| 31 | * Fix handling of HID and composite devices on Windows |
| 32 | * Introduce LIBUSBX_API_VERSION macro |
| 33 | * Add Cypress FX/FX2 firmware upload sample, based on fxload from |
| 34 | http://linux-hotplug.sourceforge.net |
| 35 | * Add libusb0 (libusb-win32) and libusbK driver support on Windows. Note that while |
| 36 | the drivers allow it, isochronous transfers are not supported yet in libusbx. Also |
| 37 | not supported yet is the use of libusb-win32 filter drivers on composite interfaces |
| 38 | * Add support for the new get_capabilities ioctl on Linux and avoid unnecessary |
| 39 | splitting of bulk transfers |
| 40 | * Improve support for newer Intel and Renesas USB 3.0 controllers on Windows |
| 41 | * Harmonize the device number for root hubs across platforms |
| 42 | * Other bug fixes and improvements |
| 43 | |
| 44 | 2012-06-15: v1.0.12 |
| 45 | * Fix a potential major regression with pthread on Linux |
| 46 | * Fix missing thread ID from debug log output on cygwin |
| 47 | * Fix possible crash when using longjmp and MinGW's gcc 4.6 |
| 48 | * Add topology calls: libusb_get_port_number(), libusb_get_parent() & libusb_get_port_path() |
| 49 | * Add toggleable debug, using libusb_set_debug() or the LIBUSB_DEBUG environment variable |
| 50 | * Define log levels in libusb.h and set timestamp origin to first libusb_init() call |
| 51 | * All logging is now sent to to stderr (info was sent to stdout previously) |
| 52 | * Update log messages severity and avoid polluting log output on OS-X |
| 53 | * Add HID driver support on Windows |
| 54 | * Enable interchangeability of MSVC and MinGW DLLs |
| 55 | * Additional bug fixes and improvements |
| 56 | |
| 57 | 2012-05-08: v1.0.11 |
| 58 | * Revert removal of critical Windows event handling that was introduced in 1.0.10 |
| 59 | * Fix a possible deadlock in Windows when submitting transfers |
| 60 | * Add timestamped logging |
| 61 | * Add NetBSD support (experimental) and BSD libusb_get_device_speed() data |
| 62 | * Add bootstrap.sh alongside autogen.sh (bootstrap.sh doesn't invoke configure) |
| 63 | * Search for device nodes in /dev for Android support |
| 64 | * Other bug fixes |
| 65 | |
| 66 | 2012-04-17: v1.0.10 |
| 67 | * Public release |
| 68 | * Add libusb_get_version |
| 69 | * Add Visual Studio 2010 project files |
| 70 | * Some Windows code cleanup |
| 71 | * Fix xusb sample warnings |
| 72 | |
| 73 | 2012-04-02: v1.0.9 |
| 74 | * First libusbx release |
| 75 | * Add libusb_get_device_speed (all, except BSD) and libusb_error_name |
| 76 | * Add Windows support (WinUSB driver only) |
| 77 | * Add OpenBSD support |
| 78 | * Add xusb sample |
| 79 | * Tons of bug fixes |
| 80 | |
| 81 | 2010-05-07: v1.0.8 |
| 82 | * Bug fixes |
| 83 | |
| 84 | 2010-04-19: v1.0.7 |
| 85 | * Bug fixes and documentation tweaks |
| 86 | * Add more interface class definitions |
| 87 | |
| 88 | 2009-11-22: v1.0.6 |
| 89 | * Bug fixes |
| 90 | * Increase libusb_handle_events() timeout to 60s for powersaving |
| 91 | |
| 92 | 2009-11-15: v1.0.5 |
| 93 | * Use timerfd when available for timer management |
| 94 | * Small fixes/updates |
| 95 | |
| 96 | 2009-11-06: v1.0.4 release |
| 97 | * Bug fixes including transfer locking to fix some potential threading races |
| 98 | * More flexibility with clock types on Linux |
| 99 | * Use new bulk continuation tracking in Linux 2.6.32 for improved handling |
| 100 | of short/failed transfers |
| 101 | |
| 102 | 2009-08-27: v1.0.3 release |
| 103 | * Bug fixes |
| 104 | * Add libusb_get_max_iso_packet_size() |
| 105 | |
| 106 | 2009-06-13: v1.0.2 release |
| 107 | * Bug fixes |
| 108 | |
| 109 | 2009-05-12: v1.0.1 release |
| 110 | * Bug fixes |
| 111 | * Darwin backend |
| 112 | |
| 113 | 2008-12-13: v1.0.0 release |
| 114 | * Bug fixes |
| 115 | |
| 116 | 2008-11-21: v0.9.4 release |
| 117 | * Bug fixes |
| 118 | * Add libusb_attach_kernel_driver() |
| 119 | |
| 120 | 2008-08-23: v0.9.3 release |
| 121 | * Bug fixes |
| 122 | |
| 123 | 2008-07-19: v0.9.2 release |
| 124 | * Bug fixes |
| 125 | |
| 126 | 2008-06-28: v0.9.1 release |
| 127 | * Bug fixes |
| 128 | * Introduce contexts to the API |
| 129 | * Compatibility with new Linux kernel features |
| 130 | |
| 131 | 2008-05-25: v0.9.0 release |
| 132 | * First libusb-1.0 beta release |
| 133 | |
| 134 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 135 | |
| 136 | APPENDIX A - How to maintain code compatibility with versions of libusb and |
| 137 | libusbx that use MaxPower: |
| 138 | |
| 139 | If you must to maintain compatibility with versions of the library that aren't |
| 140 | using the bMaxPower attribute in struct libusb_config_descriptor, the |
| 141 | recommended way is to use the new LIBUSBX_API_VERSION macro with an #ifdef. |
| 142 | For instance, if your code was written as follows: |
| 143 | |
| 144 | if (dev->config[0].MaxPower < 250) |
| 145 | |
| 146 | Then you should modify it to have: |
| 147 | |
| 148 | #if defined(LIBUSBX_API_VERSION) && (LIBUSBX_API_VERSION >= 0x01000100) |
| 149 | if (dev->config[0].bMaxPower < 250) |
| 150 | #else |
| 151 | if (dev->config[0].MaxPower < 250) |
| 152 | #endif |