nginx-0.4.8-RELEASE

This commit is contained in:
Igor Sysoev 2006-10-11 15:11:22 +00:00
parent 84b7f5ba0d
commit b3d1d66b09

View File

@ -9,6 +9,33 @@
<title lang="en">nginx changelog</title> <title lang="en">nginx changelog</title>
<changes ver="0.4.8" date="11.10.2006">
<change type="bugfix">
<para lang="ru">
ÅÓÌÉ ÄÏ ËÏÍÁÎÄÙ SSI include Ó ÐÁÒÁÍÅÔÒÏÍ wait ×ÙÐÏÌÎÑÌÁÓØ ÅÝ£
ÏÄÎÁ ËÏÍÁÎÄÁ SSI include, ÔÏ ÐÁÒÁÍÅÔÒ wait ÍÏÇ ÎÅ ÒÁÂÏÔÁÔØ.
</para>
<para lang="en">
if an "include" SSI command were before another "include" SSI command
with an "wait" parameter, then the "wait" parameter might not work.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÍÏÄÕÌØ ngx_http_flv_module ÄÏÂÁ×ÌÑÌ FLV-ÚÁÇÏÌÏ×ÏË ÄÌÑ ÐÏÌÎÙÈ ÏÔ×ÅÔÏ×.<br/>
óÐÁÓÉÂÏ áÌÅËÓÅÀ ëÏ×ÙÒÉÎÕ.
</para>
<para lang="en">
the ngx_http_flv_module added the FLV header to the full responses.<br/>
Thanks to Alexey Kovyrin.
</para>
</change>
</changes>
<changes ver="0.4.7" date="10.10.2006"> <changes ver="0.4.7" date="10.10.2006">
<change type="feature"> <change type="feature">
@ -44,8 +71,8 @@ the "charset" and "source_charset" directives support the variables.
ÏÄÎÁ ËÏÍÁÎÄÁ SSI include, ÔÏ ÐÁÒÁÍÅÔÒ wait ÍÏÇ ÎÅ ÒÁÂÏÔÁÔØ. ÏÄÎÁ ËÏÍÁÎÄÁ SSI include, ÔÏ ÐÁÒÁÍÅÔÒ wait ÍÏÇ ÎÅ ÒÁÂÏÔÁÔØ.
</para> </para>
<para lang="en"> <para lang="en">
if before an "include" SSI command with an "wait" parameter were if an "include" SSI command were before another "include" SSI command
yet another "include" SSI command, then the "wait" parameter might not work. with an "wait" parameter, then the "wait" parameter might not work.
</para> </para>
</change> </change>