summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9>2010-01-30 21:32:18 +0000
committerstbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9>2010-01-30 21:32:18 +0000
commitb3903f6cf870a49edb4acfcda36b369cada02d2a (patch)
treee9a726dba43ffd40f0bf9f2b2697e3fe70b38093
parente470dc903a9b22137190cfe4dd3431e5570d52c5 (diff)
downloadlighttpd-b3903f6cf870a49edb4acfcda36b369cada02d2a.tar.gz
Update NEWS file
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@2709 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 793837ce..f2385b99 100644
--- a/NEWS
+++ b/NEWS
@@ -155,6 +155,10 @@ NEWS
* mod_magnet: add traceback for printing lua errors
* export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx presbrey)
* reset tlsext_server_name in connection_reset - fixes random hostnames in the $HTTP["host"] conditional
+ * Accept ":" in the reason-phrase of a status-line
+ * mod_accesslog: support %e (fixes #2113, thx presbrey)
+ * Require at least glib 2.10.0 for g_atomic_int_set (fixes #2127)
+ * Fix select() backend under high load (off-by-one, noticed by Manuel Scharf in a forum thread)
- 1.5.0-r19.. -
* -F option added for spawn-fcgi