comparison docs/xml/nginx/changes.xml @ 655:4c8cd5ae5cc1 release-0.3.49

nginx-0.3.49-RELEASE import *) 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.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 31 May 2006 14:11:45 +0000
parents 7cbef16c71a1
children 400711951595
comparison
equal deleted inserted replaced
654:01f41db063d4 655:4c8cd5ae5cc1
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7 7
8 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10
11
12 <changes ver="0.3.49" date="31.05.2006">
13
14 <change type="bugfix">
15 <para lang="ru">
16 в директиве set.
17 </para>
18 <para lang="en">
19 in the "set" directive.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 при включении в ssi двух и более подзапросов, обрабатываемых через FastCGI,
26 вместо вывода второго и остальных подзапросов в ответ включался вывод
27 первого подзапроса.
28 </para>
29 <para lang="en">
30 if two or more FastCGI subrequests was in SSI, then first subrequest output
31 was included instead of second and following subrequests.
32 </para>
33 </change>
34
35 </changes>
10 36
11 37
12 <changes ver="0.3.48" date="29.05.2006"> 38 <changes ver="0.3.48" date="29.05.2006">
13 39
14 <change type="change"> 40 <change type="change">