comparison docs/xml/nginx/changes.xml @ 677:921a7ce4baf4 release-0.3.60

nginx-0.3.60-RELEASE import *) Bugfix: a worker process may got caught in an endless loop while an error redirection; the bug had appeared in 0.3.59.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 18 Aug 2006 14:17:54 +0000
parents e924670896ab
children df95dcff753a
comparison
equal deleted inserted replaced
676:c4d2b8200883 677:921a7ce4baf4
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.60" date="18.08.2006">
13
14 <change type="bugfix">
15 <para lang="ru">
16 во время перенаправления ошибки рабочий процесс мог зациклиться;
17 ошибка появилась в 0.3.59.
18 </para>
19 <para lang="en">
20 a worker process may got caught in an endless loop
21 while an error redirection;
22 bug appeared in 0.3.59.
23 </para>
24 </change>
25
26 </changes>
10 27
11 28
12 <changes ver="0.3.59" date="16.08.2006"> 29 <changes ver="0.3.59" date="16.08.2006">
13 30
14 <change type="feature"> 31 <change type="feature">