summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Rückert <darix@opensu.se>2007-09-09 18:41:20 +0000
committerMarcus Rückert <darix@opensu.se>2007-09-09 18:41:20 +0000
commitaa36b56284c94c4f4dc68b4a807fd2c0077b76a7 (patch)
tree9ffb0cb7d881b5feedaa47866f526692c488f554
parent5b3fe53128bf31ff4e2031199d9b2e45415ea577 (diff)
downloadlighttpd-git-aa36b56284c94c4f4dc68b4a807fd2c0077b76a7.tar.gz
- updated NEWS file for the last changelighttpd-1.4.18
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1996 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d2171244..227152df 100644
--- a/NEWS
+++ b/NEWS
@@ -3,16 +3,18 @@
NEWS
====
-- 1.4.18 -
+- 1.4.18 - 2007-09-09
+
* fixed compile error on IRIX 6.5.x on prctl() (#1333)
* fixed forwarding a SIGINT and SIGHUP when using max-workers (#902)
* fixed FastCGI header overrun in mod_fastcgi (reported by mattias@secweb.se)
* fixed hanging redirects with keep-alive due to missing
"Content-Length: 0" headers
* fixed crashing when using undefined environment variables in the config
-
+ * fixed compilation of mod_mysql_vhost on irix (#1341)
- 1.4.17 - 2007-08-29
+
* added dir-listing.set-footer in mod_dirlisting (#1277)
* added sending UID and PID for SIGTERM and SIGINT to the logs
* fixed hardcoded font-sizes in mod_dirlisting (#1267)