summaryrefslogtreecommitdiffhomepage
path: root/docs/xml/nginx
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-01-24 16:08:27 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-01-24 16:08:27 +0000
commit34303468409089ef2b5bd9739b9c049c393932e4 (patch)
tree1e47f167cd74beaeca64d863662ed1e82d2cf822 /docs/xml/nginx
parentd94e18746b9e79fbb52cf3012d1692ad893df22e (diff)
downloadnginx-34303468409089ef2b5bd9739b9c049c393932e4.tar.gz
nginx-34303468409089ef2b5bd9739b9c049c393932e4.tar.bz2
nginx-0.3.23-RELEASE importrelease-0.3.23
*) Feature: the "optimize_host_names" directive. *) Bugfix: in using of the variables in the "path" and "alias" directives. *) Bugfix: the ngx_http_perl_module was incorrectly built on Linux and Solaris.
Diffstat (limited to 'docs/xml/nginx')
-rw-r--r--docs/xml/nginx/changes.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 8ef64c9ca..72eb87951 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,38 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.3.23" date="24.01.2006">
+
+<change type="feature">
+<para lang="ru">
+директива optimize_host_names.
+</para>
+<para lang="en">
+the "optimize_host_names" directive.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ошибки при использовании переменных в директивах path и alias.
+</para>
+<para lang="en">
+in using of the variables in the "path" and "alias" directives.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+модуль ngx_http_perl_module неправильно собирался на Linux и Solaris.
+</para>
+<para lang="en">
+the ngx_http_perl_module was incorrectly built on Linux and Solaris.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.3.22" date="17.01.2006">
<change type="feature">