diff docs/xml/nginx/changes.xml @ 669:562806624c4a release-0.3.56

nginx-0.3.56-RELEASE import *) 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.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 04 Aug 2006 16:04:04 +0000
parents 63a820b0bc6c
children cec32b3753ac
line wrap: on
line diff
--- 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 nex
 
 <change type="bugfix">
 <para lang="ru">
-при некоторых условиях во время переконфигурации коды символов в
+при некоторых условиях во время переконфигурации коды символов
 внутри директивы charset_map могли считаться неверными;
 ошибка появилась в 0.3.50.
 </para>