]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.7.55-RELEASE release-0.7.55
authorIgor Sysoev <igor@sysoev.ru>
Wed, 6 May 2009 09:28:57 +0000 (09:28 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 6 May 2009 09:28:57 +0000 (09:28 +0000)
docs/xml/nginx/changes.xml

index bc9a59e32a6c62d98389597fdcb12c73b2162345..c5e002cca31b0be602d26aa313bb50e65027b541 100644 (file)
@@ -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.