libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 40d8a66c83dea010ddadeb1e65736dcf7e29da9e
parent 71c543f4097d7d559e8d7bd6b87f0cedc4f11154
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Fri, 23 Feb 2024 17:58:47 +0500

ChangeLog: updated

Diffstat:
MChangeLog | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,15 @@ +February 2024 + Fixed builds without messages. -JP & CG + Fixed builds with external MD5 calculation. + Fixed SHA-512/256 code for hypothetical extra large sizes. + Fixed response handling during daemon shutdown. + Fixed code logic for builds without messages. + Reduced the binary size for builds without messages by removing + the strings with filenames used for panic reports. + Fixed tests and examples for builds without messages and for builds + without basic auth. + Fixed some compiler warnings. -EG + Thu 01 Feb 2024 15:00:00 CET Releasing GNU libmicrohttpd 1.0.0 -EG