From d7d192f982ed995be02b9354493b0c9c492eaba6 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 15 Nov 2006 20:02:11 +0000 Subject: nginx-0.4.13-RELEASE --- docs/xml/nginx/changes.xml | 93 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 90 insertions(+), 3 deletions(-) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index eb09f1cfa..9f15c76fc 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,93 @@ nginx changelog + + + + +директиву proxy_pass можно использовать внутри блока limit_expect. + + +the "proxy_pass" directive may be used inside the "limit_expect" block. + + + + + +директива limit_expect поддерживает все WebDAV методы. + + +the "limit_expect" directive supports all WebDAV methods. + + + + + +при использовании директивы add_before_body без директивы add_after_body +ответ передавался не полностью. + + +if the "add_before_body" directive was used without +the "add_after_body" directive, then an response did not transferred complete. + + + + + +большое тело запроса не принималось, если использовались метод epoll +и deferred accept(). + + +a large request body did not receive if the epoll method +and the deferred accept() were used. + + + + + +для ответов модуля ngx_http_autoindex_module не выставлялась кодировка; +ошибка появилась в 0.3.50. + + +a charset could not be set for ngx_http_autoindex_module responses; +bug appeared in 0.3.50. + + + + + +ошибки "[alert] zero size buf" при работе с FastCGI-сервером; + + +the "[alert] zero size buf" error when FastCGI server was used; + + + + + +параметр конфигурации --group= игнорировался.
+Спасибо Thomas Moschny. +
+ +the --group= configuration parameter was ignored.
+Thanks to Thomas Moschny. +
+
+ + + +50-й подзапрос в SSI ответе не работал; +ошибка появилась в 0.3.50. + + +the 50th subrequest in SSI response did not work; +bug appeared in 0.3.50. + + + +
+ + @@ -70,7 +157,7 @@ the ngx_http_perl_module supports the $r->allow_ranges method. ошибка появилась в 0.4.10. -if the APOP was enabledi in the POP3 proxy, then the USER/PASS commands +if the APOP was enabled in the POP3 proxy, then the USER/PASS commands might not work; bug appeared in 0.4.10. @@ -83,10 +170,10 @@ bug appeared in 0.4.10. -IMAP/POP3 прокси поддерживает APOP. +POP3 прокси поддерживает APOP. -the IMAP/POP3 proxy supports the APOP command. +the POP3 proxy supports the APOP command. -- cgit v1.2.3