summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 36e8cd2..d79e1f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+usbredir-0.4.3 2 April 2012
+---------------------------
+-usbredirhost:
+ -Don't crash on devices in unconfigured state
+ -Restore original device configuration when releasing the device
+ -Significantly speed up reset handling
+-usbredirserver:
+ -Add a manpage
+
usbredir-0.4.2 6 March 2012
---------------------------
-Add usb_redir_babble status code
diff --git a/configure.ac b/configure.ac
index 7a606f8..8c72972 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
-AC_INIT([usbredir], [0.4.2])
+AC_INIT([usbredir], [0.4.3])
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER([config.h])