[nginx] svn commit: r4845 - trunk/docs/xml/nginx

mdounin at mdounin.ru mdounin at mdounin.ru
Wed Sep 12 10:41:37 UTC 2012


Author: mdounin
Date: 2012-09-12 10:41:36 +0000 (Wed, 12 Sep 2012)
New Revision: 4845
URL: http://trac.nginx.org/nginx/changeset/4845/nginx

Log:
nginx-1.3.6-RELEASE


Modified:
   trunk/docs/xml/nginx/changes.xml

Modified: trunk/docs/xml/nginx/changes.xml
===================================================================
--- trunk/docs/xml/nginx/changes.xml	2012-09-11 13:36:34 UTC (rev 4844)
+++ trunk/docs/xml/nginx/changes.xml	2012-09-12 10:41:36 UTC (rev 4845)
@@ -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">



More information about the nginx-devel mailing list