Prepare for 1.0.16-rc1 release
authorHans de Goede <hdegoede@redhat.com>
Thu, 20 Jun 2013 13:18:10 +0000 (15:18 +0200)
committerHans de Goede <hdegoede@redhat.com>
Thu, 20 Jun 2013 13:24:09 +0000 (15:24 +0200)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
AUTHORS
ChangeLog
libusb/version.h
libusb/version_nano.h

diff --git a/AUTHORS b/AUTHORS
index 060a89e4835f1a6e29ab37c7741bb5815f104ddc..2a82234bf9bcdf2ce33a53aff650306cd375e3ec 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -33,7 +33,9 @@ James Hanko
 Konrad Rzepecki
 Lars Wirzenius
 Martin Koegler
+Martin Pieuchot
 Matthias Bolte
+Michael Plante
 Mike Frysinger
 Mikhail Gusarov
 Nicholas Corgan
@@ -52,4 +54,4 @@ Vegard Storheil Eriksen
 Vitali Lovich
 Xiaofan Chen
 Zoltán Kovács
-Роман Донченко
\ No newline at end of file
+Роман Донченко
index eb181b2ef2c0ccb30aae820f73bbd24971647097..a271f0f3dca2e00e3b521d2bf8f7b726f9ebf027 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,24 @@
 For detailed information about the changes below, please see the git log or
 visit: http://log.libusbx.org
 
+2013-06-20: v1.0.16-rc1
+* Add hotplug support for Darwin and Linux (#9)
+* Add superspeed endpoint companion descriptor support (#15)
+* Add BOS descriptor support (#15)
+* Make descriptor parsing code more robust
+* New libusb_get_port_numbers API, this is libusb_get_port_path without
+  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)
+* Android: use Android logging when building on Android (#101)
+* Darwin: make libusb_reset reenumerate device on descriptors change (#89)
+* Darwin: add support for the LIBUSB_TRANSFER_ADD_ZERO_PACKET flag (#91)
+* Darwin: add a device cache (#112, #114)
+* Examples: Add sam3u_benchmark isochronous example by Harald Welte (#109)
+* Many other bug fixes and improvements
+The (#xx) numbers are libusbx issue numbers, see ie:
+https://github.com/libusbx/libusbx/issues/9
+
 2013-04-15: v1.0.15
 * Improve transfer cancellation and avoid short read failures on broken descriptors
 * Filter out 8-bit characters in libusb_get_string_descriptor_ascii()
index cf37de97a5d7190e5546f456750c45ad07f4cf5a..a8818e27d7007d7026beba5fe984c75e9ced0b1c 100644 (file)
@@ -14,5 +14,5 @@
 #endif
 /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
 #ifndef LIBUSB_RC
-#define LIBUSB_RC ""
+#define LIBUSB_RC "-rc1"
 #endif
index 78685fcdf65e28df4d6e8fd5a9f17079ac1a1c74..fc4bfd1c2548a39ec16b2ba395454944fcbb72f2 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10754
+#define LIBUSB_NANO 10755