summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-05-28 14:32:02 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-05-28 14:32:02 +0000
commit015962c8916394cf2389079a6ef065d163d95220 (patch)
tree629ffcee72533b957322b16f99c139b143d7bfd8
parentb8ddf754f9d4d46524cc05ae7d8884186bce44e4 (diff)
downloadnginx-release-0.5.21.tar.gz
nginx-0.5.21-RELEASErelease-0.5.21
-rw-r--r--docs/xml/nginx/changes.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 1e48adf9d..4cba70cd0 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,57 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.5.21" date="28.05.2007">
+
+<change type="bugfix">
+<para lang="ru">
+если внутри сервера описано больше примерно десяти location'ов,
+то location'ы, заданные с помощью регулярного выражения,
+могут выполняться не в том, порядке, в каком они описаны.
+</para>
+<para lang="en">
+if server has more than about ten locations, then regex locations
+may be choosen not in that order as they were specified.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+на 64-битной платформе рабочий процесс мог зациклиться, если 33-тий
+по счёту или последующий бэкенд упал.<br/>
+Спасибо Антону Поварову.
+</para>
+<para lang="en">
+a worker process may got caught in an endless loop on 64-bit platform,
+if the 33-rd or next in succession backend has failed.<br/>
+Thanks to Anton Povarov.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании библиотеки PCRE на Solaris/sparc64
+мог произойти bus error.<br/>
+Спасибо Андрею Нигматулину.
+</para>
+<para lang="en">
+a bus error might occur on Solaris/sparc64 if the PCRE library was used.<br/>
+Thanks to Andrei Nigmatulin.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в использовании протокола HTTPS в директиве proxy_pass.
+</para>
+<para lang="en">
+in the HTTPS protocol in the "proxy_pass" directive.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.5.20" date="07.05.2007">
<change type="feature">