Skip to content
Snippets Groups Projects
Commit faa62417 authored by Hans de Goede's avatar Hans de Goede
Browse files

Prepare for 1.0.16-rc3 release


Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent ef59b06f
No related branches found
No related tags found
No related merge requests found
For detailed information about the changes below, please see the git log or
visit: http://log.libusbx.org
2013-07-01: v1.0.16-rc2
2013-07-05: v1.0.16-rc3
* Add hotplug support for Darwin and Linux (#9)
* Add superspeed endpoint companion descriptor support (#15)
* Add BOS descriptor support (#15)
......@@ -10,6 +10,7 @@ visit: http://log.libusbx.org
the unnecessary context parameter, libusb_get_port_path is now deprecated
* New libusb_strerror API (#14)
* New libusb_set_auto_detach_kernel_driver API (#17)
* Improve topology API docs (#95)
* Logging now use a single write call per log-message, avoiding log-message
"interlacing" when using multiple threads.
* Android: use Android logging when building on Android (#101)
......
......@@ -14,5 +14,5 @@
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
#define LIBUSB_RC "-rc2"
#define LIBUSB_RC "-rc3"
#endif
#define LIBUSB_NANO 10772
#define LIBUSB_NANO 10773
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment