commit abd339daa93879d5b1b79e916a526adc53ad4efd
parent 835e6c52c763ed9cdce1899f6850ada55965ff09
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 20 May 2011 20:12:57 +0000
Fixing 1668
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,7 @@
+Fri May 20 22:11:55 CEST 2011
+ Fixed bug in testcase setup code causing crashes in
+ tls_session_timeout_test on some systems. -CG
+
Fri May 20 19:34:59 CEST 2011
Fixed bug in parsing multipart/form-data with post processor where
the code failed to add a 0-terminator in the correct position. -PP