Changeset 33

Show
Ignore:
Timestamp:
02/20/2005 04:15:41 PM (4 years ago)
Author:
jan
Message:

added all changes to ChangeLog? and NEWS

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r32 r33  
    3434  - crash FDEVENT_OUT on FreeBSD 
    3535- EPERM on unlink 
    36 - ignore blank lines between requests 
    37   - handle \r\n at start of request 
    3836- cgi exec via shell 
    3937- crash in read-post 
    4038- same config option twice -> aaa, aaa 
    4139- remove default port from Host: 
     40 
     4120.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) 
    4269 
    437013.02.2005 17:33 
  • trunk/NEWS

    r30 r33  
    33NEWS 
    44==== 
     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 
    519 
    620- 1.3.10 - 2005-02-06 
  • trunk/debian/changelog

    r1 r33  
     1lighttpd (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 
    17lighttpd (1.3.10-1) unstable; urgency=low 
    28