comparison docs/xml/nginx/changes.xml @ 1265:7ac0fe9bec9a release-0.6.1

nginx-0.6.1-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Sun, 17 Jun 2007 19:13:33 +0000
parents 2aefee4d4ed6
children 4882735ebc71
comparison
equal deleted inserted replaced
1261:58691d40829f 1265:7ac0fe9bec9a
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.6.1" date="17.06.2007">
13
14 <change type="bugfix">
15 <para lang="ru">
16 в парсинге SSI.
17 </para>
18 <para lang="en">
19 in SSI parsing.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 при использовании удалённого подзапроса в SSI последующий
26 подзапрос локального файла мог отдаваться клиенту в неверном порядке.
27 </para>
28 <para lang="en">
29 if remote SSI subrequest was used, then posterior local file subrequest
30 might transferred to client in wrong order.
31 </para>
32 </change>
33
34 <change type="bugfix">
35 <para lang="ru">
36 большие включения в SSI, сохранённые во временные файлы,
37 передавались не полностью.
38 </para>
39 <para lang="en">
40 large SSI inclusions buffered in temporary files were truncated.
41 </para>
42 </change>
43
44 <change type="bugfix">
45 <para lang="ru">
46 значение perl'овой переменной $$ модуля ngx_http_perl_module было равно
47 номеру главного процесса.
48 </para>
49 <para lang="en">
50 the perl $$ variable value in ngx_http_perl_module was equal to the master
51 process identification number.
52 </para>
53 </change>
54
55 </changes>
10 56
11 57
12 <changes ver="0.6.0" date="14.06.2007"> 58 <changes ver="0.6.0" date="14.06.2007">
13 59
14 <change type="feature"> 60 <change type="feature">