From 153e5a72f8521d996e493fd0dc2dd809f53677e9 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 12 May 2008 09:48:43 +0000 Subject: nginx-0.6.31-RELEASE --- docs/xml/nginx/changes.xml | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) (limited to 'docs/xml/nginx') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index df9adb9d8..084b70004 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,37 @@ nginx changelog + + + + +nginx не обрабатывал ответ FastCGI-сервера, если строка заголовка ответ была +в конце записи FastCGI; +ошибка появилась в 0.6.2.
+Спасибо Сергею Серову. +
+ +nginx did not process FastCGI response +if header was at the end of FastCGI record; +bug appeared in 0.6.2.
+Thanks to Sergey Serov. +
+
+ + + +при удалении файла и использовании директивы open_file_cache_errors off +в рабочем процессе мог произойти segmentation fault. + + +a segmentation fault might occur in worker process if a file was deleted +and the "open_file_cache_errors" directive was off. + + + +
+ + @@ -34,13 +65,11 @@ for example, "1h50m". -утечек памяти, если директива ssl_verify_client имела значение on. -
+утечек памяти, если директива ssl_verify_client имела значение on.
Спасибо Chavelle Vincent.
-memory leaks if the "ssl_verify_client" directive was on. -
+memory leaks if the "ssl_verify_client" directive was on.
Thanks to Chavelle Vincent.
-- cgit