comparison docs/xml/nginx/changes.xml @ 595:ebc68d8ca496 release-0.3.19

nginx-0.3.19-RELEASE import *) Feature: the "path" and "alias" directives support the variables. *) Change: now the "valid_referers" directive again checks the URI part. *) Bugfix: in SSI handling.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Dec 2005 14:23:52 +0000
parents 425af804d968
children 9262f520ce21
comparison
equal deleted inserted replaced
594:6248cd598b13 595:ebc68d8ca496
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.3.19" date="28.12.2005">
13
14 <change type="feature">
15 <para lang="ru">
16 директивы path и alias поддерживают переменные.
17 </para>
18 <para lang="en">
19 the "path" and "alias" directives support the variables.
20 </para>
21 </change>
22
23 <change type="change">
24 <para lang="ru">
25 теперь директива valid_referers опять учитывает URI.
26 </para>
27 <para lang="en">
28 now the "valid_referers" directive again checks the URI part.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 ошибки в обработке SSI.
35 </para>
36 <para lang="en">
37 in SSI handling.
38 </para>
39 </change>
40
41 </changes>
10 42
11 43
12 <changes ver="0.3.18" date="26.12.2005"> 44 <changes ver="0.3.18" date="26.12.2005">
13 45
14 <change type="feature"> 46 <change type="feature">