From c736a344e7e3f7f40f9c2fe64226883607cbda24 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Mon, 31 Oct 2005 09:10:31 +0000 Subject: [PATCH] updated NEWS file with latest changes and last TODO for the release of 1.4.7 git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@806 152afb58-edef-0310-8abb-c4023f1b3aa9 --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index ab403c28..9244e510 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,24 @@ NEWS ==== +- 1.4.7 - 2005-10-.. + + * added FD_CLOEXEC to fds which are kept open for a longer time + * added smaller, moving mmaped windows to network_writev + * added madvise() to instruct the kernel the do proper read-ahead in network_writev + * added support for %I in mod_accesslog + * added better compat to Apache for ?auto in mod_status + * added support for userdirs without a entry in /etc/passwd in mod_userdir + * workaround missing client-bug by assuming we received a close-notify on + non-keep-alive requests in SSL request + * disabled kerberos5 support by default to fix compilation on RHEL + * fixed order of library checks to fix compilation on Solaris 9 + * fixed open file-descriptors on read-error + * fixed crash if /var/tmp is not writable + * TODO: added startup-time selectable network-backend + * TODO: export location of upload-files to config as array + * TODO: add debugging to mod_webdav + - 1.4.6 - 2005-10-09 * fixed compilation on MacOS X and cygwin