summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-12-14 23:14:11 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-12-14 23:14:11 +0000
commit927f193869ae5954160e7d9a1b53805e82e8f951 (patch)
tree3b39afd804787042d4bd29c56b08d05e08fcc5dd
parentf367b11a626a561f50b7ca1c1c15cd5763b10cbb (diff)
downloadnginx-927f193869ae5954160e7d9a1b53805e82e8f951.tar.gz
nginx-0.5.4-RELEASErelease-0.5.4
-rw-r--r--docs/xml/nginx/changes.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index f2f93fb8b..272c59d95 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,54 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.5.4" date="15.12.2006">
+
+<change type="feature">
+<para lang="ru">
+директиву perl можно использовать внутри блока limit_except.
+</para>
+<para lang="en">
+the "perl" directive may be used inside the "limit_except" block.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+модуль ngx_http_dav_module требовал строку "Date" в заголовке запроса
+для метода DELETE.
+</para>
+<para lang="en">
+the ngx_http_dav_module required the "Date" request header line
+for the DELETE method.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании одного параметра в директиве dav_access nginx мог
+сообщить об ошибке в конфигурации.
+</para>
+<para lang="en">
+if one only parameter was used in the "dav_access" directive, then
+nginx might report about configuration error.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании переменной $host мог произойти
+мог произойти segmentation fault;
+ошибка появилась в 0.4.14.
+</para>
+<para lang="en">
+a segmentation fault might occur if the $host variable was used;
+bug appeared in 0.4.14.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.5.3" date="13.12.2006">
<change type="feature">