Changeset 33
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r32 r33 34 34 - crash FDEVENT_OUT on FreeBSD 35 35 - EPERM on unlink 36 - ignore blank lines between requests37 - handle \r\n at start of request38 36 - cgi exec via shell 39 37 - crash in read-post 40 38 - same config option twice -> aaa, aaa 41 39 - remove default port from Host: 40 41 20.02.2005 16:54 - 1.3.11 42 - request handling 43 44 ignore \r\n before request-line in keep-alive requests (Bug #13) 45 46 - cgi, fastcgi 47 48 added REMOTE_PORT and SERVER_ADDR 49 50 fixed check for broken status-code in nph-scripts (Bug #14) 51 52 - fastcgi 53 54 fixed passing cmdline options the spawned binary (Bug #16) 55 56 fixed failed reconnects (Bug #9) 57 58 - macos x 59 60 fixed build on max 61 62 - mod_secdownload 63 64 parse conditional secure-download.secret (Bug #8) 65 66 - mod_userdir 67 68 redirect if username is not followed by / (Bug #15) 42 69 43 70 13.02.2005 17:33 -
trunk/NEWS
r30 r33 3 3 NEWS 4 4 ==== 5 6 - 1.3.11 - 2005-02-20 7 8 * added REMOTE_PORT and SERVER_ADDR to CGI-env 9 * relaxed handling of newlines before keep-alive requests 10 * relaxed uri-parser again 11 * fixed PHP_SELF for php 12 * fixed compilation on MacOS X 13 * fixed handling of EPIPE and ECONNRESET 14 * fixed crash in mod_auth if config-options are missing 15 * fixed handling of missing trailing / in mod_userdir 16 * fixed conditional secdownload.secret 17 * fixed REPORT ME error due to failed reconnects in mod_fastcgi 18 * fixed cmdline handling in mod_fastcgi 5 19 6 20 - 1.3.10 - 2005-02-06 -
trunk/debian/changelog
r1 r33 1 lighttpd (1.3.11-1) unstable; urgency=low 2 3 * updated to 1.3.11 4 5 -- Jan Kneschke <jan@kneschke.de> Sun, 20 Feb 2005 17:15:00 +0000 6 1 7 lighttpd (1.3.10-1) unstable; urgency=low 2 8

