comparison docs/xml/nginx/changes.xml @ 5307:644a07952629 release-1.5.3

nginx-1.5.3-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 30 Jul 2013 17:27:55 +0400
parents 5bdca4812974
children 376a5e769400
comparison
equal deleted inserted replaced
5306:43900b822890 5307:644a07952629
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" > 2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" >
3 3
4 4
5 <change_log title="nginx"> 5 <change_log title="nginx">
6
7
8 <changes ver="1.5.3" date="30.07.2013">
9
10 <change>
11 <para lang="ru">
12 Изменение во внутреннем API:
13 теперь при небуферизированной работе с бэкендами
14 u->length по умолчанию устанавливается в -1.
15 </para>
16 <para lang="en">
17 Change in internal API:
18 now u->length defaults to -1
19 if working with backends in unbuffered mode.
20 </para>
21 </change>
22
23 <change type="change">
24 <para lang="ru">
25 теперь при получении неполного ответа от бэкенда
26 nginx отправляет полученную часть ответа,
27 после чего закрывает соединение с клиентом.
28 </para>
29 <para lang="en">
30 now after receiving an incomplete response from a backend server
31 nginx tries to send an available part of the response to a client,
32 and then closes client connection.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 в рабочем процессе мог произойти segmentation fault,
39 если использовался модуль ngx_http_spdy_module
40 и директива client_body_in_file_only.
41 </para>
42 <para lang="en">
43 a segmentation fault might occur in a worker process
44 if the ngx_http_spdy_module was used
45 with the "client_body_in_file_only" directive.
46 </para>
47 </change>
48
49 <change type="bugfix">
50 <para lang="ru">
51 параметр so_keepalive директивы listen
52 мог работать некорректно на DragonFlyBSD.<br/>
53 Спасибо Sepherosa Ziehau.
54 </para>
55 <para lang="en">
56 the "so_keepalive" parameter of the "listen" directive
57 might be handled incorrectly on DragonFlyBSD.<br/>
58 Thanks to Sepherosa Ziehau.
59 </para>
60 </change>
61
62 <change type="bugfix">
63 <para lang="ru">
64 в модуле ngx_http_xslt_filter_module.
65 </para>
66 <para lang="en">
67 in the ngx_http_xslt_filter_module.
68 </para>
69 </change>
70
71 <change type="bugfix">
72 <para lang="ru">
73 в модуле ngx_http_sub_filter_module.
74 </para>
75 <para lang="en">
76 in the ngx_http_sub_filter_module.
77 </para>
78 </change>
79
80 </changes>
6 81
7 82
8 <changes ver="1.5.2" date="02.07.2013"> 83 <changes ver="1.5.2" date="02.07.2013">
9 84
10 <change type="feature"> 85 <change type="feature">