comparison docs/xml/nginx/changes.xml @ 778:d24a71731436 release-0.4.9

nginx-0.4.9-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Fri, 13 Oct 2006 15:43:19 +0000
parents 0f404f82a134
children d6f0a00015fd
comparison
equal deleted inserted replaced
777:4ab852b691f5 778:d24a71731436
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.4.9" date="13.10.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 параметр set в команде SSI include.
17 </para>
18 <para lang="en">
19 the "set" parameter in the "include" SSI command.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 модуль ngx_http_perl_module теперь проверяет версию модуля nginx.pm.
26 </para>
27 <para lang="en">
28 the ngx_http_perl_module now tests the nginx.pm module version.
29 </para>
30 </change>
31
32 </changes>
10 33
11 34
12 <changes ver="0.4.8" date="11.10.2006"> 35 <changes ver="0.4.8" date="11.10.2006">
13 36
14 <change type="bugfix"> 37 <change type="bugfix">