]> git.kaiwu.me - nginx.git/commitdiff
nginx-1.7.6-RELEASE release-1.7.6
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 30 Sep 2014 13:20:32 +0000 (17:20 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 30 Sep 2014 13:20:32 +0000 (17:20 +0400)
docs/xml/nginx/changes.xml

index 1a5122910caa602f3b6be8ac302533f3c3123c42..512c439f6510df41e8a043b3e50e4ff01e4660ea 100644 (file)
@@ -5,6 +5,51 @@
 <change_log title="nginx">
 
 
+<changes ver="1.7.6" date="30.09.2014">
+
+<change type="change">
+<para lang="ru">
+устаревшая директива limit_zone больше не поддерживается.
+</para>
+<para lang="en">
+the deprecated "limit_zone" directive is not supported anymore.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+в директивах limit_conn_zone и limit_req_zone теперь можно использовать
+комбинации нескольких переменных.
+</para>
+<para lang="en">
+the "limit_conn_zone" and "limit_req_zone" directives now can be used
+with combinations of multiple variables.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при повторной отправке FastCGI-запроса на бэкенд
+тело запроса могло передаваться неправильно.
+</para>
+<para lang="en">
+request body might be transmitted incorrectly
+when retrying a FastCGI request to the next upstream server.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в логгировании в syslog.
+</para>
+<para lang="en">
+in logging to syslog.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="1.7.5" date="16.09.2014">
 
 <change type="security">