summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-11-21 10:54:57 +0000
committerDaniel Drake <dsd@gentoo.org>2008-11-21 10:54:57 +0000
commita133875e6e2f52eff53ac03f505d59cbdd33e178 (patch)
treed9f4a18f7e0a8eefbd36353f1d35ff091f6a6307
parentc32aa662769b676ff3247778664fccc71fc427ec (diff)
downloadlibusb-0.9.4.tar.gz
v0.9.4 releasev0.9.4
-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])