libusbx 1.0.11-rc1
authorPete Batard <pete@akeo.ie>
Sun, 6 May 2012 23:05:36 +0000 (00:05 +0100)
committerPete Batard <pete@akeo.ie>
Sun, 6 May 2012 23:05:36 +0000 (00:05 +0100)
AUTHORS
NEWS
libusb/version.h

diff --git a/AUTHORS b/AUTHORS
index 9fe269f..37a4192 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,6 +22,7 @@ Graeme Gill
 Hans Ulrich Niedermann
 Hector Martin
 Hoi-Ho Chan
+James Hanko
 Konrad Rzepecki
 Ludovic Rousseau
 Martin Koegler
@@ -33,8 +34,10 @@ Rob Walker
 Sean McBride
 Sebastian Pipping
 Thomas Röfer
+Toby Gray
 Toby Peterson
 Trygve Laugstøl
+Uri Lublin
 Vasily Khoruzhick
 Vitali Lovich
 Xiaofan Chen
diff --git a/NEWS b/NEWS
index 806df94..03f3b60 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,15 @@ This file lists notable changes in each release.
 For fine grained history, please see the git log at:
 http://libusbx.git.sourceforge.net/git/gitweb.cgi?p=libusbx/libusbx;a=log
 
+2012-05-06: v1.0.11
+* Revert removal of critical Windows event handling that was introduced in 1.0.10
+* Fix a possible deadlock in Windows when submitting transfers
+* Add timestamped logging
+* Add NetBSD support (experimental) and BSD libusb_get_device_speed() data
+* Add bootstrap.sh alongside autogen.sh (bootstrap.sh doesn't invoke configure)
+* Search for device nodes in /dev for Android support
+* Other bug fixes
+
 2012-04-17: v1.0.10
 * Public release
 * Add libusb_get_version
index deb8bb6..18a8f90 100644 (file)
@@ -6,12 +6,12 @@
 #define LIBUSB_MINOR 0
 #endif
 #ifndef LIBUSB_MICRO
-#define LIBUSB_MICRO 10
+#define LIBUSB_MICRO 11
 #endif
 #ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10493
+#define LIBUSB_NANO 10494
 #endif
 /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
 #ifndef LIBUSB_RC
-#define LIBUSB_RC ""
+#define LIBUSB_RC "-rc1"
 #endif