summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-04-02 15:47:53 +0100
committerPete Batard <pete@akeo.ie>2012-04-02 15:47:53 +0100
commitf98eaca0985364be00fcfde3fd3884075092a4e9 (patch)
treeab258491ba1ac76f11d0c98bc371995642c07e4e
parent985c4fd10d3c6bc48430e629eb4288c277fa59de (diff)
downloadlibusb-v1.0.9.tar.gz
libusbx 1.0.9v1.0.9
* Also updated AUTHORS and THANKS
-rw-r--r--AUTHORS28
-rw-r--r--NEWS4
-rw-r--r--THANKS5
-rw-r--r--libusb/version.h2
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 <dsd@gentoo.org>
-Copyright (c) 2001 Johannes Erdfelt <johannes@erdfelt.com>
-Copyright (C) 2008-2010 Nathan Hjelm <hjelmn@users.sourceforge.net>
-Copyright (C) 2009-2010 Pete Batard <pbatard@gmail.com>
-Copyright (C) 2010 Michael Plante <michael.plante@gmail.com>
+Copyright © 2001 Johannes Erdfelt <johannes@erdfelt.com>
+Copyright © 2007-2009 Daniel Drake <dsd@gentoo.org>
+Copyright © 2008-2011 Nathan Hjelm <hjelmn@users.sourceforge.net>
+Copyright © 2009-2012 Pete Batard <pete@akeo.ie>
+Copyright © 2010-2012 Michael Plante <michael.plante@gmail.com>
+Copyright © 2011-2012 Hans de Goede <hdegoede@redhat.com>
+Copyright © 2012 Martin Pieuchot <mpi@openbsd.org>
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