summaryrefslogtreecommitdiffhomepage
path: root/docs/xml/nginx/changes.xml
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-11-15 14:49:57 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-11-15 14:49:57 +0000
commitb141f2b631f4812188806f534472490af45a6747 (patch)
tree085e379ebed88537d635836dd097090ab6c896ff /docs/xml/nginx/changes.xml
parent61b1e40939655dbab40ab5b29ca275ec51a81251 (diff)
downloadnginx-release-0.3.11.tar.gz
nginx-release-0.3.11.tar.bz2
nginx-0.3.11-RELEASE importrelease-0.3.11
*) Bugfix: nginx did not pass the client request headers and body while proxying; the bug had appeared in 0.3.10.
Diffstat (limited to '')
-rw-r--r--docs/xml/nginx/changes.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 0a999126d..001633aa3 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,22 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.3.11" date="15.11.2005">
+
+<change type="bugfix">
+<para lang="ru">
+nginx не передавал при проксировании тело запроса и строки заголовка клиента;
+ошибка появилась в 0.3.10.
+</para>
+<para lang="en">
+nginx did not pass while proxying the client request headers and body;
+bug appeared in 0.3.10.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.3.10" date="15.11.2005">
<change type="change">
@@ -18,7 +34,7 @@
</para>
<para lang="en">
the "valid_referers" directive and the "$invalid_referer" variable
-was moved to the new ngx_http_referer_module from the ngx_http_rewrite_module.
+were moved to the new ngx_http_referer_module from the ngx_http_rewrite_module.
</para>
</change>