comparison docs/xml/nginx/changes.xml @ 553:45033d85b30e release-0.2.5

nginx-0.2.5-RELEASE import *) Change: the duplicate value of the ngx_http_geo_module variable now causes the warning and changes old value. *) Feature: the ngx_http_ssi_module supports the "set" command. *) Feature: the ngx_http_ssi_module supports the "file" parameter in the "include" command. *) Feature: the ngx_http_ssi_module supports the variable value substitutions in expressions of the "if" command.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 04 Oct 2005 10:38:53 +0000
parents 483cca230603
children 7bd37aef1e7e
comparison
equal deleted inserted replaced
552:b6f3197058d3 553:45033d85b30e
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.2.5" date="04.10.2005">
13
14 <change type="change">
15 <para lang="ru">
16 дублирующее значение переменной модуля ngx_http_geo_module теперь
17 выдаёт предупреждение и изменяёт старое значение.
18 </para>
19 <para lang="en">
20 the duplicate value of the ngx_http_geo_module variable now causes
21 the warning and changes old value.
22 </para>
23 </change>
24
25 <change type="feature">
26 <para lang="ru">
27 модуль ngx_http_ssi_module поддерживает команду set.
28 </para>
29 <para lang="en">
30 the ngx_http_ssi_module supports the "set" command.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 модуль ngx_http_ssi_module поддерживает параметр file в команде include.
37 </para>
38 <para lang="en">
39 the ngx_http_ssi_module supports the "file" parameter in the "include" command.
40 </para>
41 </change>
42
43 <change type="feature">
44 <para lang="ru">
45 модуль ngx_http_ssi_module поддерживает подстановку значений переменных
46 в выражениях команды if.
47 </para>
48 <para lang="en">
49 the ngx_http_ssi_module supports the variable value substitutions in
50 epxiressions of the "if" command.
51 </para>
52 </change>
53
54 </changes>
10 55
11 56
12 <changes ver="0.2.4" date="03.10.2005"> 57 <changes ver="0.2.4" date="03.10.2005">
13 58
14 <change type="feature"> 59 <change type="feature">