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.
This commit is contained in:
Igor Sysoev 2006-02-22 19:41:39 +00:00
parent 2a74c506c7
commit cce886c71d
7 changed files with 90 additions and 4 deletions

View file

@ -9,6 +9,39 @@
<title lang="en">nginx changelog</title>
<changes ver="0.3.30" date="22.02.2006">
<change type="change">
<para lang="ru">
ÕÒÏ×ÅÎØ ÚÁÐÉÓÉ × ÌÏÇ ÏÛÉÂËÉ ECONNABORTED ÉÚÍÅΣΠÎÁ error Ó ÕÒÏ×ÎÑ crit.
</para>
<para lang="en">
the ECONNABORTED error log level was changed to "error" from "crit".
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÍÏÄÕÌØ ngx_http_perl_module ÎÅ ÓÏÂÉÒÁÌÓÑ ÂÅÚ ÍÏÄÕÌÑ ngx_http_ssi_filter_module.
</para>
<para lang="en">
the ngx_http_perl_module could not be build without
the ngx_http_ssi_filter_module.
</para>
</change>
<change type="bugfix">
<para lang="ru">
nginx ÎÅ ÓÏÂÉÒÁÌÓÑ ÎÁ i386 ÐÌÁÔÆÏÒÍÅ, ÅÓÌÉ ÉÓÐÏÌØÚÏ×ÁÌÓÑ PIC.
</para>
<para lang="en">
nginx could not be built on i386 platform, if the PIC was used.
</para>
</change>
</changes>
<changes ver="0.3.29" date="20.02.2006">
<change type="feature">