libusbx Changelog

What's new in libusbx 1.0.18

Jan 28, 2014
  • Last release of libusbx, as the project is merging back again with libusb.
  • Fix multiple memory leaks
  • Fix a crash when HID transfers return no data on Windows
  • Ensure all pending events are consumed
  • Improve Android and ucLinux support
  • Multiple OS X improvements (broken compilation, SIGFPE, 64bit support)

New in libusbx 1.0.18 RC 1 (Jan 9, 2014)

  • Fix multiple memory leaks
  • Fix a crash when HID transfers return no data on Windows
  • Ensure all pending events are consumed
  • Improve Android and ucLinux support
  • Multiple OS X improvements (broken compilation, SIGFPE, 64bit support)

New in libusbx 1.0.17 (Sep 9, 2013)

  • Hotplug callbacks now always get passed a libusb_context, even if it is the default context. Previously NULL would be passed for the default context, but since the first context created is the default context, and most apps use only 1 context, this meant that apps explicitly creating a context would still get passed NULL
  • Android: Add .mk files to build with the An