changeset 3677:00ec8cd76fb8 release-0.8.44

nginx-0.8.44-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jul 2010 15:23:55 +0000
parents 4430d110293e
children 9c53b7172bf0
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 68 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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>