From 04037134d556414d6bc01a5b4bfaa0a6aa254c80 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Sun, 20 Feb 2005 16:15:41 +0000 Subject: added all changes to ChangeLog and NEWS git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@33 152afb58-edef-0310-8abb-c4023f1b3aa9 --- ChangeLog | 31 +++++++++++++++++++++++++++++-- NEWS | 14 ++++++++++++++ debian/changelog | 6 ++++++ 3 files changed, 49 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d1e7589..9b1a0bd1 100644 --- a/ChangeLog +++ b/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 diff --git a/NEWS b/NEWS index bc5882d0..758a9a31 100644 --- a/NEWS +++ b/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 diff --git a/debian/changelog b/debian/changelog index d3dde99d..68c976e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lighttpd (1.3.11-1) unstable; urgency=low + + * updated to 1.3.11 + + -- Jan Kneschke Sun, 20 Feb 2005 17:15:00 +0000 + lighttpd (1.3.10-1) unstable; urgency=low * updated to 1.3.10 -- cgit v1.2.1