aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-23 09:25:27 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-23 09:25:27 +0300
commitee7a8f2c540daae0ecd88bdae57ebe268f208794 (patch)
tree030ddca98063a5903cb08dc9a03c2c05999f6b48 /ChangeLog
parentba43ee3b069eaefca3ae74b3eeb9d6d8e2d9e6b0 (diff)
downloadlibmicrohttpd-ee7a8f2c540daae0ecd88bdae57ebe268f208794.tar.gz
libmicrohttpd-ee7a8f2c540daae0ecd88bdae57ebe268f208794.zip
Updated ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a3e0f0ac..b574c33a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
1Thu Nov 23 08:56:00 MSK 2017
2 Fixed receiving large requests in TLS mode with epoll.
3 Improved GnuTLS and libgcrypt detection in configure, do not ignore
4 flags in GNUTLS_{CFLAGS,LIBS} variables.
5 Added special trick for Solaris/Openindiana to find GnuTLS-3 with
6 right bitness.
7 Added support for Solaris sendfile(3) function.
8 Fixed dataraces with thread ID on W32 and pthread. Now check for
9 correct thread in MHD_queue_response() works correctly.
10 Fixed and silenced compiler warnings in tests and examples.
11 Removed usage of TLS flags in examples where TLS is not required.
12 Added support for MultiSSL in https tests with libcurl >= 7.56.0.
13 Improved detection of OFF_T_MAX, SIZE_MAX. Added macros for
14 SSIZE_MAX in mhd_limits.h. There are some platforms that really
15 require those macros.
16 Added support for Darwin's sendfile() function.
17 Updated .gitignore files.
18 Reworked mhd_sys_extentions.m4 with better support of modern
19 platforms, more reliable detection of required macros, and
20 detection of disabling of system-specific features by
21 _XOPEN_SOURCE macro. -EG
22
1Wed Nov 1 20:43:00 MSK 2017 23Wed Nov 1 20:43:00 MSK 2017
2 Mixed and muted many compiler warnings. Now it GCC's flags 24 Mixed and muted many compiler warnings. Now GCC's flags
3 -Wall -Wextra could be used for building. 25 -Wall -Wextra could be used for building.
4 Fixed compilation of examples without libmagic. 26 Fixed compilation of examples without libmagic.
5 Better detection of libgnutls in configure. 27 Better detection of libgnutls in configure.