aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ce17428c..e9e19071 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
1Mon 22 Jul 2019 11:49:03 AM CEST
2 Introduce MHD_RO_FREE_FUNCTION. -NM/CG
3
4Tue Jul 16 19:56:14 CEST 2019
5 Add MHD_OPTION_HTTPS_CERT_CALLBACK2 to allow OCSP stapling
6 and MHD_FEATURE_HTTPS_CERT_CALLBACK2 to check for. -TR
7
8Fri Jul 05 2019 22:30:40 MSK
9 Releasing libmicrohttpd 0.9.65. -EG
10
1Sun Jun 23 2019 21:27:43 MSK 11Sun Jun 23 2019 21:27:43 MSK
2 Many fixes and improvments for connection-specific memory pool: 12 Many fixes and improvements for connection-specific memory pool:
3 * Added asserts; 13 * Added asserts;
4 * Added testing of reallocation; 14 * Added testing of reallocation;
5 * Reallocation code rewritten to avoid extra allocation, when 15 * Reallocation code rewritten to avoid extra allocation, when
@@ -95,7 +105,7 @@ Sun Apr 21 16:40:00 MSK 2019
95 105
96Fri Apr 19 23:00:00 MSK 2019 106Fri Apr 19 23:00:00 MSK 2019
97 Rewritten SHA-256 calculations from scratch to avoid changing LGPL version; 107 Rewritten SHA-256 calculations from scratch to avoid changing LGPL version;
98 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
99 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.
100 Added test for SHA-256 calculations. -EG 110 Added test for SHA-256 calculations. -EG
101 111