From f1fc6fb4d1d12c48b2c57195a57b3aa327d5e576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 19 Feb 2009 10:06:19 +0000 Subject: [PATCH] - try English first ;) git-svn-id: svn://svn.lighttpd.net/spawn-fcgi/trunk@19 4a9f3682-ca7b-49a8-9a55-ba4640e46f83 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 80ee5b1..6993a26 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,7 @@ NEWS - 1.6.0 - * Separated spawn-fcgi from lighttpd - * Remove limits für php children; per default the PHP_FCGI_CHILDREN var is not changed (php defaults to no children, one worker) + * Remove limits for php children; per default the PHP_FCGI_CHILDREN var is not changed (php defaults to no children, one worker) * Modified the log messages format (more details on errors, no source line) * Only try to connect to unix socket (not tcp) before spawning (fixes again #1575) * Only disconnect from terminal in fork mode (keep stderr/stdout open in nofork mode)