From fcf90db4828113880c85298cff754df41899f3f5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 3 Aug 2010 15:10:56 +0000 Subject: nginx-0.8.48-RELEASE --- docs/xml/nginx/changes.xml | 103 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 100 insertions(+), 3 deletions(-) (limited to 'docs/xml/nginx/changes.xml') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 53f26b7c2..da6fac797 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,103 @@ nginx changelog + + + + +теперь по умолчанию директива server_name имеет значение пустое имя "".
+Спасибо Геннадию Махомеду. +
+ +now the "server_name" directive default value is an empty name "".
+Thanks to Gena Makhomed. +
+
+ + + +теперь по умолчанию директива server_name_in_redirect имеет значение off. + + +now the "server_name_in_redirect" directive default value is "off". + + + + + +переменные $geoip_dma_code, $geoip_area_code и $geoip_region_name.
+Спасибо Christine McGonagle. +
+ +the $geoip_dma_code, $geoip_area_code, and $geoip_region_name variables.
+Thanks to Christine McGonagle. +
+
+ + + +директивы proxy_pass, fastcgi_pass, uwsgi_pass и scgi_pass не наследовались +в блоки limit_except. + + +the "proxy_pass", "fastcgi_pass", "uwsgi_pass", and "scgi_pass" directives +were not inherited inside "limit_except" blocks. + + + + + +директивы proxy_cache_min_uses, fastcgi_cache_min_uses +uwsgi_cache_min_uses и scgi_cache_min_uses не работали; +ошибка появилась в 0.8.46. + + +the "proxy_cache_min_uses", "fastcgi_cache_min_uses" +"uwsgi_cache_min_uses", and "scgi_cache_min_uses" directives did not work; +the bug had appeared in 0.8.46. + + + + + +директива fastcgi_split_path_info неверно использовала выделения, +если в выделения попадала только часть URI.
+Спасибо Юрию Тарадаю и Frank Enderle. +
+ +the "fastcgi_split_path_info" directive used incorrectly captures, +if only parts of an URI were captured.
+Thanks to Yuriy Taraday and Frank Enderle. +
+
+ + + +директива rewrite не экранировала символ ";" при копировании из URI +в аргументы.
+Спасибо Daisuke Murase. +
+ +the "rewrite" directive did not escape a ";" character during copying +from URI to query string.
+Thanks to Daisuke Murase. +
+
+ + + +модуль ngx_http_image_filter_module закрывал соединение, +если изображение было больше размера image_filter_buffer. + + +the ngx_http_image_filter_module closed a connection, +if an image was larger than "image_filter_buffer" size. + + + +
+ + @@ -25,13 +122,13 @@ $request_time variable had invalid values for subrequests. ошибки, перехваченные error_page, не кэшировались. -errors intercepted by error_page could be cached. +errors intercepted by error_page could not be cached. -если использовался параметр max_size, то cache manager мог зациклиться. +если использовался параметр max_size, то cache manager мог зациклиться; ошибка появилась в 0.8.46. @@ -6129,7 +6226,7 @@ Thanks to Joaquin Cuenca Abela. nginx неверно определял длину строки кэша на Pentium 4.
-Спасибо Gena Makhomed. +Спасибо Геннадию Махомеду.
nginx incorrectly detected cache line size on Pentium 4.
-- cgit