Changeset 1349 for trunk/ChangeLog

Show
Ignore:
Timestamp:
10/03/2006 12:56:39 PM (2 years ago)
Author:
darix
Message:

- merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1515ltmain.sh 
        1616stamp-h1 
         17TAGS 
         18tags 
  • trunk/ChangeLog

    • Property svn:eol-style set to native
    r1348 r1349  
    11CVS-Version: $Id: ChangeLog,v 1.18 2004/04/09 22:08:19 weigon Exp $ 
    22 
    3 Feature Requests: 
    4 * complex 
    5 - limit read-queue to 64k and use traffic-shaping cap 
    6   - if fastcgi/cgi are not ready ignore incoming FDEVENT_IN for a while 
    7   -> reduce memory usage 
    8 - userdir + suphp 
    9   -> internal config-hash 
    10 - don't strip // from PATHINFO 
    11 - TLS 
    12  
    13 * moderate 
    14 - errorlog piping  
    15 - gracefull restart 
    16 - mod_accesslog_mysql 
    17 - mod_auth_mysql 
    18 - IPv6 for FastCGI 
    19 - man-page for spawn-fcgi 
    20 - server.base-directory 
    21  
    22 * simple 
    23 - file-mapping for alias  
    24 - hostnames for remote-FastCGI 
    25 - fix remote-fastcgi on freebsd + kqueue 
    26   - crash FDEVENT_OUT on FreeBSD 
    27 - cgi exec via shell 
    28 - crash in read-post 
    29 - same config option twice -> aaa, aaa 
    30 - remove default port from Host: 
     3** NOTE ** 
     4 
     5This file is abondend in favour of the NEWS file 
     6 
     7** NOTE ** 
     8 
     9 
     1015.06.2005 20:10 - 1.3.15 
     11- mod_cml, mod_trigger_b4_dl 
     12 
     13  added both plugins 
     14 
     15  check http://trac.lighttpd.net/trac/log/branches/lighttpd-1.3.x/ for the 
     16  rest 
     17 
     1815.06.2005 13:59 - 1.3.14 
     19- documentation 
     20 
     21  more fix-ups for mod_fastcgi, configuration and mysql-vhost 
     22 
     23- tests 
     24 
     25  unified test-scripts to use the same framework 
     26 
     2714.06.2005 23:38  
     28- documentation 
     29 
     30  updated docs for mod_proxy and mod_scgi 
     31 
     3212.06.2005 12:55 - pre-release 
     33- mod_fastcgi 
     34   
     35  fixed event handling after delayed connect 
     36 
     37  make retry timeout configurable 
     38 
     39  removed unused events if we switch to FCGI_STATE_READ 
     40 
     41  disabled adaptive spawning 
     42 
     43- mod_proxy 
     44 
     45  added hash-based and round-robin balancing 
     46 
     47  use port 80 is default 
     48 
     49  fixed errorhandling on connection refused 
     50 
     51  fixed usage of dead hosts [285] 
     52 
     53- mod_cgi 
     54 
     55  send 500 if the CGI died before we received any data 
     56 
     57  redirect the stderr of CGI to our errorlog 
     58 
     59  cleanup cgi-env after we finished our request 
     60 
     61- uri-handling 
     62 
     63  don't replace + to space before the ?query part 
     64 
     65  accept characters > 127 again 
     66 
     67- mod_auth 
     68 
     69  fixed segfault if debugging is enabled [371] 
     70 
     71- mod_scgi 
     72 
     73  added SCGI support for python + WSGI [381], [382] 
     74 
     75- mod_setenv 
     76 
     77  fixed conditionals for setenv.add-environment [109] 
     78 
     79- generic 
     80 
     81  report an error on duplicate config-keys in configfile [267] 
     82 
     83  call initgroups to join the groups of the users [239] 
     84 
     85  fixed automatic redirects if SSL is used 
     86 
     87  fixed compilation on Solaris [283] 
     88   
     89  disable accept-filtering on FreeBSD if ssl is used [320] 
     90 
     91  fixed handling of range-request larger than 2Gb 
     92   
     93  fixed comparisions of mime-types to case-insensitive [266] 
     94 
     95  added quotation of ETags [376], [378] 
    3196 
    329706.03.2005 12:22 - 1.3.13 
     
    39163981Let's assume that <a 
    39173982href="http://www.acme.com/software/thttpd/">thttpd</a> is (one of) the 
    3918 fasted webservers out there.  
     3983fastest webservers out there.  
    39193984 
    39203985all httpds were started with: