From f98eaca0985364be00fcfde3fd3884075092a4e9 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Mon, 2 Apr 2012 15:47:53 +0100 Subject: libusbx 1.0.9 * Also updated AUTHORS and THANKS --- AUTHORS | 28 ++++++++++++++++++++++------ NEWS | 4 ++-- THANKS | 5 ++--- libusb/version.h | 2 +- 4 files changed, 27 insertions(+), 12 deletions(-) diff --git a/AUTHORS b/AUTHORS index 9ced4a9..9fe269f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,24 +1,40 @@ -Copyright (C) 2007-2009 Daniel Drake -Copyright (c) 2001 Johannes Erdfelt -Copyright (C) 2008-2010 Nathan Hjelm -Copyright (C) 2009-2010 Pete Batard -Copyright (C) 2010 Michael Plante +Copyright © 2001 Johannes Erdfelt +Copyright © 2007-2009 Daniel Drake +Copyright © 2008-2011 Nathan Hjelm +Copyright © 2009-2012 Pete Batard +Copyright © 2010-2012 Michael Plante +Copyright © 2011-2012 Hans de Goede +Copyright © 2012 Martin Pieuchot Other contributors: +Alan Ott +Alan Stern Alex Vatchenko Artem Egorkine Aurelien Jarno Bastien Nocera +Dave Camarillo David Engraf David Moore Felipe Balbi +Francesco Montorsi +Graeme Gill Hans Ulrich Niedermann +Hector Martin Hoi-Ho Chan +Konrad Rzepecki Ludovic Rousseau Martin Koegler +Mike Frysinger Mikhail Gusarov +Pekka Nikander Peter Stuge Rob Walker +Sean McBride +Sebastian Pipping +Thomas Röfer Toby Peterson +Trygve Laugstøl Vasily Khoruzhick - +Vitali Lovich +Xiaofan Chen diff --git a/NEWS b/NEWS index 7eb0e5d..8c5bf0a 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,8 @@ 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 +2012-04-02: v1.0.9 +* First libusbx release * Add libusb_get_device_speed (all, except BSD) and libusb_error_name * Add Windows support (WinUSB driver only) * Add OpenBSD support @@ -61,4 +62,3 @@ http://libusbx.git.sourceforge.net/git/gitweb.cgi?p=libusbx/libusbx;a=log 2008-05-25: v0.9.0 release * First libusb-1.0 beta release - diff --git a/THANKS b/THANKS index d926126..4189af2 100644 --- a/THANKS +++ b/THANKS @@ -1,6 +1,5 @@ -Development contributors are listed in the AUTHORS file. Other community -members who have made significant contributions in other areas are listed -in this file: +Development contributors are listed in the AUTHORS file. Community members who +have also made significant contributions in other areas are listed below: Alan Stern Ludovic Rousseau diff --git a/libusb/version.h b/libusb/version.h index 4510113..62446da 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 "-rc5" +#define LIBUSB_RC "" #endif -- cgit v1.2.1