# HG changeset patch # User Igor Sysoev # Date 1243245608 0 # Node ID 0c22cb4862c8beb4ee1b9e4627125162a29a5304 # Parent d0cba58e5bfa71a9b4ed9fcd86238fb115b44e4f nginx-0.7.59-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,81 @@ nginx changelog + + + + +директивы proxy_cache_methods и fastcgi_cache_methods. + + +the "proxy_cache_methods" and "fastcgi_cache_methods" directives. + + + + + +утечки сокетов; +ошибка появилась в 0.7.25.
+Спасибо Максиму Дунину. +
+ +socket leak; +the bug had appeared in 0.7.25.
+Thanks to Maxim Dounin. +
+
+ + + +при использовании переменной $request_body +в рабочем процессе происходил segmentation fault, +если в запросе не было тела; +ошибка появилась в 0.7.58. + + +a segmentation fault occurred in worker process, +if a request had no body and the $request_body +variable was used;
+the bug had appeared in 0.7.58. +
+
+ + + +SSL-модули могли не собираться на Solaris и Linux; +ошибка появилась в 0.7.56. + + +the SSL modules might not built on Solaris and Linux;
+the bug had appeared in 0.7.58. +
+
+ + + +ответы модуля ngx_http_xslt_filter_module не обрабатывались +SSI-, charset- и gzip-фильтрами. + + +ngx_http_xslt_filter_module responses were not handled by SSI, charset, +and gzip filters. + + + + + +директива charset не ставила кодировку для ответов модуля +ngx_http_gzip_static_module. + + +a "charset" directive did not set a charset to ngx_http_gzip_static_module +responses. + + + +
+ + @@ -83,7 +158,7 @@ Thanks to Denis F. Latypoff. ошибка появилась в 0.7.56. -a segmentation fault occurred in worker process, +a floating-point fault occurred in worker process, if the ngx_http_image_filter_module errors were redirected to named location; the bug had appeared in 0.7.56. @@ -4418,7 +4493,7 @@ directives. -утечка сокетов; +утечки сокетов; ошибка появилась в 0.6.7.