From a9d5cb5f7cad3af80ab44d2be750de7941bea432 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 28 Jul 2010 16:16:48 +0000 Subject: [PATCH] nginx-0.8.47-RELEASE --- docs/xml/nginx/changes.xml | 43 ++++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 614fb7f92..53f26b7c2 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,27 +9,62 @@ nginx changelog + + + + +переменная $request_time имела неверные значения для подзапросов. + + +$request_time variable had invalid values for subrequests. + + + + + +ошибки, перехваченные error_page, не кэшировались. + + +errors intercepted by error_page could be cached. + + + + + +если использовался параметр max_size, то cache manager мог зациклиться. +ошибка появилась в 0.8.46. + + +a cache manager process my got caught in an endless loop, +if max_size parameter was used; +the bug had appeared in 0.8.46. + + + + + + директивы proxy_no_cache, fastcgi_no_cache, uwsgi_no_cache -и sсgi_no_cache теперь влияют только на сохранение закэшированного ответа. +и scgi_no_cache теперь влияют только на сохранение закэшированного ответа. now the "proxy_no_cache", "fastcgi_no_cache", "uwsgi_no_cache", and -"sсgi_no_cache" directives affect on a cached response saving only. +"scgi_no_cache" directives affect on a cached response saving only. директивы proxy_cache_bypass, fastcgi_cache_bypass, uwsgi_cache_bypass -и sсgi_cache_bypass. +и scgi_cache_bypass. the "proxy_cache_bypass", "fastcgi_cache_bypass", "uwsgi_cache_bypass", -and "sсgi_cache_bypass" directives. +and "scgi_cache_bypass" directives.