From feb33fcb0f0154fd7771cad409b2878f4a791517 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Sat, 31 Mar 2012 00:17:44 +0100 Subject: libusbx 1.0.9-rc5 --- NEWS | 12 ++++++++++-- libusb/version.h | 2 +- 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 -- cgit v1.2.1