summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 7ab9c45..a3f2134 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -13,5 +13,6 @@ Felipe Balbi
Hans Ulrich Niedermann
Mikhail Gusarov
Rob Walker
+Toby Peterson
Vasily Khoruzhick
diff --git a/NEWS b/NEWS
index 4a6a39d..b0baccd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+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
+ * Use new bulk continuation tracking in Linux 2.6.32 for improved handling
+ of short/failed transfers
+
2009-08-27: v1.0.3 release
* Bug fixes
* Add libusb_get_max_iso_packet_size()
diff --git a/configure.ac b/configure.ac
index b43c77c..38a760a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libusb], [1.0.3])
+AC_INIT([libusb], [1.0.4])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([libusb/core.c])
AC_CONFIG_MACRO_DIR([m4])