v1.0.5 release
authorDaniel Drake <dsd@gentoo.org>
Sun, 15 Nov 2009 12:17:13 +0000 (12:17 +0000)
committerDaniel Drake <dsd@gentoo.org>
Sun, 15 Nov 2009 12:17:13 +0000 (12:17 +0000)
AUTHORS
NEWS
configure.ac

diff --git a/AUTHORS b/AUTHORS
index 0da5072..b346e53 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -11,6 +11,7 @@ David Engraf
 David Moore
 Felipe Balbi
 Hans Ulrich Niedermann
+Ludovic Rousseau
 Mikhail Gusarov
 Rob Walker
 Toby Peterson
diff --git a/NEWS b/NEWS
index b0baccd..ed82f1c 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.
 
+2009-11-15: v1.0.5
+ * Use timerfd when available for timer management
+ * Small fixes/updates
+
 2009-11-06: v1.0.4 release
  * Bug fixes including transfer locking to fix some potential threading races
  * More flexibility with clock types on Linux
index ba6014e..180c14d 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libusb], [1.0.4])
+AC_INIT([libusb], [1.0.5])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([libusb/core.c])
 AC_CONFIG_MACRO_DIR([m4])