aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-22 11:49:42 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-22 11:49:42 +0200
commit3d1b941137f9d8379e6e67d5abd57be5ae6ebe1a (patch)
tree43fa3d8dddba1f2bc160020e02f4b73f3521ca13 /ChangeLog
parent3751044dc81a4b37de14b20dfc4cc7902fc36344 (diff)
downloadlibmicrohttpd-3d1b941137f9d8379e6e67d5abd57be5ae6ebe1a.tar.gz
libmicrohttpd-3d1b941137f9d8379e6e67d5abd57be5ae6ebe1a.zip
introducte MHD_RO_FREE_FUNCTION as proposed by Nicolas Mora on the list
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a057b73..e9e19071 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Mon 22 Jul 2019 11:49:03 AM CEST
2 Introduce MHD_RO_FREE_FUNCTION. -NM/CG
3
1Tue Jul 16 19:56:14 CEST 2019 4Tue Jul 16 19:56:14 CEST 2019
2 Add MHD_OPTION_HTTPS_CERT_CALLBACK2 to allow OCSP stapling 5 Add MHD_OPTION_HTTPS_CERT_CALLBACK2 to allow OCSP stapling
3 and MHD_FEATURE_HTTPS_CERT_CALLBACK2 to check for. -TR 6 and MHD_FEATURE_HTTPS_CERT_CALLBACK2 to check for. -TR
@@ -102,7 +105,7 @@ Sun Apr 21 16:40:00 MSK 2019
102 105
103Fri Apr 19 23:00:00 MSK 2019 106Fri Apr 19 23:00:00 MSK 2019
104 Rewritten SHA-256 calculations from scratch to avoid changing LGPL version; 107 Rewritten SHA-256 calculations from scratch to avoid changing LGPL version;
105 Added usage of GCC/Clang built-ins for bytes swap to significantly improve 108 Added usage of GCC/Clang built-ins for bytes swap to significantly improve
106 speed of MD5 and SHA-256 calculation on platforms with known endianness. 109 speed of MD5 and SHA-256 calculation on platforms with known endianness.
107 Added test for SHA-256 calculations. -EG 110 Added test for SHA-256 calculations. -EG
108 111