comparison docs/xml/nginx/changes.xml @ 3881:657d05d63915 release-0.9.7

nginx-0.9.7-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Apr 2011 12:50:22 +0000
parents 27e2f3b7a3db
children e0fd9f360059
comparison
equal deleted inserted replaced
3880:e3cb8e27e413 3881:657d05d63915
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.9.7" date="04.04.2011">
13
14 <change type="feature">
15 <para lang="ru">
16 теперь соединения в состоянии keepalive могут быть закрыты преждевременно,
17 если у воркера нет свободных соединений.<br/>
18 Спасибо Максиму Дунину.
19 </para>
20 <para lang="en">
21 now keepalive connections may be closed premature,
22 if there are no free worker connections.<br/>
23 Thanks to Maxim Dounin.
24 </para>
25 </change>
26
27 <change type="feature">
28 <para lang="ru">
29 параметр rotate директивы image_filter.<br/>
30 Спасибо Adam Bocim.
31 </para>
32 <para lang="en">
33 the "rotate" parameter of the "image_filter" directive.<br/>
34 Thanks to Adam Bocim.
35 </para>
36 </change>
37
38 <change type="bugfix">
39 <para lang="ru">
40 ситуации, когда бэкенд в директивах fastcgi_pass, scgi_pass или uwsgi_pass
41 задан выражением и ссылается на описанный upstream.
42 </para>
43 <para lang="en">
44 a case when a backend in "fastcgi_pass", "scgi_pass", or "uwsgi_pass"
45 directives is given by expression and refers to a defined upstream.
46 </para>
47 </change>
48
49 </changes>
10 50
11 51
12 <changes ver="0.9.6" date="21.03.2011"> 52 <changes ver="0.9.6" date="21.03.2011">
13 53
14 <change type="feature"> 54 <change type="feature">