aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-02-23 17:58:47 +0500
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-02-23 17:58:47 +0500
commit40d8a66c83dea010ddadeb1e65736dcf7e29da9e (patch)
treee6de0e415b7ed53e312782f313c297d0b113bbfb
parent71c543f4097d7d559e8d7bd6b87f0cedc4f11154 (diff)
downloadlibmicrohttpd-40d8a66c83dea010ddadeb1e65736dcf7e29da9e.tar.gz
libmicrohttpd-40d8a66c83dea010ddadeb1e65736dcf7e29da9e.zip
ChangeLog: updated
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00bfc2b4..f5e03fe3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
1February 2024
2 Fixed builds without messages. -JP & CG
3 Fixed builds with external MD5 calculation.
4 Fixed SHA-512/256 code for hypothetical extra large sizes.
5 Fixed response handling during daemon shutdown.
6 Fixed code logic for builds without messages.
7 Reduced the binary size for builds without messages by removing
8 the strings with filenames used for panic reports.
9 Fixed tests and examples for builds without messages and for builds
10 without basic auth.
11 Fixed some compiler warnings. -EG
12
1Thu 01 Feb 2024 15:00:00 CET 13Thu 01 Feb 2024 15:00:00 CET
2 Releasing GNU libmicrohttpd 1.0.0 -EG 14 Releasing GNU libmicrohttpd 1.0.0 -EG
3 15