summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2009-11-06 21:54:08 +0000
committerDaniel Drake <dsd@gentoo.org>2009-11-06 21:54:08 +0000
commitef6ea6c3ae38e4524f10e16e8cb88177d39c4826 (patch)
tree81e43199407cc8996d637f638e3572bc55abcdbe
parent217f57617e0cff0d1bd6d726b243f04c6b179773 (diff)
downloadlibusb-1.0.4.tar.gz
v1.0.4 releasev1.0.4
-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])