aboutsummaryrefslogtreecommitdiff
path: root/docs/xml
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-05-31 14:11:45 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-05-31 14:11:45 +0000
commitaf3b7ea9ad8f0806a9efe125c04353ef3ba12ade (patch)
tree76fd80f966e41a1a0499a4edc81f77b32a3b2f30 /docs/xml
parente50ef56c96a2c79c1a382935faa2548f64b2c795 (diff)
downloadnginx-release-0.3.49.tar.gz
nginx-release-0.3.49.zip
nginx-0.3.49-RELEASE importrelease-0.3.49
*) Bugfix: in the "set" directive. *) Bugfix: if two or more FastCGI subrequests was in SSI, then first subrequest output was included instead of second and following subrequests.
Diffstat (limited to 'docs/xml')
-rw-r--r--docs/xml/nginx/changes.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 225b0b02d..b641d3973 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,32 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.3.49" date="31.05.2006">
+
+<change type="bugfix">
+<para lang="ru">
+в директиве set.
+</para>
+<para lang="en">
+in the "set" directive.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при включении в ssi двух и более подзапросов, обрабатываемых через FastCGI,
+вместо вывода второго и остальных подзапросов в ответ включался вывод
+первого подзапроса.
+</para>
+<para lang="en">
+if two or more FastCGI subrequests was in SSI, then first subrequest output
+was included instead of second and following subrequests.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.3.48" date="29.05.2006">
<change type="change">