summaryrefslogtreecommitdiffhomepage
path: root/docs/xml/nginx/changes.xml
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-05-23 14:54:58 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-05-23 14:54:58 +0000
commit6f134cc2751846c7fb64e8862dfe8d57185872af (patch)
treedc9bb5e6acdc1bc5355539a9d7f73c01c83b09c3 /docs/xml/nginx/changes.xml
parente425c20bbe6b401f1f816fded996543212e08b0c (diff)
downloadnginx-6f134cc2751846c7fb64e8862dfe8d57185872af.tar.gz
nginx-6f134cc2751846c7fb64e8862dfe8d57185872af.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 '')
-rw-r--r--docs/xml/nginx/changes.xml26
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">