comparison docs/xml/nginx/changes.xml @ 2677:452b9d09df8e release-0.7.49

nginx-0.7.49-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 06 Apr 2009 10:42:53 +0000
parents 9816fb28eda5
children e4350efa7cf7
comparison
equal deleted inserted replaced
2676:278f30cc7d48 2677:452b9d09df8e
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.7.49" date="06.04.2009">
13
14 <change type="change">
15 <para lang="ru">
16 если использовании переменных $arg_...
17 в рабочем процессе мог произойти segmentation fault;
18 ошибка появилась в 0.7.48.
19 </para>
20 <para lang="en">
21 a segmentation fault might occur in worker process,
22 if the $arg_... variables were used;
23 the bug had appeared in 0.7.48.
24 </para>
25 </change>
26
27 </changes>
10 28
11 29
12 <changes ver="0.7.48" date="06.04.2009"> 30 <changes ver="0.7.48" date="06.04.2009">
13 31
14 <change type="feature"> 32 <change type="feature">