summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-05-12 09:48:43 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-05-12 09:48:43 +0000
commit153e5a72f8521d996e493fd0dc2dd809f53677e9 (patch)
tree25d38a385bfc9a11d9844df5641abba31c278876
parentca1bed390d26b469505282fe8fac3827a07d6130 (diff)
downloadnginx-153e5a72f8521d996e493fd0dc2dd809f53677e9.tar.gz
nginx-0.6.31-RELEASErelease-0.6.31
-rw-r--r--docs/xml/nginx/changes.xml37
1 files changed, 33 insertions, 4 deletions
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 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.6.31" date="12.05.2008">
+
+<change type="bugfix">
+<para lang="ru">
+nginx не обрабатывал ответ FastCGI-сервера, если строка заголовка ответ была
+в конце записи FastCGI;
+ошибка появилась в 0.6.2.<br/>
+Спасибо Сергею Серову.
+</para>
+<para lang="en">
+nginx did not process FastCGI response
+if header was at the end of FastCGI record;
+bug appeared in 0.6.2.<br/>
+Thanks to Sergey Serov.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при удалении файла и использовании директивы open_file_cache_errors off
+в рабочем процессе мог произойти segmentation fault.
+</para>
+<para lang="en">
+a segmentation fault might occur in worker process if a file was deleted
+and the "open_file_cache_errors" directive was off.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.6.30" date="29.04.2008">
<change type="change">
@@ -34,13 +65,11 @@ for example, "1h50m".
<change type="bugfix">
<para lang="ru">
-утечек памяти, если директива ssl_verify_client имела значение on.
-<br/>
+утечек памяти, если директива ssl_verify_client имела значение on.<br/>
Спасибо Chavelle Vincent.
</para>
<para lang="en">
-memory leaks if the "ssl_verify_client" directive was on.
-<br/>
+memory leaks if the "ssl_verify_client" directive was on.<br/>
Thanks to Chavelle Vincent.
</para>
</change>