summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2006-01-04 23:31:32 +0000
committerJan Kneschke <jan@kneschke.de>2006-01-04 23:31:32 +0000
commitc81a623745fe0a4da579377cebec06e28617315d (patch)
tree38700325fedc3c34ed39e8db192bbff2b10e0421 /NEWS
parent8aacadf18da76574cfb64c0d0dae892b3d2cd6b1 (diff)
downloadlighttpd-git-c81a623745fe0a4da579377cebec06e28617315d.tar.gz
added static building of lighttpd
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@921 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index acee2091..68175569 100644
--- a/NEWS
+++ b/NEWS
@@ -9,13 +9,18 @@ NEWS
* added docs for mod_status
* added mod_evasive to limit the number of connections by IP (<w1zzard@techpowerup.com>)
* added the power-magnet to mod_cml
- * added framework for internal statistics
+ * added internal statistics to mod_fastcgi
+ * added server.statistics-url to get internal statistics from mod_status
+ * added support for conditional range-requests through If-Range
+ * added static building via scons
* fixed 100% cpu loops in mod_cgi ("sandy" <sjen@cs.stanford.edu>)
* fixed handling for secure-download.timeout (jamis@37signals.com)
* fixed IE bug in content-charset in the output of mod_dirlisting (sniper@php.net)
* fixed typos and language in the docs (ryan-2005@ryandesign.com)
* fixed assertion in mod_cgi on HEAD request is Content-Length (<sandy@meebo.com>)
* fixed handling if equal but duplicate If-Modified-Since request headers
+ * fixed endless loops in mod_fastcgi if backend is dead
+ * fixed Depth: 1 handling in PROPFIND requests on empty dirs
- 1.4.8 - 2005-11-23