summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2006-03-09 17:34:51 +0000
committerJan Kneschke <jan@kneschke.de>2006-03-09 17:34:51 +0000
commit84a9e99b3c177175f4dde2a37e152c78b7ec52b9 (patch)
treebb1d5952d0f3f0b936f211c5ec17e036e0ca48ba
parent5359b9b76b0b80642eb28e8855e0754bec0863ac (diff)
downloadlighttpd-git-84a9e99b3c177175f4dde2a37e152c78b7ec52b9.tar.gz
fixed formatinglighttpd-1.4.11
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1041 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--NEWS12
1 files changed, 8 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 4f830039..5c03cf90 100644
--- a/NEWS
+++ b/NEWS
@@ -3,18 +3,22 @@
NEWS
====
-- 1.4.11 - 2006-02-..
+- 1.4.11 - 2006-03-09
- * added ability to specify which ip address spawn-fci listens on (agkr@pobox.com)
+ * added ability to specify which ip address spawn-fci listens on
+ (agkr@pobox.com)
* added mod_flv_streaming to streaming Flash Movies efficiently
+ * fixed handling of error codes returned by mod_dav_svn behing a
+ mod_proxy
* fixed error-messages in mod_auth and mod_fastcgi
* fixed re-enabling overloaded local fastcgi backends
* fixed handling of deleted files in linux-sendfile
* fixed compilation on BSD and MacOSX
+ * fixed $SERVER["socket"] on a already bound socket
* fixed local source retrieval on windows
(secunia)
- * fixed hanging cgi if remote side is dieing while reading from the pipe
- (sandy@meebo.com)
+ * fixed hanging cgi if remote side is dieing while reading
+ from the pipe (sandy@meebo.com)
- 1.4.10 - 2006-02-08