From 2e62f92a14e500f5a768b1ebfd2cf0ece6dc8c3f Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 26 Sep 2012 12:08:58 +0200 Subject: Prepare for a 0.4.4 release Signed-off-by: Hans de Goede --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6861b8b..dbc5d13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ usbredir-0.4.4 26 September 2012 -Remove bulk packets time out, this fixes various devices not working -usbredirhost_has_data_to_write now returns the write queue depth, instead of only 0 or 1 + -when the write queue gets too large, drop isochronous input packets +-usbredirserver: + -Fix a crash on client disconnect usbredir-0.4.3 2 April 2012 --------------------------- diff --git a/configure.ac b/configure.ac index 8c72972..62316f4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([usbredir], [0.4.3]) +AC_INIT([usbredir], [0.4.4]) AC_CONFIG_SRCDIR([configure.ac]) AM_CONFIG_HEADER([config.h]) -- cgit v1.2.3