nginx-0.7.27-RELEASE

This commit is contained in:
Igor Sysoev 2008-12-15 11:30:08 +00:00
parent d8e3d0b5a5
commit b58cc37a33

View File

@ -9,6 +9,102 @@
<title lang="en">nginx changelog</title>
<changes ver="0.7.27" date="15.12.2008">
<change type="feature">
<para lang="ru">
ÄÉÒÅËÔÉ×Á try_files.
</para>
<para lang="en">
the "try_files" directive.
</para>
</change>
<change type="feature">
<para lang="ru">
ÄÉÒÅËÔÉ×Á fastcgi_pass ÐÏÄÄÅÒÖÉ×ÁÅÔ ÐÅÒÅÍÅÎÎÙÅ.
</para>
<para lang="en">
variables support in the "fastcgi_pass" directive.
</para>
</change>
<change type="feature">
<para lang="ru">
ÔÅÐÅÒØ ÄÉÒÅËÔÉ×Á geo ÍÏÖÅÔ ÂÒÁÔØ ÁÄÒÅÓ ÉÚ ÐÅÒÅÍÅÎÎÏÊ.<br/>
óÐÁÓÉÂÏ áÎÄÒÅÀ îÉÇÍÁÔÕÌÉÎÕ.
</para>
<para lang="en">
now the $geo variable may get an address from a variable.<br/>
Thanks to Andrei Nigmatulin.
</para>
</change>
<change type="feature">
<para lang="ru">
ÔÅÐÅÒØ ÍÏÄÉÆÉËÁÔÏÒ location'Á ÍÏÖÎÏ ÕËÁÚÙ×ÁÔØ ÂÅÚ ÐÒÏÂÅÌÁ ÐÅÒÅÄ ÎÁÚ×ÁÎÉÅÍ.
</para>
<para lang="en">
now a location's modifier may be used without space before name.
</para>
</change>
<change type="feature">
<para lang="ru">
ÐÅÒÅÍÅÎÎÁÑ $upstream_response_length.
</para>
<para lang="en">
the $upstream_response_length variable.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÔÅÐÅÒØ ÄÉÒÅËÔÉ×Á add_header ÎÅ ÄÏÂÁ×ÌÑÅÔ ÐÕÓÔÏÅ ÚÎÁÞÅÎÉÅ.
</para>
<para lang="en">
now a "add_header" directive does not add an empty value.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÐÒÉ ÚÁÐÒÏÓÅ ÆÁÊÌÁ ÎÕÌÅ×ÏÊ ÄÌÉÎÙ nginx ÚÁËÒÙ×ÁÌ ÓÏÅÄÉÎÅÎÉÅ, ÎÉÞÅÇÏ ÎÅ ÐÅÒÅÄÁ×;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.25.
</para>
<para lang="en">
if zero length static file was requested, then nginx just closed connection;
the bug had appeared in 0.7.25.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÍÅÔÏÄ MOVE ÎÅ ÍÏÇ ÐÅÒÅÍÅÝÁÔØ ÆÁÊÌ × ÎÅÓÕÝÅÓÔ×ÕÀÝÉÊ ËÁÔÁÌÏÇ.
</para>
<para lang="en">
a MOVE method could not move file in non-existent directory.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÅÓÌÉ × ÓÅÒ×ÅÒÅ ÎÅ ÂÙÌ ÏÐÉÓÁÎ ÎÉ ÏÄÉÎ ÉÍÅÎÏ×ÁÎÎÙÊ location,
ÎÏ ÔÁËÏÊ location ÉÓÐÏÌØÚÏ×ÁÌÓÑ × ÄÉÒÅËÔÉ×Å error_page,
ÔÏ × ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÐÒÏÉÓÈÏÄÉÌ segmentation fault.<br/>
óÐÁÓÉÂÏ óÅÒÇÅÀ âÏÞÅÎËÏ×Õ.
</para>
<para lang="en">
a segmentation fault occurred in worker process,
if no one named location was defined in server,
but some one was used in an error_page directive.<br/>
Thanks to Sergey Bochenkov.
</para>
</change>
</changes>
<changes ver="0.7.26" date="08.12.2008">
<change type="bugfix">