diff text/en/CHANGES @ 1319:c365080bd00a

nginx-1.7.6
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 30 Sep 2014 17:54:30 +0400
parents bb18e3bd3fb9
children a4b94d724879
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Sep 30 11:32:31 2014 +0000
+++ b/text/en/CHANGES	Tue Sep 30 17:54:30 2014 +0400
@@ -1,4 +1,18 @@
 
+Changes with nginx 1.7.6                                         30 Sep 2014
+
+    *) Change: the deprecated "limit_zone" directive is not supported
+       anymore.
+
+    *) Feature: the "limit_conn_zone" and "limit_req_zone" directives now
+       can be used with combinations of multiple variables.
+
+    *) Bugfix: request body might be transmitted incorrectly when retrying a
+       FastCGI request to the next upstream server.
+
+    *) Bugfix: in logging to syslog.
+
+
 Changes with nginx 1.7.5                                         16 Sep 2014
 
     *) Security: it was possible to reuse SSL sessions in unrelated contexts