summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-05-25 23:42:42 +0100
committerDaniel Drake <dsd@gentoo.org>2008-05-25 23:55:23 +0100
commitd1292f8e7300051239a7ed2769d221dc7a6f9fca (patch)
tree864b434b8ee3c433ed9b5486d1499eebc287fe5f
parent4cd249388e4ed2ca03f1263984ab67df5030bb65 (diff)
downloadlibusb-d1292f8e7300051239a7ed2769d221dc7a6f9fca.tar.gz
v0.9.0 releasev0.9.0
First libusb-1.0 beta release
-rw-r--r--Makefile.am4
-rw-r--r--NEWS3
-rw-r--r--README13
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 <dsd@gentoo.org>
-
+(use the mailing list rather than mailing developers directly)