comparison docs/xml/nginx/changes.xml @ 613:c73c5c58c619 release-0.3.28

nginx-0.3.28-RELEASE import *) Feature: the "restrict_host_names" directive was canceled. *) Feature: the --with-cpu-opt=ppc64 configuration parameter. *) Bugfix: on some condition the proxied connection with a client was terminated prematurely. Thanks to Vladimir Shutoff. *) Bugfix: the "X-Accel-Limit-Rate" header line was not taken into account if the request was redirected using the "X-Accel-Redirect" header line. *) Bugfix: the "post_action" directive ran only after a successful completion of a request. *) Bugfix: the proxied response body generated by the "post_action" directive was transferred to a client.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 16 Feb 2006 15:26:46 +0000
parents 3f8a2132b93d
children 5ef026a2ac74
comparison
equal deleted inserted replaced
612:182bfe05e2c3 613:c73c5c58c619
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.28" date="16.02.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 директива restrict_host_names упразднена.
17 </para>
18 <para lang="en">
19 the "restrict_host_names" directive is canceled.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 параметр конфигурации --with-cpu-opt=ppc64.
26 </para>
27 <para lang="en">
28 the --with-cpu-opt=ppc64 configuration parameter.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 при некоторых условиях проксированное соединение с клиентом завершалось
35 преждевременно.
36 Спасибо Владимиру Шутову.
37 </para>
38 <para lang="en">
39 on some condition the proxied connection with a client was terminated
40 prematurely.
41 Thanks to Vladimir Shutoff.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 строка заголовка "X-Accel-Limit-Rate" не учитывалась для запросов,
48 перенаправленных с помощью строки "X-Accel-Redirect".
49 </para>
50 <para lang="en">
51 the "X-Accel-Limit-Rate" header line was not taken into account
52 if the request was redirected using the "X-Accel-Redirect" header line.
53 </para>
54 </change>
55
56 <change type="bugfix">
57 <para lang="ru">
58 директива post_action работала только после успешного завершения запроса.
59 </para>
60 <para lang="en">
61 the "post_action" directive ran only after a successful completion of a request.
62 </para>
63 </change>
64
65 <change type="bugfix">
66 <para lang="ru">
67 тело проксированного ответа, создаваемого директивой post_action,
68 передавалось клиенту.
69 </para>
70 <para lang="en">
71 the proxied response body generated by the "post_action" directive
72 was transferred to a client.
73 </para>
74 </change>
75
76 </changes>
10 77
11 78
12 <changes ver="0.3.27" date="08.02.2006"> 79 <changes ver="0.3.27" date="08.02.2006">
13 80
14 <change type="change"> 81 <change type="change">