summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-06-19 10:56:35 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-06-19 10:56:35 +0000
commit767d8ea9532e31414a7472ec9fa68b7146154ba6 (patch)
treee6272a75bce34311b3e3208e9e04f56d1591b53e
parentad0d2fced478225bfafa002a98482cf55debc7d5 (diff)
downloadnginx-release-0.8.3.tar.gz
nginx-0.8.3-RELEASErelease-0.8.3
-rw-r--r--docs/xml/nginx/changes.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 3b628f616..ada2de4b5 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,56 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.8.2" date="19.06.2009">
+
+<change type="feature">
+<para lang="ru">
+переменная $upstream_cache_status.
+</para>
+<para lang="en">
+the $upstream_cache_status variable.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался на MacOSX 10.6.
+</para>
+<para lang="en">
+nginx could not be built on MacOSX 10.6.
+the bug had appeared in 0.8.2.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался с параметром --without-http-cache;
+ошибка появилась в 0.8.2.
+</para>
+<para lang="en">
+nginx could not be built --without-http-cache;
+the bug had appeared in 0.8.2.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+если было использовался перехват 401 ошибки от бэкенда и бэкенд
+не возвращал строку "WWW-Authenticate" в заголовке ответа,
+то в рабочем процессе происходил segmentation fault.<br/>
+Спасибо Евгению Мычло.
+</para>
+<para lang="en">
+a segmentation fault occurred in worker process,
+if a backend 401 error was intercepted and the backend did not set
+the "WWW-Authenticate" response header line.<br/>
+Thanks to Eugene Mychlo.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.8.2" date="15.06.2009">
<change type="bugfix">