summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2013-07-06 09:09:25 +0200
committerHans de Goede <hdegoede@redhat.com>2013-07-06 09:09:25 +0200
commitfaa62417fb7996ea491e1401b4a6eca8d888648a (patch)
tree7e7b305de3b468599da08551d6955fb43053248d
parentef59b06f4addfa9a5413b058cfb4f674df447411 (diff)
downloadlibusb-1.0.16-rc3.tar.gz
Prepare for 1.0.16-rc3 releasev1.0.16-rc3
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--ChangeLog3
-rw-r--r--libusb/version.h2
-rw-r--r--libusb/version_nano.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ec4153d..4f52e64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
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)
diff --git a/libusb/version.h b/libusb/version.h
index ed59b48..73236f7 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -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
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index fa1fa3b..e8b7242 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10772
+#define LIBUSB_NANO 10773