Changeset 33 for trunk/ChangeLog

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

added all changes to ChangeLog? and NEWS

Files:
1 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