nginx-1.3.6-RELEASE

This commit is contained in:
Maxim Dounin 2012-09-12 10:41:36 +00:00
parent 6fa37a6c3b
commit 3b80194f50

View File

@ -5,6 +5,62 @@
<change_log title="nginx">
<changes ver="1.3.6" date="12.09.2012">
<change type="feature">
<para lang="ru">
модуль ngx_http_gunzip_filter_module.
</para>
<para lang="en">
the ngx_http_gunzip_filter_module.
</para>
</change>
<change type="feature">
<para lang="ru">
директива memcached_gzip_flag.
</para>
<para lang="en">
the "memcached_gzip_flag" directive.
</para>
</change>
<change type="feature">
<para lang="ru">
параметр always директивы gzip_static.
</para>
<para lang="en">
the "always" parameter of the "gzip_static" directive.
</para>
</change>
<change type="bugfix">
<para lang="ru">
в директиве "limit_req";
ошибка появилась в 1.1.14.<br/>
Спасибо Charles Chen.
</para>
<para lang="en">
in the "limit_req" directive;
the bug had appeared in 1.1.14.<br/>
Thanks to Charles Chen.
</para>
</change>
<change type="bugfix">
<para lang="ru">
nginx не собирался gcc 4.7 с оптимизацией -O2
если использовался параметр --with-ipv6.
</para>
<para lang="en">
nginx could not be built by gcc 4.7 with -O2 optimization
if the --with-ipv6 option was used.
</para>
</change>
</changes>
<changes ver="1.3.5" date="21.08.2012">
<change type="change">