From ba343db63247d589036ee86c05c9576d676159a0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 31 Oct 2006 15:28:43 +0000 Subject: nginx-0.4.12-RELEASE --- docs/xml/nginx/changes.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index ee2a6b882..eb09f1cfa 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,40 @@ nginx changelog + + + + +модуль ngx_http_perl_module поддерживает метод $r->variable. + + +the ngx_http_perl_module supports the $r->variable method. + + + + + +при включении в ответ большого статического файла с помощью SSI +ответ мог передаваться не полностью. + + +if a big static file was included using SSI in a response, +then the response may be transferred incomplete. + + + + + +nginx не убирал "#fragment" в URI. + + +nginx did not omit the "#fragment" part in URI. + + + + + + -- cgit v1.2.3