summaryrefslogtreecommitdiffhomepage
path: root/docs/xml/nginx/changes.xml
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-05-19 13:25:22 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-05-19 13:25:22 +0000
commite31e90b3e10ca2afafccae9a57910133d93b2d37 (patch)
tree7177a8f48a555733b170bfcad4e9e7072ea8c027 /docs/xml/nginx/changes.xml
parentb1a641cafa2ef042035155f68e5f571303853dfc (diff)
downloadnginx-e31e90b3e10ca2afafccae9a57910133d93b2d37.tar.gz
nginx-e31e90b3e10ca2afafccae9a57910133d93b2d37.tar.bz2
nginx-0.1.32-RELEASE importrelease-0.1.32
*) Bugfix: the arguments were omitted in the redirects, issued by the "rewrite" directive; the bug had appeared in 0.1.29. *) Feature: the "if" directive supports the captures in regular expressions. *) Feature: the "set" directive supports the variables and the captures of regular expressions. *) Feature: the "X-Accel-Redirect" response header line is supported in proxy and FastCGI mode.
Diffstat (limited to 'docs/xml/nginx/changes.xml')
-rw-r--r--docs/xml/nginx/changes.xml46
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 2900e2d5b..ce7f6c351 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,52 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.1.32" date="19.05.2005">
+
+<change type="bugfix">
+<para lang="ru">
+в редиректах, выдаваемых с помощью директивы rewrite, не передавались аргументы;
+ошибка появилась в 0.1.29.
+</para>
+<para lang="en">
+the arguments were omitted in the redirects, issued by the "rewrite" directive;
+bug appeared in 0.1.29.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директива if поддерживает выделения в регулярных выражениях.
+</para>
+<para lang="en">
+the "if" directive supports the captures in regular expressions.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директива set поддерживает переменные и выделения из регулярных выражений.
+</para>
+<para lang="en">
+the "set" directive supports the variables and the captures of regular
+expressions.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+в режиме прокси и FastCGI поддерживается строка заголовка X-Accel-Redirect
+в ответе бэкенда.
+</para>
+<para lang="en">
+the "X-Accel-Redirect" response header line is supported in proxy and FastCGI
+mode.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.1.31" date="16.05.2005">
<change type="bugfix">