comparison docs/xml/nginx/changes.xml @ 587:284cc140593b release-0.3.15

nginx-0.3.15-RELEASE import *) Feature: the new 444 code of the "return" directive to close connection. *) Feature: the "so_keepalive" directive in IMAP/POP3 proxy. *) Bugfix: if there are unclosed connection nginx now calls abort() only on gracefull quit and active "debug_points" directive.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Dec 2005 14:51:31 +0000
parents 401de5a43ba5
children d4e858a5751a
comparison
equal deleted inserted replaced
586:3176ab31be40 587:284cc140593b
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.15" date="07.12.2005">
13
14 <change type="feature">
15 <para lang="ru">
16 новой код 444 в директиве return для закрытия соединения.
17 </para>
18 <para lang="en">
19 the new 444 code of the "return" directive to close connection.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директива so_keepalive в IMAP/POP3 прокси.
26 </para>
27 <para lang="en">
28 the "so_keepalive" directive in IMAP/POP3 proxy.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 nginx теперь вызывает abort() при обнаружении незакрытых соединений
35 только при планом выходе и включённой директиве debug_points.
36 </para>
37 <para lang="en">
38 if there are unclosed connection nginx now calls abort() only on gracefull
39 quit and active "debug_points" directive.
40 </para>
41 </change>
42
43 </changes>
10 44
11 45
12 <changes ver="0.3.14" date="05.12.2005"> 46 <changes ver="0.3.14" date="05.12.2005">
13 47
14 <change type="bugfix"> 48 <change type="bugfix">