mirror of
https://github.com/nginx/nginx.git
synced 2025-01-19 01:42:58 +08:00
nginx-0.7.34-RELEASE
This commit is contained in:
parent
9786016076
commit
320b31c321
@ -9,6 +9,69 @@
|
||||
<title lang="en">nginx changelog</title>
|
||||
|
||||
|
||||
<changes ver="0.7.34" date="10.02.2009">
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
ÐÁÒÁÍÅÔÒ off × ÄÉÒÅËÔÉ×Å if_modified_since.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the "off" parameter of the "if_modified_since" directive.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
ÔÅÐÅÒØ ÐÏÓÌÅ ËÏÍÁÎÄÙ XCLIENT nginx ÐÏÓÙÌÁÅÔ ËÏÍÁÎÄÕ HELO/EHLO.<br/>
|
||||
óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
now nginx sends an HELO/EHLO command after a XCLIENT command.<br/>
|
||||
Thanks to Maxim Dounin.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
ÐÏÄÄÅÒÖËÁ Microsoft-ÓÐÅÃÉÆÉÞÎÏÇÏ ÒÅÖÉÍÁ
|
||||
<nobr>"AUTH LOGIN with User Name"</nobr>
|
||||
× ÐÏÞÔÏ×ÏÍ ÐÒÏËÓÉ-ÓÅÒ×ÅÒÅ.<br/>
|
||||
óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
Microsoft specific "AUTH LOGIN with User Name" mode support
|
||||
in mail proxy server.<br/>
|
||||
Thanks to Maxim Dounin.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
× ÄÉÒÅËÔÉ×Å rewrite, ×ÏÚ×ÒÁÝÁÀÝÅÊ ÒÅÄÉÒÅËÔ, ÓÔÁÒÙÅ ÁÒÇÕÍÅÎÔÙ ÐÒÉÓÏÅÄÉÎÑÌÉÓØ
|
||||
Ë ÎÏ×ÙÍ ÞÅÒÅÚ ÓÉÍ×ÏÌ "?" ×ÍÅÓÔÏ "&";<br/>
|
||||
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.1.18.<br/>
|
||||
óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
in a redirect rewrite directive original arguments were concatenated with
|
||||
new arguments by an "?" rather than an "&";<br/>
|
||||
the bug had appeared in 0.1.18.<br/>
|
||||
Thanks to Maxim Dounin.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
nginx ÎÅ ÓÏÂÉÒÁÌÓÑ ÎÁ AIX.
|
||||
</para>
|
||||
<para lang="en">
|
||||
nginx could not be built on AIX.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="0.7.33" date="02.02.2009">
|
||||
|
||||
<change type="bugfix">
|
||||
@ -211,11 +274,11 @@ the bugs had appeared in 0.7.25.
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÏÔ×ÅÔ "100 Continue" ×ÙÄÁ×ÁÌÓÑ ÄÌÑ ÚÁÐÒÏÓÏ× ×ÅÒÓÉÉ HTTP/1.0;
|
||||
ÏÔ×ÅÔ "100 Continue" ×ÙÄÁ×ÁÌÓÑ ÄÌÑ ÚÁÐÒÏÓÏ× ×ÅÒÓÉÉ HTTP/1.0;<br/>
|
||||
óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
a "100 Continue" response was issued for HTTP/1.0 requests;
|
||||
a "100 Continue" response was issued for HTTP/1.0 requests;<br/>
|
||||
Thanks to Maxim Dounin.
|
||||
</para>
|
||||
</change>
|
||||
@ -11102,8 +11165,8 @@ the proxy_set_x_var and fastcgi_set_var directives were not inherited.
|
||||
Ë URI ÞÅÒÅÚ ÓÉÍ×ÏÌ "&" ×ÍÅÓÔÏ "?".
|
||||
</para>
|
||||
<para lang="en">
|
||||
in the redirect rewrite directive the arguments were concatenated with URI
|
||||
by the "&" rather than the "?".
|
||||
in a redirect rewrite directive arguments were concatenated with URI
|
||||
by an "&" rather than an "?".
|
||||
</para>
|
||||
</change>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user