aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-26 21:20:27 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-26 21:20:27 +0000
commit7eba79ea8607e1498fdc23a7045fe04f79c0daf5 (patch)
tree1205289177f76c33502e0b01f4bcbcfd81e562b2 /ChangeLog
parent62f06f739ab45dc1b8d5a46c5a3060b641573e6e (diff)
downloadlibmicrohttpd-7eba79ea8607e1498fdc23a7045fe04f79c0daf5.tar.gz
libmicrohttpd-7eba79ea8607e1498fdc23a7045fe04f79c0daf5.zip
fix HEAD handling issue in connection with MHD_create_response_from_callback reported by Cristian Klein on the mailinglist
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 13e5845c..e6df89ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Fri Jun 26 23:17:20 CEST 2015
2 Fix (automatic) handling of HEAD requests with
3 MHD_create_response_from_callback() and HTTP/1.1
4 connection keep-alives. Thanks to Cristian Klein
5 for reporting. -CG
6
1Tue Jun 09 18:30:17 CEST 2015 7Tue Jun 09 18:30:17 CEST 2015
2 Add new functions MHD_create_response_from_fd64() and 8 Add new functions MHD_create_response_from_fd64() and
3 MHD_create_response_from_fd_at_offset64(). -EG 9 MHD_create_response_from_fd_at_offset64(). -EG
@@ -6,7 +12,7 @@ Thu Jun 4 13:37:05 CEST 2015
6 Fixing memory leak in digest authentication. -AW 12 Fixing memory leak in digest authentication. -AW
7 13
8Wed Jun 03 21:23:47 CEST 2015 14Wed Jun 03 21:23:47 CEST 2015
9 Add deprecation compiler messages for deprecated functions 15 Add deprecation compiler messages for deprecated functions
10 and macros. -EG 16 and macros. -EG
11 17
12Fri May 29 12:23:01 CEST 2015 18Fri May 29 12:23:01 CEST 2015