summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-12-13 11:05:52 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-12-13 11:05:52 +0000
commitb84f47dbd2934b3675852cec1c38d2853cadbd57 (patch)
tree9836212c9484cb6f3f7fdb948844466c8db127e0
parent2567c92ace7e29fe8b4d4933dbe294cee2583018 (diff)
downloadnginx-b84f47dbd2934b3675852cec1c38d2853cadbd57.tar.gz
nginx-0.9.3-RELEASErelease-0.9.3
-rw-r--r--docs/xml/nginx/changes.xml31
1 files changed, 29 insertions, 2 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 174bcd818..6c7281d45 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,33 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.9.3" date="13.12.2010">
+
+<change type="bugfix">
+<para lang="ru">
+если для пары адрес:порт описан только один сервер, то выделения
+в регулярных выражениях в директиве server_name не работали.
+</para>
+<para lang="en">
+if there was a single server for given IPv6 address:port pair,
+then captures in regular expressions in a "server_name" directive did not work.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался под Solaris;
+ошибка появилась в 0.9.0.
+</para>
+<para lang="en">
+nginx could not be built on Solaris;
+the bug had appeared in 0.9.0.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.9.2" date="06.12.2010">
<change type="feature">
@@ -38,7 +65,7 @@ nginx не собирался под Cygwin;
</para>
<para lang="en">
nginx could not be built on Cygwin;
-the issue had appeared in 0.9.0.
+the bug had appeared in 0.9.0.
</para>
</change>
@@ -4086,7 +4113,7 @@ the "try_files" directive might test incorrectly directories.
в регулярных выражениях в директиве server_name не работали.
</para>
<para lang="en">
-if there is the single server for given address:port pair,
+if there was a single server for given address:port pair,
then captures in regular expressions in a "server_name" directive did not work.
</para>
</change>