From b71c690895870290663dd4eef453d195209269ce Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 4 Aug 2006 16:04:04 +0000 Subject: 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. --- docs/xml/nginx/changes.xml | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) (limited to 'docs') 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 @@ nginx changelog + + + + +директива dav_access. + + +the "dav_access" directive. + + + + + +директива if поддерживает операторы "-d", "!-d", "-e", "!-e", "-x" и "!-x". + + +the "if" directive supports the "-d", "!-d", "-e", "!-e", "-x", and "!-x" +operators. + + + + + +при записи в access_log некоторых передаваемых клиенту строк заголовков +происходил segmentation fault, если запрос возвращал редирект. + + +a segmentation fault occurred if an request returned an redirect and +some sent to client header lines were logged in the access log. + + + + + + @@ -85,7 +120,7 @@ was used and nginx was switches to a next upstream. -при некоторых условиях во время переконфигурации коды символов в +при некоторых условиях во время переконфигурации коды символов внутри директивы charset_map могли считаться неверными; ошибка появилась в 0.3.50. -- cgit