mirror of
https://github.com/nginx/nginx.git
synced 2025-02-09 06:45:36 -06:00
nginx-0.7.55-RELEASE
This commit is contained in:
parent
44063a76f4
commit
b7366e1687
@ -9,6 +9,75 @@
|
||||
<title lang="en">nginx changelog</title>
|
||||
|
||||
|
||||
<changes ver="0.7.55" date="06.05.2009">
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÐÁÒÁÍÅÔÒÙ http_XXX × ÄÉÒÅËÔÉ×Å proxy_cache_use_stale
|
||||
É fastcgi_cache_use_stale ÎÅ ÒÁÂÏÔÁÌÉ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the http_XXX parameters in "proxy_cache_use_stale" and
|
||||
"fastcgi_cache_use_stale" directives did not work.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
fastcgi ËÜÛ ÎÅ ËÜÛÉÒÏ×ÁÌ ÏÔ×ÅÔÙ, ÓÏÓÔÏÑÝÉÅ ÔÏÌØËÏ ÉÚ ÚÁÇÏÌÏ×ËÁ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
fastcgi cache did not cache header only responses.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÏÛÉÂËÉ "select() failed (9: Bad file descriptor)" × nginx/Unix
|
||||
É "select() failed (10022: ...)" × nginx/Windows.
|
||||
</para>
|
||||
<para lang="en">
|
||||
of "select() failed (9: Bad file descriptor)" error in nginx/Unix
|
||||
and "select() failed (10022: ...)" error in nginx/Windows.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÄÉÒÅËÔÉ×Ù debug_connection
|
||||
× ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÍÏÇ ÐÒÏÉÚÏÊÔÉ segmentation fault;
|
||||
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.54.
|
||||
</para>
|
||||
<para lang="en">
|
||||
a segmentation fault might occur in worker process,
|
||||
if an "debug_connection" directive was used;
|
||||
the bug had appeared in 0.7.54.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
× ÓÂÏÒËÅ ÍÏÄÕÌÑ ngx_http_image_filter_module.
|
||||
</para>
|
||||
<para lang="en">
|
||||
fix ngx_http_image_filter_module building errors.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÆÁÊÌÙ ÂÏÌØÛÅ 2G ÎÅ ÐÅÒÅÄÁ×ÁÌÉÓØ Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ $r->sendfile.<br/>
|
||||
óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the files bigger than 2G could not be transferred using $r->sendfile.<br/>
|
||||
Thanks to Maxim Dounin.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="0.7.54" date="01.05.2009">
|
||||
|
||||
<change type="feature">
|
||||
@ -157,7 +226,7 @@ now switches may be set in condensed form.
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
nginx/Windows не работал, если файл конфигурации был задан ключём -c.
|
||||
nginx/Windows ÎÅ ÒÁÂÏÔÁÌ, ÅÓÌÉ ÆÁÊÌ ËÏÎÆÉÇÕÒÁÃÉÉ ÂÙÌ ÚÁÄÁÎ ËÌÀÞÏÍ -c.
|
||||
</para>
|
||||
<para lang="en">
|
||||
nginx/Windows did not work if configuration file was given by the -c switch.
|
||||
|
Loading…
Reference in New Issue
Block a user