summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-05-26 09:32:30 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-05-26 09:32:30 +0000
commit903c55b29442ef22caa0d34f9bb2b51f64767b09 (patch)
treea2023212315347d0faaa5c76e27de2aefa0e66f4
parentd6548faf64a1ff1f06f642558967bf2b337d178d (diff)
downloadnginx-release-0.7.1.tar.gz
nginx-0.7.1-RELEASErelease-0.7.1
-rw-r--r--docs/xml/nginx/changes.xml68
1 files changed, 68 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index d6fc79273..23d58b72b 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,74 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.7.1" date="26.05.2008">
+
+<change type="change">
+<para lang="ru">
+теперь поиск location'а делается с помощью дерева.
+</para>
+<para lang="en">
+now locations are searched in a tree.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+директива optimize_server_names упразднена в связи с появлением
+директивы server_name_in_redirect.
+</para>
+<para lang="en">
+the "optimize_server_names" directive was canceled
+due to the "server_name_in_redirect" directive introduction.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+некоторые давно устаревшие директивы больше не поддерживаются.
+</para>
+<para lang="en">
+some long deprecated directives are not supported anymore.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+параметр "none" в директиве ssl_session_cache;
+теперь этот параметр используется по умолчанию.<br/>
+Спасибо Rob Mueller.
+</para>
+<para lang="en">
+the "none" parameter in the "ssl_session_cache" directive;
+now this is default parameter.<br/>
+Thanks to Rob Mueller.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+рабочие процессы могли не реагировать на сигналы переконфигурации
+и ротации логов.
+</para>
+<para lang="en">
+worker processes might not catch reconfiguration and log rotation signals.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался на последних Fedora 9 Linux.<br/>
+Спасибо Roxis.
+</para>
+<para lang="en">
+nginx could not be built on latest Fedora 9 Linux.<br/>
+Thanks to Roxis.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.7.0" date="19.05.2008">
<change type="change">