diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-07-05 15:23:55 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-07-05 15:23:55 +0000 |
commit | 84d108e5b454dff23aa6a6ee850d7e7a4dfe2ec5 (patch) | |
tree | 6b14b94f1aaca371191319ffdc80b66ef62f9bf0 | |
parent | 0bd7a7d8941087929b270f7862f1bbacc69282c1 (diff) | |
download | nginx-release-0.8.44.tar.gz nginx-release-0.8.44.zip |
nginx-0.8.44-RELEASErelease-0.8.44
-rw-r--r-- | docs/xml/nginx/changes.xml | 70 |
1 files changed, 68 insertions, 2 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 6a1baca69..69b16dddb 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,72 @@ <title lang="en">nginx changelog</title> +<changes ver="0.8.44" date="05.07.2010"> + +<change type="change"> +<para lang="ru"> +теперь nginx по умолчанию не кэширует ответы бэкендов, +в заголовке которых есть строка "Set-Cookie". +</para> +<para lang="en"> +now nginx does not cache by default backend responses, +if they have a "Set-Cookie" header line. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +директива listen поддерживает параметр setfib.<br/> +Спасибо Андрею Филонову. +</para> +<para lang="en"> +the "listen" directive supports the "setfib" parameter. +<br/> +Thanks to Andrew Filonov. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +директива sub_filter могла изменять регистр букв при частичном совпадении. +</para> +<para lang="en"> +the "sub_filter" directive might change character case on partial match. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +совместимость с HP/UX. +</para> +<para lang="en"> +compatibility with HP/UX. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +совместимость с компилятором AIX xcl_r. +</para> +<para lang="en"> +compatibility with AIX xcl_r compiler. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +nginx считал большие пакеты SSLv2 как обычные текстовые запросы.<br/> +Спасибо Miroslaw Jaworski. +</para> +<para lang="en"> +nginx treated a large SSLv2 packets as plain requests.<br/> +Thanks to Miroslaw Jaworski. +</para> +</change> + +</changes> + + <changes ver="0.8.43" date="30.06.2010"> <change type="feature"> @@ -22,12 +88,12 @@ large geo ranges base loading speed-up. <change type="bugfix"> <para lang="ru"> -перенаправление ошибки в "location /zero { return 204; }" без изменения +перенаправление ошибки в "location /zero {return 204;}" без изменения кода ответа оставляло тело ошибки; ошибка появилась в 0.8.42. </para> <para lang="en"> -an error_page redirection to "location /zero { return 204; }" without +an error_page redirection to "location /zero {return 204;}" without changing status code kept the error body; the bug had appeared in 0.8.42. </para> |