summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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