comparison docs/xml/nginx/changes.xml @ 617:51b27717f140 release-0.3.30

nginx-0.3.30-RELEASE import *) Change: the ECONNABORTED error log level was changed to "error" from "crit". *) Bugfix: the ngx_http_perl_module could not be build without the ngx_http_ssi_filter_module. *) Bugfix: nginx could not be built on i386 platform, if the PIC was used; the bug had appeared in 0.3.27.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 22 Feb 2006 19:41:39 +0000
parents 5ef026a2ac74
children 7a16e281c01f
comparison
equal deleted inserted replaced
616:3ac637aa8f17 617:51b27717f140
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.30" date="22.02.2006">
13
14 <change type="change">
15 <para lang="ru">
16 уровень записи в лог ошибки ECONNABORTED изменён на error с уровня crit.
17 </para>
18 <para lang="en">
19 the ECONNABORTED error log level was changed to "error" from "crit".
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 модуль ngx_http_perl_module не собирался без модуля ngx_http_ssi_filter_module.
26 </para>
27 <para lang="en">
28 the ngx_http_perl_module could not be build without
29 the ngx_http_ssi_filter_module.
30 </para>
31 </change>
32
33 <change type="bugfix">
34 <para lang="ru">
35 nginx не собирался на i386 платформе, если использовался PIC.
36 </para>
37 <para lang="en">
38 nginx could not be built on i386 platform, if the PIC was used.
39 </para>
40 </change>
41
42 </changes>
10 43
11 44
12 <changes ver="0.3.29" date="20.02.2006"> 45 <changes ver="0.3.29" date="20.02.2006">
13 46
14 <change type="feature"> 47 <change type="feature">