comparison docs/xml/nginx/changes.xml @ 651:39b7d7b33c91 release-0.3.47

nginx-0.3.47-RELEASE import *) Feature: the "upstream" directive. *) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the SSI command is always removed.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 May 2006 14:54:58 +0000
parents 1e720b0be7ec
children 7cbef16c71a1
comparison
equal deleted inserted replaced
650:d865681780b6 651:39b7d7b33c91
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 10
11 11
12 <changes ver="0.3.47" date="23.05.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 директива upstream.
17 </para>
18 <para lang="en">
19 the "upstream" directive.
20 </para>
21 </change>
22
23 <change type="change">
24 <para lang="ru">
25 символ "\" в парах "\"" и "\'" в SSI командах теперь всегда убирается.
26 </para>
27 <para lang="en">
28 now the "\" escape symbol in the "\"" and "\'" pairs in the SSI command
29 is always removed.
30 </para>
31 </change>
32
33 </changes>
34
35
12 <changes ver="0.3.46" date="11.05.2006"> 36 <changes ver="0.3.46" date="11.05.2006">
13 37
14 <change type="feature"> 38 <change type="feature">
15 <para lang="ru"> 39 <para lang="ru">
16 директивы proxy_hide_header, proxy_pass_header, fastcgi_hide_header 40 директивы proxy_hide_header, proxy_pass_header, fastcgi_hide_header
22 </para> 46 </para>
23 </change> 47 </change>
24 48
25 <change type="change"> 49 <change type="change">
26 <para lang="ru"> 50 <para lang="ru">
27 директивы proxy_x_powered_by, fastcgi_x_powered_by и proxy_pass_server 51 директивы proxy_pass_x_powered_by, fastcgi_x_powered_by и proxy_pass_server
28 упразднены. 52 упразднены.
29 </para> 53 </para>
30 <para lang="en"> 54 <para lang="en">
31 the "proxy_pass_x_powered_by", "fastcgi_x_powered_by", and "proxy_pass_server" 55 the "proxy_pass_x_powered_by", "fastcgi_x_powered_by", and "proxy_pass_server"
32 directives were canceled. 56 directives were canceled.