diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-06-22 09:37:07 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-06-22 09:37:07 +0000 |
commit | 669de094a803a72371f3c055bb2f787d04c4d471 (patch) | |
tree | f76a97238d7c373639266139e767d8894736c4ee | |
parent | d0f46cb6bbefc38c99ee861255e45a88873a6966 (diff) | |
download | nginx-release-0.7.61.tar.gz nginx-release-0.7.61.zip |
nginx-0.7.61-RELEASErelease-0.7.61
-rw-r--r-- | docs/xml/nginx/changes.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index cba3d88f2..346208290 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,47 @@ <title lang="en">nginx changelog</title> +<changes ver="0.7.61" date="22.06.2009"> + +<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.7.60. +</para> +<para lang="en"> +nginx could not be built --without-http-cache; +the bug had appeared in 0.7.60. +</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.7.60" date="15.06.2009"> <change type="feature"> @@ -126,6 +167,7 @@ in proxy_store, fastcgi_store, proxy_cache, and fastcgi_cache in nginx/Windows. </changes> +<!-- 0.8.x branch --> <changes ver="0.7.59" date="25.05.2009"> <change type="feature"> |