From 62960767c2b5f7a478be3d9dbe2b495b9d1e7d1c Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Fri, 15 Jul 2005 18:11:57 +0000 Subject: [PATCH] updated changelog and news for release of 1.3.15 git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@457 152afb58-edef-0310-8abb-c4023f1b3aa9 --- ChangeLog | 8 ++++++++ NEWS | 14 +++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 530321b2..c97839a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,14 @@ Feature Requests: - crash in read-post - remove default port from Host: +15.06.2005 20:10 - 1.3.15 +- mod_cml, mod_trigger_b4_dl + + added both plugins + + check http://trac.lighttpd.net/trac/log/branches/lighttpd-1.3.x/ for the + rest + 15.06.2005 13:59 - 1.3.14 - documentation diff --git a/NEWS b/NEWS index b60aeee6..fc76a3a7 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,19 @@ NEWS ==== -- 1.3.14 - 2005-06-.. +- 1.3.15 - 2005-07-15 + + * added mod_cml + * added mod_trigger_b4_dl + * added encoding to mod_dirlisting + * added ?auto to mod_status + * relaxed handling of characters in URIs even more + * fixed detection of sendfile() on Linux 2.4.x + * fixed comparision of buffers for short strings + * server.errorfile-prefix is now conditional + * fixed mod_rrdtool to close STDERR + +- 1.3.14 - 2005-06-15 * added SCGI support via mod_scgi * added hash-based and round-robin load balancing to mod_proxy