libusbx-1.0.10
authorPete Batard <pete@akeo.ie>
Tue, 17 Apr 2012 01:20:40 +0000 (02:20 +0100)
committerPete Batard <pete@akeo.ie>
Tue, 17 Apr 2012 01:20:40 +0000 (02:20 +0100)
NEWS
README
libusb/version.h

diff --git a/NEWS b/NEWS
index 1e47088..806df94 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,12 @@ 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-04-13: v1.0.10-rc1
+2012-04-17: v1.0.10
 * Public release
 * Add libusb_get_version
 * Add Visual Studio 2010 project files
 * Some Windows code cleanup
+* Fix xusb sample warnings 
 
 2012-04-02: v1.0.9
 * First libusbx release
diff --git a/README b/README
index 6cceff9..46a7b57 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,8 @@ libusbx
 =======
 
 libusbx is a library for USB device access from Linux, Mac OS X,
-OpenBSD and Windows userspace.
+Windows and OpenBSD userspace (with OpenBSD, and to a lesser extent
+Windows, currently being considered EXPERIMENTAL).
 It is written in C and licensed under the GNU Lesser General Public
 License version 2.1 or (at your option) any later version (see COPYING).
 
index 3061e20..958fd11 100644 (file)
@@ -9,9 +9,9 @@
 #define LIBUSB_MICRO 10
 #endif
 #ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10475
+#define LIBUSB_NANO 10476
 #endif
 /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
 #ifndef LIBUSB_RC
-#define LIBUSB_RC "-rc1"
+#define LIBUSB_RC ""
 #endif