summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
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])