comparison docs/xml/nginx/changes.xml @ 515:417a087c9c4d release-0.1.32

nginx-0.1.32-RELEASE import *) 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.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 19 May 2005 13:25:22 +0000
parents fbbf16224844
children dadfa78d2270
comparison
equal deleted inserted replaced
514:88d593732655 515:417a087c9c4d
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7 7
8 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10
11
12 <changes ver="0.1.32" date="19.05.2005">
13
14 <change type="bugfix">
15 <para lang="ru">
16 в редиректах, выдаваемых с помощью директивы rewrite, не передавались аргументы;
17 ошибка появилась в 0.1.29.
18 </para>
19 <para lang="en">
20 the arguments were omitted in the redirects, issued by the "rewrite" directive;
21 bug appeared in 0.1.29.
22 </para>
23 </change>
24
25 <change type="feature">
26 <para lang="ru">
27 директива if поддерживает выделения в регулярных выражениях.
28 </para>
29 <para lang="en">
30 the "if" directive supports the captures in regular expressions.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 директива set поддерживает переменные и выделения из регулярных выражений.
37 </para>
38 <para lang="en">
39 the "set" directive supports the variables and the captures of regular
40 expressions.
41 </para>
42 </change>
43
44 <change type="feature">
45 <para lang="ru">
46 в режиме прокси и FastCGI поддерживается строка заголовка X-Accel-Redirect
47 в ответе бэкенда.
48 </para>
49 <para lang="en">
50 the "X-Accel-Redirect" response header line is supported in proxy and FastCGI
51 mode.
52 </para>
53 </change>
54
55 </changes>
10 56
11 57
12 <changes ver="0.1.31" date="16.05.2005"> 58 <changes ver="0.1.31" date="16.05.2005">
13 59
14 <change type="bugfix"> 60 <change type="bugfix">