summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-12-11 15:23:27 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-12-11 15:23:27 +0000
commitd127f31ee3687ce2934877a7500aef4130c910cf (patch)
tree92b85e3bdb124e19b49d79135e404be7b324e3f9
parent2fb2a8dbf91fe5530f1d4e7351693309cffdbfc8 (diff)
downloadnginx-d127f31ee3687ce2934877a7500aef4130c910cf.tar.gz
nginx-0.5.2-RELEASErelease-0.5.2
-rw-r--r--docs/xml/nginx/changes.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index b19d1bff4..9597ef61a 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,24 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.5.2" date="11.12.2006">
+
+<change type="bugfix">
+<para lang="ru">
+если в директивах proxy_pass использовалось имя, указанное в upstream,
+то nginx пытался найти IP-адрес этого имени;
+ошибка появилась в 0.5.1.
+</para>
+<para lang="en">
+if the "proxy_pass" directive used the name of the "upstream" block,
+then nginx tried to resolve the name;
+bug appeared in 0.5.1.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.5.1" date="11.12.2006">
<change type="bugfix">