changeset 902:06c58edc8883 release-0.5.2

nginx-0.5.2-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 11 Dec 2006 15:23:27 +0000
parents cc4273a2597e
children 89428c0b5a1c
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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">