aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-01 21:32:38 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-01 21:32:38 +0300
commit2ddfa02985e64b082f4e24e89bb88c51d6c424f3 (patch)
treeb14096854ceca14faa6332394fccba12a9dee9f1 /ChangeLog
parentad6ad0ad5bfa80f3d1954f434376331b1cb0941e (diff)
downloadlibmicrohttpd-2ddfa02985e64b082f4e24e89bb88c51d6c424f3.tar.gz
libmicrohttpd-2ddfa02985e64b082f4e24e89bb88c51d6c424f3.zip
Updated ChangeLog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d8a2840..a3e0f0ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
1Wed Nov 1 20:43:00 MSK 2017
2 Mixed and muted many compiler warnings. Now it GCC's flags
3 -Wall -Wextra could be used for building.
4 Fixed compilation of examples without libmagic.
5 Better detection of libgnutls in configure.
6 Reworked launch of nested configure in "po" directory to
7 prevent useless reconfiguration.
8 Fixed some wrong asserts.
9 Enabled "test_options" test.
10 Use "test_start_stop" without libcurl.
11 Use chunks with sendfile() to prevent locking thread for
12 single connection with large file.
13 Added support for FreeBSD's sendfile with additional
14 optimisations for FreeBSD 11.
15 Refactoring and improvements for MHD_start_daemon_va() and
16 MHD_stop_daemon().
17 Fixed testing with GnuTLS >= 3.6.0. -EG
18
1Mon Oct 9 22:38:07 CEST 2017 19Mon Oct 9 22:38:07 CEST 2017
2 Add MHD_free() to allow proper free()-ing of username/password 20 Add MHD_free() to allow proper free()-ing of username/password
3 data returned via MHD_digest_auth_get_username() or 21 data returned via MHD_digest_auth_get_username() or