mirror of
https://github.com/RPCS3/libusb.git
synced 2025-02-15 07:50:23 +00:00
libusbx 1.0.9
* Also updated AUTHORS and THANKS
This commit is contained in:
parent
985c4fd10d
commit
f98eaca098
28
AUTHORS
28
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
|
||||
|
4
NEWS
4
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
|
||||
|
||||
|
5
THANKS
5
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user