aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 20 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a057b73..92161c6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,23 @@
1Thu 01 Aug 2019 01:23:36 PM CEST
2 Releasing libmicrohttpd 0.9.66. -CG
3
4Thu 01 Aug 2019 12:53:49 AM CEST
5 Fix issue with discarding unhandled upload data discovered
6 by Florian Dold. -CG
7
8Mon 29 Jul 2019 08:01:50 PM CEST
9 Fix hanging situation with large transmission over upgraded
10 (i.e. Web socket) connection with epoll() and HTTPS enabled
11 (as reported by Viet on the mailinglist). -CG
12
13Thu 25 Jul 2019 02:40:12 PM CEST
14 Fixing regression introduced in cc5032b85 (bit mask matching
15 of the header kinds in MHD_lookup_connection_value()), as
16 reported by Jose Bollo on the mailinglist. -CG/JB
17
1Tue Jul 16 19:56:14 CEST 2019 18Tue Jul 16 19:56:14 CEST 2019
2 Add MHD_OPTION_HTTPS_CERT_CALLBACK2 to allow OCSP stapling 19 Add MHD_OPTION_HTTPS_CERT_CALLBACK2 to allow OCSP stapling
3 and MHD_FEATURE_HTTPS_CERT_CALLBACK2 to check for. -TR 20 and MHD_FEATURE_HTTPS_CERT_CALLBACK2 to check for. -TR
4 21
5Fri Jul 05 2019 22:30:40 MSK 22Fri Jul 05 2019 22:30:40 MSK
6 Releasing libmicrohttpd 0.9.65. -EG 23 Releasing libmicrohttpd 0.9.65. -EG
@@ -102,7 +119,7 @@ Sun Apr 21 16:40:00 MSK 2019
102 119
103Fri Apr 19 23:00:00 MSK 2019 120Fri Apr 19 23:00:00 MSK 2019
104 Rewritten SHA-256 calculations from scratch to avoid changing LGPL version; 121 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 122 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. 123 speed of MD5 and SHA-256 calculation on platforms with known endianness.
107 Added test for SHA-256 calculations. -EG 124 Added test for SHA-256 calculations. -EG
108 125