libmicrohttpd

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

commit b7b0ed28dbfeec1db170010d76995376235b0ff1
parent 0a374c71b8f7fccd1682f6f6d6b967fdd6e2502b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 25 Apr 2021 13:11:23 +0300

Updated ChangeLog

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +Sat 24 Apr 2021 23:00:00 MSK + Fixed build with Clang and Visual Studio. + MSVS project files updated. + Enabled bind port autodetection with MSVS builds. -EG + Fri 23 Apr 2021 14:27:00 MSK Fixed build without TLS lib. Fixed build without system poll() function.