nginx-0.7.68-RELEASE

This commit is contained in:
Igor Sysoev 2010-12-14 19:48:03 +00:00
parent 1613129672
commit 5e089f4eca
1 changed files with 77 additions and 3 deletions

View File

@ -9,6 +9,80 @@
<title lang="en">nginx changelog</title>
<changes ver="0.7.68" date="14.12.2010">
<change type="bugfix">
<para lang="ru">
ÅÓÌÉ ÄÌÑ ÐÁÒÙ IPv6-ÁÄÒÅÓ:ÐÏÒÔ ÏÐÉÓÁÎ ÔÏÌØËÏ ÏÄÉÎ ÓÅÒ×ÅÒ, ÔÏ ×ÙÄÅÌÅÎÉÑ
× ÒÅÇÕÌÑÒÎÙÈ ×ÙÒÁÖÅÎÉÑÈ × ÄÉÒÅËÔÉ×Å server_name ÎÅ ÒÁÂÏÔÁÌÉ.
</para>
<para lang="en">
if there was a single server for given IPv6 address:port pair,
then captures in regular expressions in a "server_name" directive did not work.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÄÉÒÅËÔÉ×Ù auth_basic
× ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÍÏÇ ÐÒÏÉÚÏÊÔÉ segmentation fault.<br/>
óÐÁÓÉÂÏ íÉÈÁÉÌÕ ìÁÌÅÔÉÎÕ.
</para>
<para lang="en">
a segmentation fault might occur in a worker process,
if the "auth_basic" directive was used.<br/>
Thanks to Michail Laletin.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÏÔ×ÅÔ SSI ÍÏÄÕÌÑ ÍÏÇ ÐÅÒÅÄÁ×ÁÔØÓÑ ÎÅ ÐÏÌÎÏÓÔØÀ ÐÏÓÌÅ ËÏÍÁÎÄÙ include
Ó ÐÁÒÁÍÅÔÒÏÍ wait="yes";
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.25. <br/>
óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ.
</para>
<para lang="en">
SSI response might be truncated after include with wait="yes";
the bug had appeared in 0.7.25.<br/>
Thanks to Maxim Dounin.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÄÉÒÅËÔÉ×Á sub_filter ÍÏÇÌÁ ÉÚÍÅÎÑÔØ ÒÅÇÉÓÔÒ ÂÕË× ÐÒÉ ÞÁÓÔÉÞÎÏÍ ÓÏ×ÐÁÄÅÎÉÉ.
</para>
<para lang="en">
the "sub_filter" directive might change character case on partial match.
</para>
</change>
<change type="bugfix">
<para lang="ru">
nginx ÓÞÉÔÁÌ ÂÏÌØÛÉÅ ÐÁËÅÔÙ SSLv2 ËÁË ÏÂÙÞÎÙÅ ÔÅËÓÔÏ×ÙÅ ÚÁÐÒÏÓÙ.<br/>
óÐÁÓÉÂÏ Miroslaw Jaworski.
</para>
<para lang="en">
nginx treated large SSLv2 packets as plain requests.<br/>
Thanks to Miroslaw Jaworski.
</para>
</change>
<change type="bugfix">
<para lang="ru">
nginx ÍÏÇ ÚÁËÒÙ×ÁÔØ IPv6 listen ÓÏËÅÔ ×Ï ×ÒÅÍÑ ÐÅÒÅËÏÎÆÉÇÕÒÁÃÉÉ.<br/>
óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ.
</para>
<para lang="en">
nginx might close IPv6 listen socket during reconfiguration.<br/>
Thanks to Maxim Dounin.
</para>
</change>
</changes>
<changes ver="0.7.67" date="15.06.2010">
<change type="security">
@ -2365,7 +2439,7 @@ the "try_files" directive might test incorrectly directories.
× ÒÅÇÕÌÑÒÎÙÈ ×ÙÒÁÖÅÎÉÑÈ × ÄÉÒÅËÔÉ×Å server_name ÎÅ ÒÁÂÏÔÁÌÉ.
</para>
<para lang="en">
if there is the single server for given address:port pair,
if there was a single server for given address:port pair,
then captures in regular expressions in a "server_name" directive did not work.
</para>
</change>
@ -3500,7 +3574,7 @@ the "http_503" parameter of the "proxy_next_upstream" or
nginx ÍÏÇ ×ÙÄÁ×ÁÔØ ÓÔÒÏËÕ "Transfer-Encoding: chunked" ÄÌÑ ÚÁÐÒÏÓÏ× HEAD.
</para>
<para lang="en">
nginx might send a "Transfer-Encoding: chunked" heaer line for HEAD requests.
nginx might send a "Transfer-Encoding: chunked" header line for HEAD requests.
</para>
</change>
@ -4865,7 +4939,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/>