nginx-0.6.31-RELEASE

This commit is contained in:
Igor Sysoev 2008-05-12 09:48:43 +00:00
parent ca1bed390d
commit 153e5a72f8

View File

@ -9,6 +9,37 @@
<title lang="en">nginx changelog</title> <title lang="en">nginx changelog</title>
<changes ver="0.6.31" date="12.05.2008">
<change type="bugfix">
<para lang="ru">
nginx ÎÅ ÏÂÒÁÂÁÔÙ×ÁÌ ÏÔ×ÅÔ FastCGI-ÓÅÒ×ÅÒÁ, ÅÓÌÉ ÓÔÒÏËÁ ÚÁÇÏÌÏ×ËÁ ÏÔ×ÅÔ ÂÙÌÁ
× ËÏÎÃÅ ÚÁÐÉÓÉ FastCGI;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.6.2.<br/>
óÐÁÓÉÂÏ óÅÒÇÅÀ óÅÒÏ×Õ.
</para>
<para lang="en">
nginx did not process FastCGI response
if header was at the end of FastCGI record;
bug appeared in 0.6.2.<br/>
Thanks to Sergey Serov.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÐÒÉ ÕÄÁÌÅÎÉÉ ÆÁÊÌÁ É ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÄÉÒÅËÔÉ×Ù open_file_cache_errors off
× ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÍÏÇ ÐÒÏÉÚÏÊÔÉ segmentation fault.
</para>
<para lang="en">
a segmentation fault might occur in worker process if a file was deleted
and the "open_file_cache_errors" directive was off.
</para>
</change>
</changes>
<changes ver="0.6.30" date="29.04.2008"> <changes ver="0.6.30" date="29.04.2008">
<change type="change"> <change type="change">
@ -34,13 +65,11 @@ for example, "1h50m".
<change type="bugfix"> <change type="bugfix">
<para lang="ru"> <para lang="ru">
ÕÔÅÞÅË ÐÁÍÑÔÉ, ÅÓÌÉ ÄÉÒÅËÔÉ×Á ssl_verify_client ÉÍÅÌÁ ÚÎÁÞÅÎÉÅ on. ÕÔÅÞÅË ÐÁÍÑÔÉ, ÅÓÌÉ ÄÉÒÅËÔÉ×Á ssl_verify_client ÉÍÅÌÁ ÚÎÁÞÅÎÉÅ on.<br/>
<br/>
óÐÁÓÉÂÏ Chavelle Vincent. óÐÁÓÉÂÏ Chavelle Vincent.
</para> </para>
<para lang="en"> <para lang="en">
memory leaks if the "ssl_verify_client" directive was on. memory leaks if the "ssl_verify_client" directive was on.<br/>
<br/>
Thanks to Chavelle Vincent. Thanks to Chavelle Vincent.
</para> </para>
</change> </change>