comparison docs/xml/nginx/changes.xml @ 623:0216fd1471f3 release-0.3.33

nginx-0.3.33-RELEASE import *) Feature: the "http_503" parameter of the "proxy_next_upstream" or "fastcgi_next_upstream" directives. *) Bugfix: ngx_http_perl_module did not work with inlined in the configuration code, if it was not started with the "sub" word. *) Bugfix: in the "post_action" directive.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 15 Mar 2006 09:53:04 +0000
parents 93e85a79757c
children fbed40ce7cb4
comparison
equal deleted inserted replaced
622:b088081fe8c3 623:0216fd1471f3
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.33" date="15.03.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 параметр http_503 в директивах proxy_next_upstream или fastcgi_next_upstream.
17 </para>
18 <para lang="en">
19 the "http_503" parameter of the "proxy_next_upstream" or
20 "fastcgi_next_upstream" directives.
21 </para>
22 </change>
23
24 <change type="bugfix">
25 <para lang="ru">
26 ngx_http_perl_module не работал со встроенным в конфигурацинный файл кодом,
27 если он не начинался сразу же с "sub".
28 </para>
29 <para lang="en">
30 ngx_http_perl_module did not work with inlined in the configuration code,
31 if it was not started with the "sub" word.
32 </para>
33 </change>
34
35 <change type="bugfix">
36 <para lang="ru">
37 в директиве post_action.
38 </para>
39 <para lang="en">
40 in the "post_action" directive.
41 </para>
42 </change>
43
44 </changes>
10 45
11 46
12 <changes ver="0.3.32" date="11.03.2006"> 47 <changes ver="0.3.32" date="11.03.2006">
13 48
14 <change type="bugfix"> 49 <change type="bugfix">