aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-08 21:58:26 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-08 21:58:26 +0100
commitfe6716d103a696ece5b5a13ff57abe02d84e368e (patch)
tree75b83a17eb63aa273be6fb11ce567b2df0def469 /ChangeLog
parentea5c330c44c5399fe229f7bd42673687121af279 (diff)
downloadlibmicrohttpd-0.9.70.tar.gz
libmicrohttpd-0.9.70.zip
releasing 0.9.70v0.9.70
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7f00d79..19f32e85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
1Sat 08 Feb 2020 09:12:54 PM CET
2 Fixed 100-continue handling for PATCH method (#6068).
3 Fixed FTBFS from wrong #endif position for certain builds (#6025).
4 Fixed connection overflow issue when combining MHD_USE_NO_LISTEN_SOCKET
5 with MHD_USE_THREAD_PER_CONNECTION (#6036).
6 Updated m4 script to fix FTBFS when using -Werror=unused-but-set-parameter (#6078).
7 Releasing libmicrohttpd 0.9.70. -CG
8
1Thu Dec 26 14:43:27 CET 2019 9Thu Dec 26 14:43:27 CET 2019
2 Adding fix for urlencoding of keys without values in 10 Adding fix for urlencoding of keys without values in
3 post-processor logic. -CG 11 post-processor logic. -CG