From ef6ea6c3ae38e4524f10e16e8cb88177d39c4826 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Fri, 6 Nov 2009 21:54:08 +0000 Subject: v1.0.4 release --- AUTHORS | 1 + NEWS | 6 ++++++ configure.ac | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1