nginx-0.6.31-RELEASE

This commit is contained in:
Igor Sysoev 2008-05-12 09:48:43 +00:00
parent 222792eaf1
commit a6a39d573c
1 changed files with 33 additions and 4 deletions

View File

@ -9,6 +9,37 @@
<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">
<change type="change">
@ -34,13 +65,11 @@ for example, "1h50m".
<change type="bugfix">
<para lang="ru">
ÕÔÅÞÅË ÐÁÍÑÔÉ, ÅÓÌÉ ÄÉÒÅËÔÉ×Á ssl_verify_client ÉÍÅÌÁ ÚÎÁÞÅÎÉÅ on.
<br/>
ÕÔÅÞÅË ÐÁÍÑÔÉ, ÅÓÌÉ ÄÉÒÅËÔÉ×Á ssl_verify_client ÉÍÅÌÁ ÚÎÁÞÅÎÉÅ on.<br/>
óÐÁÓÉÂÏ Chavelle Vincent.
</para>
<para lang="en">
memory leaks if the "ssl_verify_client" directive was on.
<br/>
memory leaks if the "ssl_verify_client" directive was on.<br/>
Thanks to Chavelle Vincent.
</para>
</change>