added all changes to ChangeLog and NEWS
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@33 152afb58-edef-0310-8abb-c4023f1b3aa9
parent
3548edf76a
commit
66460e058a
31
ChangeLog
31
ChangeLog
|
@ -33,13 +33,40 @@ Feature Requests:
|
|||
- fix remote-fastcgi on freebsd + kqueue
|
||||
- crash FDEVENT_OUT on FreeBSD
|
||||
- EPERM on unlink
|
||||
- ignore blank lines between requests
|
||||
- handle \r\n at start of request
|
||||
- cgi exec via shell
|
||||
- crash in read-post
|
||||
- same config option twice -> aaa, aaa
|
||||
- remove default port from Host:
|
||||
|
||||
20.02.2005 16:54 - 1.3.11
|
||||
- request handling
|
||||
|
||||
ignore \r\n before request-line in keep-alive requests (Bug #13)
|
||||
|
||||
- cgi, fastcgi
|
||||
|
||||
added REMOTE_PORT and SERVER_ADDR
|
||||
|
||||
fixed check for broken status-code in nph-scripts (Bug #14)
|
||||
|
||||
- fastcgi
|
||||
|
||||
fixed passing cmdline options the spawned binary (Bug #16)
|
||||
|
||||
fixed failed reconnects (Bug #9)
|
||||
|
||||
- macos x
|
||||
|
||||
fixed build on max
|
||||
|
||||
- mod_secdownload
|
||||
|
||||
parse conditional secure-download.secret (Bug #8)
|
||||
|
||||
- mod_userdir
|
||||
|
||||
redirect if username is not followed by / (Bug #15)
|
||||
|
||||
13.02.2005 17:33
|
||||
- mod_auth
|
||||
|
||||
|
|
14
NEWS
14
NEWS
|
@ -3,6 +3,20 @@
|
|||
NEWS
|
||||
====
|
||||
|
||||
- 1.3.11 - 2005-02-20
|
||||
|
||||
* added REMOTE_PORT and SERVER_ADDR to CGI-env
|
||||
* relaxed handling of newlines before keep-alive requests
|
||||
* relaxed uri-parser again
|
||||
* fixed PHP_SELF for php
|
||||
* fixed compilation on MacOS X
|
||||
* fixed handling of EPIPE and ECONNRESET
|
||||
* fixed crash in mod_auth if config-options are missing
|
||||
* fixed handling of missing trailing / in mod_userdir
|
||||
* fixed conditional secdownload.secret
|
||||
* fixed REPORT ME error due to failed reconnects in mod_fastcgi
|
||||
* fixed cmdline handling in mod_fastcgi
|
||||
|
||||
- 1.3.10 - 2005-02-06
|
||||
|
||||
* added support for full commandline in spawn-fcgi
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
lighttpd (1.3.11-1) unstable; urgency=low
|
||||
|
||||
* updated to 1.3.11
|
||||
|
||||
-- Jan Kneschke <jan@kneschke.de> Sun, 20 Feb 2005 17:15:00 +0000
|
||||
|
||||
lighttpd (1.3.10-1) unstable; urgency=low
|
||||
|
||||
* updated to 1.3.10
|
||||
|
|
Loading…
Reference in New Issue