aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-10 21:45:23 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-10 21:45:23 +0200
commita019057377ee1b67d49264d1029ac615089b2422 (patch)
tree0f40dbb9b7e7aa8a906e49d2c9b65040644b16b5 /ChangeLog
parent79748e574ebe30e2d844b0c9335f7a2da08120c0 (diff)
downloadlibmicrohttpd-a019057377ee1b67d49264d1029ac615089b2422.tar.gz
libmicrohttpd-a019057377ee1b67d49264d1029ac615089b2422.zip
fix PP bug discovered by MD
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fede6ae..a8940d51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Wed 10 Jun 2020 09:44:29 PM CEST
2 Fixed PostProcessor bug discovered by MD, which given certain parser
3 boundaries caused the returned values to be wrong. -CG/MD
4
1Wed 08 Apr 2020 10:53:01 PM CEST 5Wed 08 Apr 2020 10:53:01 PM CEST
2 Introduce `enum MHD_Result` for #MHD_YES/#MHD_NO to avoid using 'int' so much. 6 Introduce `enum MHD_Result` for #MHD_YES/#MHD_NO to avoid using 'int' so much.
3 Note that this change WILL cause compiler warnings until (most) MHD callbacks 7 Note that this change WILL cause compiler warnings until (most) MHD callbacks