summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-11 15:11:22 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-10-11 15:11:22 +0000
commitb3d1d66b096cc5653f4cd64e1544f424f8593114 (patch)
tree4fcb2103156bd2a22ee66dee6cdb183b34451d0d
parent84b7f5ba0da5cada026209adb437cab4d675ba5b (diff)
downloadnginx-release-0.4.8.tar.gz
nginx-0.4.8-RELEASErelease-0.4.8
-rw-r--r--docs/xml/nginx/changes.xml31
1 files changed, 29 insertions, 2 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index f300d1374..fc5e898b0 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,33 @@
<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">
<change type="feature">
@@ -44,8 +71,8 @@ the "charset" and "source_charset" directives support the variables.
одна команда SSI include, то параметр wait мог не работать.
</para>
<para lang="en">
-if before an "include" SSI command with an "wait" parameter were
-yet another "include" SSI command, then the "wait" parameter might not work.
+if an "include" SSI command were before another "include" SSI command
+with an "wait" parameter, then the "wait" parameter might not work.
</para>
</change>