summaryrefslogtreecommitdiffhomepage
path: root/docs/xml
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-01-16 14:56:53 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-01-16 14:56:53 +0000
commit9bf11aa19366f45bcd10a0917034acb45f89b259 (patch)
treec7231ce937ab196c89608185e59ab544224e4da8 /docs/xml
parent243edbb727c49ac25355e109a097f1ca2d9e1e44 (diff)
downloadnginx-9bf11aa19366f45bcd10a0917034acb45f89b259.tar.gz
nginx-9bf11aa19366f45bcd10a0917034acb45f89b259.tar.bz2
nginx-0.3.21-RELEASE importrelease-0.3.21
*) Feature: the ngx_http_perl_module. *) Change: the "valid_referers" directive allows the referreres without URI part.
Diffstat (limited to 'docs/xml')
-rw-r--r--docs/xml/nginx/changes.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index c30b1a247..e4845f6b0 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,29 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.3.21" date="16.01.2006">
+
+<change type="feature">
+<para lang="ru">
+модуль ngx_http_perl_module.
+</para>
+<para lang="en">
+the ngx_http_perl_module.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+директива valid_referers разрешает использовать рефереры cовсем без URI.
+</para>
+<para lang="en">
+the "valid_referers" directive allows the referreres without URI part.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.3.20" date="11.01.2006">
<change type="bugfix">