comparison docs/xml/nginx/changes.xml @ 627:387450de0b4d release-0.3.35

nginx-0.3.35-RELEASE import *) Bugfix: the accept-filter and the TCP_DEFER_ACCEPT option were set for first "listen" directive only; the bug had appeared in 0.3.31. *) Bugfix: in the "proxy_pass" directive without the URI part in a subrequest.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 28 Mar 2006 12:24:47 +0000
parents fbed40ce7cb4
children 65bf042c0b4f
comparison
equal deleted inserted replaced
626:517493c33072 627:387450de0b4d
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.35" date="22.03.2006">
13
14 <change type="bugfix">
15 <para lang="ru">
16 accept-фильтр и TCP_DEFER_ACCEPT устанавливались только для первой
17 директивы listen;
18 ошибка появилась в 0.3.31.
19 </para>
20 <para lang="en">
21 the accept-filter and the TCP_DEFER_ACCEPT option were set for first "listen"
22 directive only;
23 bug appeared in 0.3.31.
24 </para>
25 </change>
26
27 <change type="bugfix">
28 <para lang="ru">
29 в директиве proxy_pass без URI при использовании в подзапросе.
30 </para>
31 <para lang="en">
32 in the "proxy_pass" directive without the URI part in a subrequest.
33 </para>
34 </change>
35
36 </changes>
10 37
11 38
12 <changes ver="0.3.34" date="21.03.2006"> 39 <changes ver="0.3.34" date="21.03.2006">
13 40
14 <change type="feature"> 41 <change type="feature">