comparison docs/xml/nginx/changes.xml @ 4179:e47531dfabbf release-1.1.5

nginx-1.1.5-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Wed, 05 Oct 2011 14:44:11 +0000
parents 911060bc8221
children f9ddecfe3314
comparison
equal deleted inserted replaced
4178:1da3c3b429c1 4179:e47531dfabbf
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="1.1.5" date="05.10.2011">
13
14 <change type="feature">
15 <para lang="ru">
16 директивы uwsgi_buffering и scgi_buffering.<br/>
17 Спасибо Peter Smit.
18 </para>
19 <para lang="en">
20 the "uwsgi_buffering" and "scgi_buffering" directives.<br/>
21 Thanks to Peter Smit.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 при использовании proxy_cache_bypass могли быть закэшированы
28 некэшируемые ответы.<br/>
29 Спасибо John Ferlito.
30 </para>
31 <para lang="en">
32 non-cacheable responses might be cached if "proxy_cache_bypass" directive
33 was used.<br/>
34 Thanks to John Ferlito.
35 </para>
36 </change>
37
38 <change type="bugfix">
39 <para lang="ru">
40 в модуле ngx_http_proxy_module при работе с бэкендами по HTTP/1.1.
41 </para>
42 <para lang="en">
43 in HTTP/1.1 support in the ngx_http_proxy_module.
44 </para>
45 </change>
46
47 <change type="bugfix">
48 <para lang="ru">
49 закэшированные ответы с пустым телом возвращались некорректно;
50 ошибка появилась в 0.8.31.
51 </para>
52 <para lang="en">
53 cached responses with an empty body were returned incorrectly;
54 the bug had appeared in 0.8.31.
55 </para>
56 </change>
57
58 <change type="bugfix">
59 <para lang="ru">
60 ответы с кодом 201 модуля ngx_http_dav_module были некорректны;
61 ошибка появилась в 0.8.32.
62 </para>
63 <para lang="en">
64 201 responses of the ngx_http_dav_module were incorrect;
65 the bug had appeared in 0.8.32.
66 </para>
67 </change>
68
69 <change type="bugfix">
70 <para lang="ru">
71 в директиве return.
72 </para>
73 <para lang="en">
74 in the "return" directive.
75 </para>
76 </change>
77
78 <change type="bugfix">
79 <para lang="ru">
80 при использовании директивы "ssl_session_cache builtin" происходил
81 segmentation fault;
82 ошибка появилась в 1.1.1.
83 </para>
84 <para lang="en">
85 the "ssl_session_cache builtin" directive caused segmentation fault;
86 the bug had appeared in 1.1.1.
87 </para>
88 </change>
89
90 </changes>
10 91
11 92
12 <changes ver="1.1.4" date="20.09.2011"> 93 <changes ver="1.1.4" date="20.09.2011">
13 94
14 <change type="feature"> 95 <change type="feature">