nginx-0.8.20-RELEASE

This commit is contained in:
Igor Sysoev 2009-10-14 12:57:25 +00:00
parent 73a9c44441
commit f74fd7c347

View File

@ -9,6 +9,90 @@
<title lang="en">nginx changelog</title>
<changes ver="0.8.20" date="14.10.2009">
<change type="change">
<para lang="ru">
ÔÅÐÅÒØ ÐÏ ÕÍÏÌÞÁÎÉÀ ÉÓÐÏÌØÚÕÀÔÓÑ ÓÌÅÄÕÀÝÉÅ ÛÉÆÒÙ SSL: "HIGH:!ADH:!MD5".
</para>
<para lang="en">
now default SSL ciphers are "HIGH:!ADH:!MD5".
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÍÏÄÕÌØ ngx_http_autoindex_module ÎÅ ÐÏËÁÚÙ×ÁÌ ÐÏÓÌÅÄÎÉÊ ÓÌÜÛ ÄÌÑ ÌÉÎËÏ×
ÎÁ ËÁÔÁÌÏÇÉ;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.15.
</para>
<para lang="en">
the ngx_http_autoindex_module did not show the trailing slash in links to
a directory;
the bug had appeared in 0.7.15.
</para>
</change>
<change type="bugfix">
<para lang="ru">
nginx ÎÅ ÚÁËÒÙ×ÁÌ ÌÏÇ, ÚÁÄÁÎÎÙÊ ÐÁÒÁÍÅÔÒÏÍ ËÏÎÆÉÇÕÒÁÃÉÉ --error-log-path;
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.53.
</para>
<para lang="en">
nginx did not close a log file set by the --error-log-path configuration option;
the bug had appeared in 0.7.53.
</para>
</change>
<change type="bugfix">
<para lang="ru">
nginx ÎÅ ÓÞÉÔÁÌ ÚÁÐÑÔÕÀ ÒÁÚÄÅÌÉÔÅÌÅÍ × ÓÔÒÏËÅ "Cache-Control" × ÓÔÒÏËÅ
ÚÁÇÏÌÏ×ËÁ ÂÜËÅÎÄÁ.
</para>
<para lang="en">
nginx did not treat a comma as separator in the "Cache-Control" backend response
header line.
</para>
</change>
<change type="bugfix">
<para lang="ru">
nginx/Windows ÍÏÇ ÎÅ ÓÏÚÄÁÔØ ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ, ÆÁÊÌ × ËÜÛÅ ÉÌÉ ÆÁÊÌ
Ó ÐÏÍÏÝØÀ ÄÉÒÅËÔÉ× proxy/fastcgi_store, ÅÓÌÉ ÒÁÂÏÞÉÊ ÐÒÏÃÅÓÓ ÎÅ ÉÍÅÌ
ÄÏÓÔÁÔÏÞÎÏ ÐÒÁ× ÄÌÑ ÒÁÂÏÔÙ Ó ËÁÔÁÌÏÇÁÍÉ ×ÅÒÈÎÅÇÏ ÕÒÏ×ÎÑ.
</para>
<para lang="en">
nginx/Windows might not create temporary file, a cache file, or
"proxy/fastcgi_store"d file if a worker has no enough access rights
for top level directories.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÓÔÒÏËÉ "Set-Cookie" É "P3P" × ÚÁÇÏÌÏ×ËÅ ÏÔ×ÅÔÁ FastCGI-ÓÅÒ×ÅÒÁ ÎÅ ÓËÒÙ×ÁÌÉÓØ
ÐÒÉ ËÜÛÉÒÏ×ÁÎÉÉ, ÅÓÌÉ ÎÅ ÉÓÐÏÌØÚÏ×ÁÌÉÓØ ÄÉÒÅËÔÉ×Ù
fastcgi_hide_header Ó ÌÀÂÙÍÉ ÐÁÒÁÍÅÔÒÁÍÉ.
</para>
<para lang="en">
the "Set-Cookie" and "P3P" FastCGI response header lines were not hidden
while caching if no "fastcgi_hide_header" directives were used with
any parameters.
</para>
</change>
<change type="bugfix">
<para lang="ru">
nginx ÎÅ×ÅÒÎÏ ÓÞÉÔÁÌ ÒÁÚÍÅÒ ËÜÛÁ ÎÁ ÄÉÓËÅ.
</para>
<para lang="en">
nginx counted incorrectly disk cache size.
</para>
</change>
</changes>
<changes ver="0.8.19" date="06.10.2009">
<change type="change">