nginx-0.7.51-RELEASE

This commit is contained in:
Igor Sysoev 2009-04-12 09:35:25 +00:00
parent 395f895900
commit ac96cd0ca9

View File

@ -9,18 +9,63 @@
<title lang="en">nginx changelog</title> <title lang="en">nginx changelog</title>
<changes ver="0.7.50" date="06.04.2009"> <changes ver="0.7.51" date="12.04.2009">
<change type="change"> <change type="feature">
<para lang="ru"> <para lang="ru">
ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÐÅÒÅÍÅÎÎÙÈ $arg_... ÄÉÒÅËÔÉ×Á try_files ÐÏÄÄÅÒÖÉ×ÁÅÔ ËÏÄ ÏÔ×ÅÔÁ × ÐÏÓÌÅÄÎÅÍ ÐÁÒÁÍÅÔÒÅ.
× ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÍÏÇ ÐÒÏÉÚÏÊÔÉ segmentation fault;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.48.
</para> </para>
<para lang="en"> <para lang="en">
a segmentation fault might occur in worker process, the "try_files" directive supports a response code in the fallback parameter.
if the $arg_... variables were used; </para>
the bug had appeared in 0.7.48. </change>
<change type="feature">
<para lang="ru">
ÔÅÐÅÒØ × ÄÉÒÅËÔÉ×Å return ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÌÀÂÏÊ ËÏÄ ÏÔ×ÅÔÁ.
</para>
<para lang="en">
now any response code can be used in the "return" directive.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÄÉÒÅËÔÉ×Á error_page ÄÅÌÁÌÁ ×ÎÅÛÎÉÊ ÒÅÄÉÒÅËÔ ÂÅÚ ÓÔÒÏËÉ ÚÁÐÒÏÓÁ;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.44.
</para>
<para lang="en">
the "error_page" directive made an external redirect without query string;
the bug had appeared in 0.7.44.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÅÓÌÉ ÓÅÒ×ÅÒÁ ÓÌÕÛÁÌÉ ÎÁ ÎÅÓËÏÌØËÉÈ Ñ×ÎÏ ÏÐÉÓÁÎÎÙÈ ÁÄÒÅÓÁÈ,
ÔÏ ×ÉÒÔÕÁÌØÎÙÅ ÓÅÒ×ÅÒÁ ÍÏÇÌÉ ÎÅ ÒÁÂÏÔÁÔØ;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.39.
</para>
<para lang="en">
if servers listened on several defined explicitly addresses,
then virtual servers might not work;
the bug had appeared in 0.7.39.
</para>
</change>
</changes>
<changes ver="0.7.50" date="06.04.2009">
<change type="bugfix">
<para lang="ru">
ÐÅÒÅÍÅÎÎÙÅ $arg_... ÎÅ ÒÁÂÏÔÁÌÉ;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.49.
</para>
<para lang="en">
the $arg_... variables did not work;
the bug had appeared in 0.7.49.
</para> </para>
</change> </change>
@ -29,7 +74,7 @@ the bug had appeared in 0.7.48.
<changes ver="0.7.49" date="06.04.2009"> <changes ver="0.7.49" date="06.04.2009">
<change type="change"> <change type="bugfix">
<para lang="ru"> <para lang="ru">
ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÐÅÒÅÍÅÎÎÙÈ $arg_... ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÐÅÒÅÍÅÎÎÙÈ $arg_...
× ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÍÏÇ ÐÒÏÉÚÏÊÔÉ segmentation fault; × ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÍÏÇ ÐÒÏÉÚÏÊÔÉ segmentation fault;
@ -693,7 +738,7 @@ original request extension.
<para lang="en"> <para lang="en">
"*domain.tld" names were handled incorrectly in "*domain.tld" names were handled incorrectly in
"server_name", "valid_referers", and "map" directives, "server_name", "valid_referers", and "map" directives,
if an ".domain.tld" and ".subdomain.domain.tld" wildcards were used; if ".domain.tld" and ".subdomain.domain.tld" wildcards were used;
<nobr>the bug had</nobr> appeared in 0.7.9. <nobr>the bug had</nobr> appeared in 0.7.9.
</para> </para>
</change> </change>