commit 2ddfa02985e64b082f4e24e89bb88c51d6c424f3 parent ad6ad0ad5bfa80f3d1954f434376331b1cb0941e Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Wed, 1 Nov 2017 21:32:38 +0300 Updated ChangeLog. Diffstat:
| M | ChangeLog | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,21 @@ +Wed Nov 1 20:43:00 MSK 2017 + Mixed and muted many compiler warnings. Now it GCC's flags + -Wall -Wextra could be used for building. + Fixed compilation of examples without libmagic. + Better detection of libgnutls in configure. + Reworked launch of nested configure in "po" directory to + prevent useless reconfiguration. + Fixed some wrong asserts. + Enabled "test_options" test. + Use "test_start_stop" without libcurl. + Use chunks with sendfile() to prevent locking thread for + single connection with large file. + Added support for FreeBSD's sendfile with additional + optimisations for FreeBSD 11. + Refactoring and improvements for MHD_start_daemon_va() and + MHD_stop_daemon(). + Fixed testing with GnuTLS >= 3.6.0. -EG + Mon Oct 9 22:38:07 CEST 2017 Add MHD_free() to allow proper free()-ing of username/password data returned via MHD_digest_auth_get_username() or