update NEWS to latest changes

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@869 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Jan Kneschke 2005-11-18 13:29:05 +00:00
parent e9e05e3b03
commit a364e9f5a9
1 changed files with 9 additions and 0 deletions

9
NEWS
View File

@ -10,6 +10,11 @@ NEWS
* changed auth.ldap-cafile to be optional
(joerg@netbsd.org)
* added strip_request_uri in mod_fastcgi
* added more X-* headers to mod_proxy
(Ben Grimm <bengrimm@gmail.com>)
* added 'debug' to simple-vhost to suppress the
(mod_simple_vhost.c.157) No such file or directory /servers/ww.lighttpd.net/pages/
messages by default
* changed default stat-cache-engine to 'simple'
* removed debian/ dir from source package on request by packager
* fixed max-age timestamps in mod_expire
@ -24,6 +29,10 @@ NEWS
* fixed missing cleanup in mysql_vhost
* fixed assert() in connections.c:962: connection_handle_read_state: Assertion 'c->mem->used' failed.
* fixed 64bit issue in md5
* fixed crash in mod_status
* fixed duplicate headers in mod_proxy
* fixed Content-Length in HEAD request in mod_proxy
* fixed unsigned/signed comparisions
* TODO: streaming CGI
- 1.4.7 - 2005-11-02