libusbx 1.0.13-rc2
authorPete Batard <pete@akeo.ie>
Sun, 16 Sep 2012 15:24:24 +0000 (16:24 +0100)
committerPete Batard <pete@akeo.ie>
Sun, 16 Sep 2012 16:23:50 +0000 (17:23 +0100)
* Also update NEWS with regards to isoc support for the 0/K Windows drivers

NEWS
libusb/version.h
libusb/version_nano.h

diff --git a/NEWS b/NEWS
index f86aac9..2828370 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,8 +13,9 @@ http://log.libusbx.org
 * Introduce LIBUSBX_API_VERSION macro
 * Add Cypress FX/FX2 firmware upload sample, based fxload from
   http://linux-hotplug.sourceforge.net
-* Add libusb0 (libusb-win32) and libusbK driver support on Windows. Note that using
-  the libusb-win32 filter driver with composite member devices is not supported yet
+* Add libusb0 (libusb-win32) and libusbK driver support on Windows. Note that
+  isochronous transfers are not supported yet for these drivers, and that using the
+  libusb-win32 filter driver against a composite member devices is also not supported
 * Add support for the new get_capabilities ioctl on Linux and avoid unnecessary
   splitting of bulk transfers
 * Improve support for newer Intel and Renesas USB 3.0 controllers on Windows
index 56f1b15..8187119 100644 (file)
@@ -14,5 +14,5 @@
 #endif
 /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
 #ifndef LIBUSB_RC
-#define LIBUSB_RC "-rc1"
+#define LIBUSB_RC "-rc2"
 #endif
index f7118f0..9b8a0fe 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10571
+#define LIBUSB_NANO 10572