aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61be8445..d295e795 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
1Tue May 29 13:55:03 CEST 2012
2 Fixed some testcase build issues with disabled post processor. -CG
3
4Tue May 29 13:45:15 CEST 2012
5 Fixing bug where MHD failed to call connection termination callback
6 if a connection either was closed due to read errors or if MHD
7 was terminated with certain threading models. Added new
8 termination code MHD_REQUEST_TERMINATED_READ_ERROR for the
9 read-termination cause. -CG
10
1Thu Mar 15 23:47:53 CET 2012 11Thu Mar 15 23:47:53 CET 2012
2 Eliminating code clone in tls connection read/write handlers. -CG 12 Eliminating code clone in tls connection read/write handlers. -CG
3 13