summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-06-14 05:41:42 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-06-14 05:41:42 +0000
commit6f6466c3ec3a4f788c8bd417f6080ad1072721be (patch)
treeec14509bedd41c7976945b88ca89cd6bff53549e
parent9d8a75c5256ada429fdeff93584044eca6cf1a56 (diff)
downloadnginx-release-0.6.0.tar.gz
nginx-0.6.0-RELEASErelease-0.6.0
-rw-r--r--docs/xml/nginx/changes.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index b2fc88111..5441774a4 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.6.0" date="14.06.2007">
+
+<change type="feature">
+<para lang="ru">
+директивы "server_name", "map", and "valid_referers" поддерживают
+маски вида "www.example.*".
+</para>
+<para lang="en">
+the "server_name", "map", and "valid_referers" directives supports
+the "www.example.*" wildcards.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.5.25" date="11.06.2007">
<change type="bugfix">