aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 3 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index c45326df..6a057b73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,6 @@
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
6Tue Jul 16 19:56:14 CEST 2019 1Tue Jul 16 19:56:14 CEST 2019
7 Add MHD_OPTION_HTTPS_CERT_CALLBACK2 to allow OCSP stapling 2 Add MHD_OPTION_HTTPS_CERT_CALLBACK2 to allow OCSP stapling
8 and MHD_FEATURE_HTTPS_CERT_CALLBACK2 to check for. -TR 3 and MHD_FEATURE_HTTPS_CERT_CALLBACK2 to check for. -TR
9 4
10Fri Jul 05 2019 22:30:40 MSK 5Fri Jul 05 2019 22:30:40 MSK
11 Releasing libmicrohttpd 0.9.65. -EG 6 Releasing libmicrohttpd 0.9.65. -EG
@@ -107,7 +102,7 @@ Sun Apr 21 16:40:00 MSK 2019
107 102
108Fri Apr 19 23:00:00 MSK 2019 103Fri Apr 19 23:00:00 MSK 2019
109 Rewritten SHA-256 calculations from scratch to avoid changing LGPL version; 104 Rewritten SHA-256 calculations from scratch to avoid changing LGPL version;
110 Added usage of GCC/Clang built-ins for bytes swap to significantly improve 105 Added usage of GCC/Clang built-ins for bytes swap to significantly improve
111 speed of MD5 and SHA-256 calculation on platforms with known endianness. 106 speed of MD5 and SHA-256 calculation on platforms with known endianness.
112 Added test for SHA-256 calculations. -EG 107 Added test for SHA-256 calculations. -EG
113 108