changeset 4844:3aeb14f88dae release-1.3.6

nginx-1.3.6-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 12 Sep 2012 10:41:36 +0000
parents 762605076600
children d13ab0094fc9
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 56 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -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">