v0.9.4 release
authorDaniel Drake <dsd@gentoo.org>
Fri, 21 Nov 2008 10:54:57 +0000 (10:54 +0000)
committerDaniel Drake <dsd@gentoo.org>
Fri, 21 Nov 2008 10:54:57 +0000 (10:54 +0000)
AUTHORS
NEWS
configure.ac

diff --git a/AUTHORS b/AUTHORS
index 86d9a3f..06fc76b 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,7 +3,10 @@ Copyright (c) 2001 Johannes Erdfelt <johannes@erdfelt.com>
 
 Other contributors:
 Artem Egorkine
+Aurelien Jarno
+Bastien Nocera
 David Engraf
+Felipe Balbi
 Rob Walker
 Vasily Khoruzhick
 
diff --git a/NEWS b/NEWS
index ebbf5ae..6abbedf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file lists notable changes in each release. For the full history of all
 changes, see ChangeLog.
 
+2008-11-21: v0.9.4 release
+ * Bug fixes
+ * Add libusb_attach_kernel_driver()
+
 2008-08-23: v0.9.3 release
  * Bug fixes
 
index 72689b6..6b5a694 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libusb], [0.9.3])
+AC_INIT([libusb], [0.9.4])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([libusb/core.c])
 AM_CONFIG_HEADER([config.h])