summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-02-21 09:43:57 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-02-21 09:43:57 +0000
commit97f1855446b13d3e107fdcdfd947e7209902016f (patch)
treeb35063df38434f119c5a01a8fab9abf0660cd588
parent3e1a13d1d877cce97eda7b600d0d32ad2855383e (diff)
downloadnginx-97f1855446b13d3e107fdcdfd947e7209902016f.tar.gz
nginx-0.9.5-RELEASErelease-0.9.5
-rw-r--r--docs/xml/nginx/changes.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 4f2ed5ddd..13cc0d8eb 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,60 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.9.5" date="21.02.2011">
+
+<change type="change">
+<para lang="ru">
+теперь по умолчанию nginx использует значение -1 для listen backlog
+на Linux.<br/>
+Спасибо Андрею Нигматулину.
+</para>
+<para lang="en">
+now nginx uses a default listen backlog value -1 on Linux.<br/>
+Thanks to Andrei Nigmatulin.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+параметр utf8 в директивах geoip_country и geoip_city.<br/>
+Спасибо Денису Латыпову.
+</para>
+<para lang="en">
+the "utf8" parameter of "geoip_country" and "geoip_city" directives.<br/>
+Thanks to Denis F. Latypoff.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+исправление в умолчательной директиве proxy_redirect, если в директиве
+proxy_pass не был описан URI.<br/>
+Спасибо Максиму Дунину.
+</para>
+<para lang="en">
+in a default "proxy_redirect" directive if "proxy_pass" directive has no
+URI part.<br/>
+Thanks to Maxim Dounin.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+директива error_page не работала с нестандартными кодами ошибок;
+ошибка появилась в 0.8.53.<br/>
+Спасибо Максиму Дунину.
+</para>
+<para lang="en">
+an "error_page" directive did not work with nonstandard error codes;
+the bug had appeared in 0.8.53.<br/>
+Thanks to Maxim Dounin.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.9.4" date="21.01.2011">
<change type="feature">