nginx-0.8.32-RELEASE

This commit is contained in:
Igor Sysoev 2010-01-11 15:35:44 +00:00
parent fcaa367929
commit 31fc7c6cb1

View File

@ -9,6 +9,71 @@
<title lang="en">nginx changelog</title>
<changes ver="0.8.32" date="11.01.2010">
<change type="bugfix">
<para lang="ru">
ÏÛÉÂËÉ ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ËÏÄÉÒÏ×ËÉ UTF-8 × ngx_http_autoindex_module.<br/>
óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ.
</para>
<para lang="en">
UTF-8 encoding usage in the ngx_http_autoindex_module.<br/>
Thanks to Maxim Dounin.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÉÍÅÎÏ×ÁÎÎÙÅ ×ÙÄÅÌÅÎÉÑ × ÒÅÇÕÌÑÒÎÙÈ ×ÙÒÁÖÅÎÉÑÈ ÒÁÂÏÔÁÌÉ ÔÏÌØËÏ ÄÌÑ
Ä×ÕÈ ÐÅÒÅÍÅÎÎÙÈ.<br/>
óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ.
</para>
<para lang="en">
regular expression named captures worked for two names only. <br/>
Thanks to Maxim Dounin.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÔÅÐÅÒØ × ÓÔÒÏËÅ ÚÁÇÏÌÏ×ËÁ ÚÁÐÒÏÓÁ "Host" ÉÓÐÏÌØÚÕÅÔÓÑ ÉÍÑ "localhost",
ÅÓÌÉ × ÄÉÒÅËÔÉ×Å auth_http ÕËÁÚÁÎ unix domain ÓÏËÅÔ.<br/>
óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ.
</para>
<para lang="en">
now the "localhost" name is used in the "Host" request header line,
if an unix domain socket is defined in the "auth_http" directive.<br/>
Thanks to Maxim Dounin.
</para>
</change>
<change type="bugfix">
<para lang="ru">
nginx ÎÅ ÐÏÄÄÅÒÖÉ×ÁÌ ÐÅÒÅÄÁÞÕ chunk'ÁÍÉ ÄÌÑ 201-ÙÈ ÏÔ×ÅÔÏ×.<br/>
óÐÁÓÉÂÏ Julian Reich.
</para>
<para lang="en">
nginx did nor support chunked transfer encoding for 201 responses.<br/>
Thanks to Julian Reich.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÅÓÌÉ ÄÉÒÅËÔÉ×Á "expires modified" ×ÙÓÔÁ×ÌÑÌÁ ÄÁÔÕ × ÐÒÏÛÌÏÍ, ÔÏ × ÓÔÒÏËÅ
ÚÁÇÏÌÏ×ËÁ ÏÔ×ÅÔÁ "Cache-Control" ×ÙÄÁ×ÁÌÏÓØ ÏÔÒÉÃÁÔÅÌØÎÏÅ ÞÉÓÌÏ.<br/>
óÐÁÓÉÂÏ áÌÅËÓÅÀ ëÁÐÒÁÎÏ×Õ.
</para>
<para lang="en">
if the "expires modified" set date in the past, the a negative number
was set in the "Cache-Control" response header line.<br/>
Thanks to Alex Kapranoff.
</para>
</change>
</changes>
<changes ver="0.8.31" date="23.12.2009">
<change type="feature">