summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 86d9a3f..06fc76b 100644
--- 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
--- 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
diff --git a/configure.ac b/configure.ac
index 72689b6..6b5a694 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])