From d85f4293a4ed50ccced1eb211eebc7614ea50d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20R=C3=BCckert?= Date: Sun, 9 Sep 2007 18:41:20 +0000 Subject: [PATCH] - updated NEWS file for the last change git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1996 152afb58-edef-0310-8abb-c4023f1b3aa9 --- NEWS | 6 ++++-- 1 file 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)