summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-09-07 08:25:45 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-09-07 08:25:45 +0000
commit535a2fb63317b26d9d38c73be0e96e73bb620c1a (patch)
tree00495ef3f908ebaa679df698613ce3084ca18b51
parent28debb2191458104f9f40d0945812a97ecd1ba53 (diff)
downloadnginx-release-0.8.14.tar.gz
nginx-0.8.14-RELEASErelease-0.8.14
-rw-r--r--docs/xml/nginx/changes.xml51
1 files changed, 50 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index b6e1ef9c5..576cf147d 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,55 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.8.14" date="07.09.2009">
+
+<change type="bugfix">
+<para lang="ru">
+устаревший закэшированный запрос мог залипнуть в состоянии "UPDATING".
+</para>
+<para lang="en">
+an expired cached response might stick in the "UPDATING" state.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании error_log на уровне info или debug
+в рабочем процессе мог произойти segmentation fault.<br/>
+Спасибо Сергею Боченкову.
+</para>
+<para lang="en">
+a segmentation fault might occur in worker process,
+if error_log was set to info or debug level.<br/>
+Thanks to Sergey Bochenkov.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ошибки при использовании встроенного перла;
+ошибка появилась в 0.8.11.
+</para>
+<para lang="en">
+in embedded perl module;
+the bug had appeared in 0.8.11.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+директива error_page не перенаправляла ошибку 413;
+ошибка появилась в 0.6.10.
+</para>
+<para lang="en">
+an "error_page" directive did not redirect a 413 error;
+the bug had appeared in 0.6.10.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.8.13" date="31.08.2009">
<change type="bugfix">
@@ -17,7 +66,7 @@
ошибка появилась в 0.8.12.
</para>
<para lang="en">
-in the "aio sendfile" directive.
+in the "aio sendfile" directive;
the bug had appeared in 0.8.12.
</para>
</change>