summaryrefslogtreecommitdiffhomepage
path: root/docs/xml/nginx/changes.xml
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-08-04 16:04:04 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-08-04 16:04:04 +0000
commitb71c690895870290663dd4eef453d195209269ce (patch)
treef95ec569e2482a95ee2789e5e25991d0fbbb92e6 /docs/xml/nginx/changes.xml
parent9bda615eef680b3a2ea8ceccb51a872a4bcc340e (diff)
downloadnginx-release-0.3.56.tar.gz
nginx-release-0.3.56.tar.bz2
nginx-0.3.56-RELEASE importrelease-0.3.56
*) Feature: the "dav_access" directive. *) Feature: the "if" directive supports the "-d", "!-d", "-e", "!-e", "-x", and "!-x" operators. *) Bugfix: a segmentation fault occurred if a request returned a redirect and some sent to client header lines were logged in the access log.
Diffstat (limited to '')
-rw-r--r--docs/xml/nginx/changes.xml37
1 files changed, 36 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 3b7e6f373..20ec3b033 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,41 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.3.56" date="04.08.2006">
+
+<change type="feature">
+<para lang="ru">
+директива dav_access.
+</para>
+<para lang="en">
+the "dav_access" directive.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директива if поддерживает операторы "-d", "!-d", "-e", "!-e", "-x" и "!-x".
+</para>
+<para lang="en">
+the "if" directive supports the "-d", "!-d", "-e", "!-e", "-x", and "!-x"
+operators.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при записи в access_log некоторых передаваемых клиенту строк заголовков
+происходил segmentation fault, если запрос возвращал редирект.
+</para>
+<para lang="en">
+a segmentation fault occurred if an request returned an redirect and
+some sent to client header lines were logged in the access log.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.3.55" date="28.07.2006">
<change type="feature">
@@ -85,7 +120,7 @@ was used and nginx was switches to a next upstream.
<change type="bugfix">
<para lang="ru">
-при некоторых условиях во время переконфигурации коды символов в
+при некоторых условиях во время переконфигурации коды символов
внутри директивы charset_map могли считаться неверными;
ошибка появилась в 0.3.50.
</para>