From af3961c9d9939fd23a2637a7c4c1dd8b535908c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sun, 11 Oct 2009 19:11:45 +0000 Subject: [PATCH] Update NEWS file git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2633 152afb58-edef-0310-8abb-c4023f1b3aa9 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 6f396ae8..96935741 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,12 @@ NEWS * Use linux-epoll by default if available (fixes #2021, thx Olaf van der Spek) * Print an error if you use too many captures in a regex pattern (fixes #2059) * Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068) + * Remember keep-alive-idle in separate variable (fixes #1988) + * Fix header inclusion order, always include "config.h" before any system header + * mod_webdav: Patch to skip login information for domain part of Destination field (fixes #1793) + * mod_webdav: Delete old properties before updating new for MOVE (fixes #1317) + * Read hostname from absolute uris in the request line (fixes #1937) + * mod_fastcgi: don't disable backend if disable-time is 0 (fixes #1825) - 1.4.23 - 2009-06-19 * Added some extra warning options in cmake and fix the resulting warnings (unused/static functions)