From d1292f8e7300051239a7ed2769d221dc7a6f9fca Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Sun, 25 May 2008 23:42:42 +0100 Subject: [PATCH] v0.9.0 release First libusb-1.0 beta release --- Makefile.am | 4 ++-- NEWS | 3 +++ README | 13 ++++++++++--- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 44a3452..fa07fc8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = dist-bzip2 DISTCLEANFILES = ChangeLog libusb-1.0.pc -EXTRA_DIST = TODO +EXTRA_DIST = TODO PORTING SUBDIRS = libusb doc if BUILD_EXAMPLES @@ -17,5 +17,5 @@ ChangeLog: dist-hook: ChangeLog dist-up: dist - ncftpput upload.sourceforge.net incoming $(distdir).tar.bz2 + rsync $(distdir).tar.bz2 frs.sourceforge.net:uploads/ diff --git a/NEWS b/NEWS index 651f65c..1925928 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ This file lists notable changes in each release. For the full history of all changes, see ChangeLog. +2008-05-25: v0.9.0 release + * First libusb-1.0 beta release + diff --git a/README b/README index a84fab4..eefe5ee 100644 --- a/README +++ b/README @@ -1,14 +1,21 @@ libusb ====== -libusb is another library for USB device access from Linux userspace. +libusb is a library for USB device access from Linux userspace. It is written in C and licensed under the LGPL-2.1 (see COPYING). -See the homepage for more information: +libusb is abstracted internally in such a way that it can hopefully +be ported to other operating systems. See the PORTING file for some +information, if you fancy a challenge :) + +libusb homepage: http://libusb.sourceforge.net +Developers will wish to consult the API documentation: +http://libusb.sourceforge.net/api-1.0/ + Use the mailing list for questions, comments, etc: https://sourceforge.net/mailarchive/forum.php?forum_name=libusb-devel - Daniel Drake - +(use the mailing list rather than mailing developers directly) -- 2.7.4