diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-05-23 14:54:58 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-05-23 14:54:58 +0000 |
| commit | 6f134cc2751846c7fb64e8862dfe8d57185872af (patch) | |
| tree | dc9bb5e6acdc1bc5355539a9d7f73c01c83b09c3 /docs/xml/nginx/changes.xml | |
| parent | e425c20bbe6b401f1f816fded996543212e08b0c (diff) | |
| download | nginx-release-0.3.47.tar.gz nginx-release-0.3.47.tar.bz2 | |
nginx-0.3.47-RELEASE importrelease-0.3.47
*) Feature: the "upstream" directive.
*) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the
SSI command is always removed.
Diffstat (limited to 'docs/xml/nginx/changes.xml')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 8f77faa20..aa4f14ffe 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,30 @@ <title lang="en">nginx changelog</title> +<changes ver="0.3.47" date="23.05.2006"> + +<change type="feature"> +<para lang="ru"> +директива upstream. +</para> +<para lang="en"> +the "upstream" directive. +</para> +</change> + +<change type="change"> +<para lang="ru"> +символ "\" в парах "\"" и "\'" в SSI командах теперь всегда убирается. +</para> +<para lang="en"> +now the "\" escape symbol in the "\"" and "\'" pairs in the SSI command +is always removed. +</para> +</change> + +</changes> + + <changes ver="0.3.46" date="11.05.2006"> <change type="feature"> @@ -24,7 +48,7 @@ and "fastcgi_pass_header" directives. <change type="change"> <para lang="ru"> -директивы proxy_x_powered_by, fastcgi_x_powered_by и proxy_pass_server +директивы proxy_pass_x_powered_by, fastcgi_x_powered_by и proxy_pass_server упразднены. </para> <para lang="en"> |
