diff text/en/CHANGES @ 1492:9b8df6c3cf3e

nginx-1.9.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 May 2015 17:14:04 +0300
parents 6b53e6b7caa4
children 7ece86947201
line wrap: on
line diff
--- a/text/en/CHANGES	Tue May 26 15:50:27 2015 +0300
+++ b/text/en/CHANGES	Tue May 26 17:14:04 2015 +0300
@@ -1,4 +1,24 @@
 
+Changes with nginx 1.9.1                                         26 May 2015
+
+    *) Change: now SSLv3 protocol is disabled by default.
+
+    *) Change: some long deprecated directives are not supported anymore.
+
+    *) Feature: the "reuseport" parameter of the "listen" directive.
+       Thanks to Sepherosa Ziehau and Yingqi Lu.
+
+    *) Feature: the $upstream_connect_time variable.
+
+    *) Bugfix: in the "hash" directive on big-endian platforms.
+
+    *) Bugfix: nginx might fail to start on some old Linux variants; the bug
+       had appeared in 1.7.11.
+
+    *) Bugfix: in IP address parsing.
+       Thanks to Sergey Polovko.
+
+
 Changes with nginx 1.9.0                                         28 Apr 2015
 
     *) Change: obsolete aio and rtsig event methods have been removed.