Changeset 2096

Show
Ignore:
Timestamp:
02/27/2008 09:35:19 AM (6 months ago)
Author:
stbuehler
Message:

Updating NEWS file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.4.x/NEWS

    r2072 r2096  
    1414    matching the end of the uri in fcgi,scgi and proxy modules (#1489) 
    1515  * print error if X-LIGHTTPD-send-file cannot be done; reset header 
    16     Content-Length for send-file. Patches by Stefan Buhler 
     16    Content-Length for send-file. Patches by Stefan Buehler 
    1717  * prevent crash in certain php-fcgi configurations (#841) 
    1818  * add IdleServers and Scoreboard directives in ?auto mode for mod_status (#1507) 
     
    2525  * fixed ECONNRESET handling in network-openssl 
    2626  * fixed handling of EAGAIN in network-linux-sendfile (#657) 
     27  * reset conditional cache (#1164) 
     28  * create directories in mod_compress (was broken with alias/userdir) (#1027) 
     29  * fixed out of range access in fd array (#1562, #372) 
     30  * mod_compress should check if the request is already handled, e.g. by fastcgi (#1565) 
     31  * remove broken workaround for buggy Opera version with ssl/chunked encoding (#285) 
     32  * generate etag/last-modified header for on-the-fly-compressed files (#1171) 
     33  * req-method OPTIONS: do not insert default response if request was denied, do not deny OPTIONS by default (#1324) 
     34  * fixed memory leak on windows (#1347) 
     35  * fixed building outside of the src dir (#1349) 
     36  * fixed including of stdint.h/inttypes.h in etag.c (#1413) 
     37  * do not add Accept-Ranges header if range-request is disabled (#1449) 
     38  * log the ip of failed auth tries in error.log (enhancement #1544) 
     39  * fixed RoundRobin in mod_proxy (#516) 
     40  * check for symlinks after successful pathinfo matching (#1574) 
     41  * fixed mod-proxy.t to run with a builddir outside of the src dir 
    2742 
    2843- 1.4.18 - 2007-09-09