nginx-0.8.48-RELEASE

This commit is contained in:
Igor Sysoev 2010-08-03 15:10:56 +00:00
parent 395f35e5fa
commit fcf90db482

View File

@ -9,6 +9,103 @@
<title lang="en">nginx changelog</title>
<changes ver="0.8.48" date="03.08.2010">
<change type="change">
<para lang="ru">
ÔÅÐÅÒØ ÐÏ ÕÍÏÌÞÁÎÉÀ ÄÉÒÅËÔÉ×Á server_name ÉÍÅÅÔ ÚÎÁÞÅÎÉÅ ÐÕÓÔÏÅ ÉÍÑ "".<br/>
óÐÁÓÉÂÏ çÅÎÎÁÄÉÀ íÁÈÏÍÅÄÕ.
</para>
<para lang="en">
now the "server_name" directive default value is an empty name "".<br/>
Thanks to Gena Makhomed.
</para>
</change>
<change type="change">
<para lang="ru">
ÔÅÐÅÒØ ÐÏ ÕÍÏÌÞÁÎÉÀ ÄÉÒÅËÔÉ×Á server_name_in_redirect ÉÍÅÅÔ ÚÎÁÞÅÎÉÅ off.
</para>
<para lang="en">
now the "server_name_in_redirect" directive default value is "off".
</para>
</change>
<change type="feature">
<para lang="ru">
ÐÅÒÅÍÅÎÎÙÅ $geoip_dma_code, $geoip_area_code É $geoip_region_name.<br/>
óÐÁÓÉÂÏ Christine McGonagle.
</para>
<para lang="en">
the $geoip_dma_code, $geoip_area_code, and $geoip_region_name variables.<br/>
Thanks to Christine McGonagle.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÄÉÒÅËÔÉ×Ù proxy_pass, fastcgi_pass, uwsgi_pass É scgi_pass ÎÅ ÎÁÓÌÅÄÏ×ÁÌÉÓØ
× ÂÌÏËÉ limit_except.
</para>
<para lang="en">
the "proxy_pass", "fastcgi_pass", "uwsgi_pass", and "scgi_pass" directives
were not inherited inside "limit_except" blocks.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÄÉÒÅËÔÉ×Ù proxy_cache_min_uses, fastcgi_cache_min_uses
uwsgi_cache_min_uses É scgi_cache_min_uses ÎÅ ÒÁÂÏÔÁÌÉ;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.8.46.
</para>
<para lang="en">
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.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÄÉÒÅËÔÉ×Á fastcgi_split_path_info ÎÅ×ÅÒÎÏ ÉÓÐÏÌØÚÏ×ÁÌÁ ×ÙÄÅÌÅÎÉÑ,
ÅÓÌÉ × ×ÙÄÅÌÅÎÉÑ ÐÏÐÁÄÁÌÁ ÔÏÌØËÏ ÞÁÓÔØ URI.<br/>
óÐÁÓÉÂÏ àÒÉÀ ôÁÒÁÄÁÀ É Frank Enderle.
</para>
<para lang="en">
the "fastcgi_split_path_info" directive used incorrectly captures,
if only parts of an URI were captured.<br/>
Thanks to Yuriy Taraday and Frank Enderle.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÄÉÒÅËÔÉ×Á rewrite ÎÅ ÜËÒÁÎÉÒÏ×ÁÌÁ ÓÉÍ×ÏÌ ";" ÐÒÉ ËÏÐÉÒÏ×ÁÎÉÉ ÉÚ URI
× ÁÒÇÕÍÅÎÔÙ. <br/>
óÐÁÓÉÂÏ Daisuke Murase.
</para>
<para lang="en">
the "rewrite" directive did not escape a ";" character during copying
from URI to query string.<br/>
Thanks to Daisuke Murase.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÍÏÄÕÌØ ngx_http_image_filter_module ÚÁËÒÙ×ÁÌ ÓÏÅÄÉÎÅÎÉÅ,
ÅÓÌÉ ÉÚÏÂÒÁÖÅÎÉÅ ÂÙÌÏ ÂÏÌØÛÅ ÒÁÚÍÅÒÁ image_filter_buffer.
</para>
<para lang="en">
the ngx_http_image_filter_module closed a connection,
if an image was larger than "image_filter_buffer" size.
</para>
</change>
</changes>
<changes ver="0.8.47" date="28.07.2010">
<change type="bugfix">
@ -25,13 +122,13 @@ $request_time variable had invalid values for subrequests.
ÏÛÉÂËÉ, ÐÅÒÅÈ×ÁÞÅÎÎÙÅ error_page, ÎÅ ËÜÛÉÒÏ×ÁÌÉÓØ.
</para>
<para lang="en">
errors intercepted by error_page could be cached.
errors intercepted by error_page could not be cached.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÅÓÌÉ ÉÓÐÏÌØÚÏ×ÁÌÓÑ ÐÁÒÁÍÅÔÒ max_size, ÔÏ cache manager ÍÏÇ ÚÁÃÉËÌÉÔØÓÑ.
ÅÓÌÉ ÉÓÐÏÌØÚÏ×ÁÌÓÑ ÐÁÒÁÍÅÔÒ max_size, ÔÏ cache manager ÍÏÇ ÚÁÃÉËÌÉÔØÓÑ;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.8.46.
</para>
<para lang="en">
@ -6129,7 +6226,7 @@ Thanks to Joaquin Cuenca Abela.
<change type="bugfix">
<para lang="ru">
nginx ÎÅ×ÅÒÎÏ ÏÐÒÅÄÅÌÑÌ ÄÌÉÎÕ ÓÔÒÏËÉ ËÜÛÁ ÎÁ <nobr>Pentium 4.</nobr><br/>
óÐÁÓÉÂÏ Gena Makhomed.
óÐÁÓÉÂÏ çÅÎÎÁÄÉÀ íÁÈÏÍÅÄÕ.
</para>
<para lang="en">
nginx incorrectly detected cache line size on Pentium 4.<br/>