comparison docs/xml/nginx/changes.xml @ 533:d6e48c08d718 release-0.1.41

nginx-0.1.41-RELEASE import *) Bugfix: if the variable was used in the configuration file, then it can not be used in SSI.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 19 Aug 2005 08:54:17 +0000
parents c3bd8cdabb8f
children 563ad09abf50
comparison
equal deleted inserted replaced
532:6fadb47f2d26 533:d6e48c08d718
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.41" date="25.07.2005">
13
14 <change type="bugfix">
15 <para lang="ru">
16 если переменная использовалась в файле конфигурации,
17 то она не могла использоваться в SSI.
18 </para>
19 <para lang="en">
20 if the variable was used in the configuration file,
21 then it can not be used in SSI.
22 </para>
23 </change>
24
25 </changes>
10 26
11 27
12 <changes ver="0.1.40" date="22.07.2005"> 28 <changes ver="0.1.40" date="22.07.2005">
13 29
14 <change type="bugfix"> 30 <change type="bugfix">