# HG changeset patch # User Igor Sysoev # Date 1244465749 0 # Node ID f4acb784b53cd952559567971b97dde1e818a2b6 # Parent 37b7cd336fdff38aaa4cf4970734d58e99dfddde nginx-0.8.1-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,69 @@ nginx changelog + + + + +параметр updating в директивах proxy_cache_use_stale и fastcgi_cache_use_stale. + + +the "updating" parameter in "proxy_cache_use_stale" and +"fastcgi_cache_use_stale" directives. + + + + + +строки "If-Modified-Since", "If-Range" и им подобные в заголовке запроса +клиента передавались бэкенду при кэшировании, если не использовалась +директива proxy_set_header с любыми параметрами. + + +the "If-Modified-Since", "If-Range", etc. client request header lines +were passed to backend while caching if no "proxy_set_header" directive +was used with any parameters. + + + + + +строки "Set-Cookie" и "P3P" в заголовке ответа бэкенда не скрывались +при кэшировании, если не использовались директивы +proxy_hide_header/fastcgi_hide_header с любыми параметрами. + + +the "Set-Cookie" and "P3P" response header lines were not hidden while caching +if no "proxy_hide_header/fastcgi_hide_header" directives were used with +any parameters. + + + + + +модуль ngx_http_image_filter_module не понимал формат GIF87a.
+Спасибо Денис Ильиных. +
+ +the ngx_http_image_filter_module did not support GIF87a format.
+Thanks to Denis Ilyinyh. +
+
+ + + +nginx не собирался на Solaris 10 и более ранних; +ошибка появилась в 0.7.56. + + +nginx could not be built modules on Solaris 10 and early; +the bug had appeared in 0.7.56. + + + +
+ + @@ -42,7 +105,7 @@ XLST filter did not work in subrequests. -обработке относительных путей в in nginx/Windows. +обработке относительных путей в nginx/Windows. in relative paths handling in nginx/Windows. @@ -118,7 +181,7 @@ SSL-модули могли не собираться на Solaris и Linux; the SSL modules might not built on Solaris and Linux;
-the bug had appeared in 0.7.58. +the bug had appeared in 0.7.56.
@@ -257,7 +320,7 @@ in ngx_http_image_filter_module. -параметры http_XXX в директиве proxy_cache_use_stale +параметры http_XXX в директивах proxy_cache_use_stale и fastcgi_cache_use_stale не работали.