diff text/en/CHANGES-1.6 @ 1264:f6d12250cda5

nginx-1.7.4, nginx-1.6.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 05 Aug 2014 16:55:14 +0400
parents 525190b17193
children bb18e3bd3fb9
line wrap: on
line diff
--- a/text/en/CHANGES-1.6	Mon Aug 04 10:52:00 2014 +0400
+++ b/text/en/CHANGES-1.6	Tue Aug 05 16:55:14 2014 +0400
@@ -1,4 +1,19 @@
 
+Changes with nginx 1.6.1                                         05 Aug 2014
+
+    *) Security: pipelined commands were not discarded after STARTTLS
+       command in SMTP proxy (CVE-2014-3556); the bug had appeared in 1.5.6.
+       Thanks to Chris Boulton.
+
+    *) Bugfix: the $uri variable might contain garbage when returning errors
+       with code 400.
+       Thanks to Sergey Bobrov.
+
+    *) Bugfix: in the "none" parameter in the "smtp_auth" directive; the bug
+       had appeared in 1.5.6.
+       Thanks to Svyatoslav Nikolsky.
+
+
 Changes with nginx 1.6.0                                         24 Apr 2014
 
     *) 1.6.x stable branch.