summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-03-31 00:17:44 +0100
committerPete Batard <pete@akeo.ie>2012-03-31 00:35:51 +0100
commitfeb33fcb0f0154fd7771cad409b2878f4a791517 (patch)
treec4bb1a5eb61c1624bf396f63e2bfdca6288be1de
parentdbd6faf6af3e6a0d0e5a238549d96630023591cb (diff)
downloadlibusbx-1.0.9-rc5.tar.gz
libusbx 1.0.9-rc5v1.0.9-rc5
-rw-r--r--NEWS12
-rw-r--r--libusb/version.h2
2 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 42c232c..7eb0e5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
-This file lists notable changes in each release. For the full history of all
-changes, see ChangeLog.
+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-03-30: v1.0.9-rc5
+* Add libusb_get_device_speed (all, except BSD) and libusb_error_name
+* Add Windows support (WinUSB driver only)
+* Add OpenBSD support
+* Add xusb sample
+* Tons of bug fixes
2010-05-07: v1.0.8
* Bug fixes
diff --git a/libusb/version.h b/libusb/version.h
index b031d88..4510113 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 "-rc4"
+#define LIBUSB_RC "-rc5"
#endif