From 58f2635db155422a292e30adc3db22571706cb79 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 10 Oct 2006 16:10:29 +0000 Subject: nginx-0.4.7-RELEASE --- docs/xml/nginx/changes.xml | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) (limited to 'docs/xml/nginx/changes.xml') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 16e8d36d1..f300d1374 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -22,16 +22,47 @@ the ngx_http_flv_module. -модуль ngx_http_charset_module поддерживает переменные. +переменная $request_body_file. -the ngx_http_charset_module supports the variables. +the $request_body_file variable. + + + + + +директивы charset и source_charset поддерживают переменные. + + +the "charset" and "source_charset" directives support the variables. + + + + + +если до команды SSI include с параметром wait выполнялась ещё +одна команда SSI include, то параметр wait мог не работать. + + +if before an "include" SSI command with an "wait" parameter were +yet another "include" SSI command, then the "wait" parameter might not work. + + + + + +при использовании директивы "proxy_buffering off" или при работе +с memcached соединения могли не закрываться по таймауту. + + +if the "proxy_buffering off" directive was used or while working with +memcached the connections might not be closed on timeout. -nginx не запускался на 64-битных платформах, отличной от amd64, sparc64 и ppc64. +nginx не запускался на 64-битных платформах, отличных от amd64, sparc64 и ppc64. nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64. @@ -45,7 +76,7 @@ nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64. -nginx не запускался на 64-битных платформах, отличной от amd64, sparc64 и ppc64. +nginx не запускался на 64-битных платформах, отличных от amd64, sparc64 и ppc64. nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64. -- cgit