diff text/en/CHANGES @ 1206:c61cccf4fad6

nginx-1.7.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 May 2014 18:05:59 +0400
parents 525190b17193
children 7dd620e507c3
line wrap: on
line diff
--- a/text/en/CHANGES	Tue May 27 15:54:31 2014 +0400
+++ b/text/en/CHANGES	Tue May 27 18:05:59 2014 +0400
@@ -1,4 +1,40 @@
 
+Changes with nginx 1.7.1                                         27 May 2014
+
+    *) Feature: the "$upstream_cookie_..." variables.
+
+    *) Feature: the $ssl_client_fingerprint variable.
+
+    *) Feature: the "error_log" and "access_log" directives now support
+       logging to syslog.
+
+    *) Feature: the mail proxy now logs client port on connect.
+
+    *) Bugfix: memory leak if the "ssl_stapling" directive was used.
+       Thanks to Filipe da Silva.
+
+    *) Bugfix: the "alias" directive used inside a location given by a
+       regular expression worked incorrectly if the "if" or "limit_except"
+       directives were used.
+
+    *) Bugfix: the "charset" directive did not set a charset to encoded
+       backend responses.
+
+    *) Bugfix: a "proxy_pass" directive without URI part might use original
+       request after the $args variable was set.
+       Thanks to Yichun Zhang.
+
+    *) Bugfix: in the "none" parameter in the "smtp_auth" directive; the bug
+       had appeared in 1.5.6.
+       Thanks to Svyatoslav Nikolsky.
+
+    *) Bugfix: if sub_filter and SSI were used together, then responses
+       might be transferred incorrectly.
+
+    *) Bugfix: nginx could not be built with the --with-file-aio option on
+       Linux/aarch64.
+
+
 Changes with nginx 1.7.0                                         24 Apr 2014
 
     *) Feature: backend SSL certificate verification.