comparison docs/xml/nginx/changes.xml @ 603:858700ae46b4 release-0.3.23

nginx-0.3.23-RELEASE import *) Feature: the "optimize_host_names" directive. *) Bugfix: in using of the variables in the "path" and "alias" directives. *) Bugfix: the ngx_http_perl_module was incorrectly built on Linux and Solaris.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Jan 2006 16:08:27 +0000
parents 77f77f53214a
children 5dac8c7fb71b
comparison
equal deleted inserted replaced
602:0d42d54505f2 603:858700ae46b4
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.23" date="24.01.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 директива optimize_host_names.
17 </para>
18 <para lang="en">
19 the "optimize_host_names" directive.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 ошибки при использовании переменных в директивах path и alias.
26 </para>
27 <para lang="en">
28 in using of the variables in the "path" and "alias" directives.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 модуль ngx_http_perl_module неправильно собирался на Linux и Solaris.
35 </para>
36 <para lang="en">
37 the ngx_http_perl_module was incorrectly built on Linux and Solaris.
38 </para>
39 </change>
40
41 </changes>
10 42
11 43
12 <changes ver="0.3.22" date="17.01.2006"> 44 <changes ver="0.3.22" date="17.01.2006">
13 45
14 <change type="feature"> 46 <change type="feature">