aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-18 13:24:00 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-20 22:23:03 +0100
commit7b92bb1cdebfaefd0fe778f63542ce5d465daa94 (patch)
tree209697369a7e9a9b90de8df59cd10ba947100452 /ChangeLog
parent8466a08d3588608f018722d6a176ced2e0c2a539 (diff)
downloadlibmicrohttpd-7b92bb1cdebfaefd0fe778f63542ce5d465daa94.tar.gz
libmicrohttpd-7b92bb1cdebfaefd0fe778f63542ce5d465daa94.zip
releasing 0.9.61
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eae462f8..505b459f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Sun Nov 18 13:08:11 CET 2018
2 Parse arguments with (properly) escaped URLs correctly.
3 (making things work with recent cURL changes, #5473).
4 Replace sprintf with snprintf in testcases.
5 Releasing libmicrohttpd 0.9.61. -CG
6
1Wed Nov 14 14:01:21 CET 2018 7Wed Nov 14 14:01:21 CET 2018
2 Fix build issue with GnuTLS < 3.0. -CG 8 Fix build issue with GnuTLS < 3.0. -CG
3 9