aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-25 14:42:56 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-25 14:42:56 +0200
commitf73873bc1925b1553effb57a1cc0dd19ad5e3302 (patch)
treeb4db0de3ee7e31785fc7434f59745837a919adf3 /ChangeLog
parent092b370587ff9dd258f52206e2ec58624f1cce5d (diff)
downloadlibmicrohttpd-f73873bc1925b1553effb57a1cc0dd19ad5e3302.tar.gz
libmicrohttpd-f73873bc1925b1553effb57a1cc0dd19ad5e3302.zip
fix regression introduced in cc5032b85
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a057b73..c45326df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
1Thu 25 Jul 2019 02:40:12 PM CEST
2 Fixing regression introduced in cc5032b85 (bit mask matching
3 of the header kinds in MHD_lookup_connection_value()), as
4 reported by Jose Bollo on the mailinglist. -CG/JB
5
1Tue Jul 16 19:56:14 CEST 2019 6Tue Jul 16 19:56:14 CEST 2019
2 Add MHD_OPTION_HTTPS_CERT_CALLBACK2 to allow OCSP stapling 7 Add MHD_OPTION_HTTPS_CERT_CALLBACK2 to allow OCSP stapling
3 and MHD_FEATURE_HTTPS_CERT_CALLBACK2 to check for. -TR 8 and MHD_FEATURE_HTTPS_CERT_CALLBACK2 to check for. -TR
4 9
5Fri Jul 05 2019 22:30:40 MSK 10Fri Jul 05 2019 22:30:40 MSK
6 Releasing libmicrohttpd 0.9.65. -EG 11 Releasing libmicrohttpd 0.9.65. -EG
@@ -102,7 +107,7 @@ Sun Apr 21 16:40:00 MSK 2019
102 107
103Fri Apr 19 23:00:00 MSK 2019 108Fri Apr 19 23:00:00 MSK 2019
104 Rewritten SHA-256 calculations from scratch to avoid changing LGPL version; 109 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 110 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. 111 speed of MD5 and SHA-256 calculation on platforms with known endianness.
107 Added test for SHA-256 calculations. -EG 112 Added test for SHA-256 calculations. -EG
108 113