diff text/en/CHANGES @ 1756:c9ecddf796b5

nginx-1.11.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 Jul 2016 17:06:53 +0300
parents 27bbcdecd12c
children 0aacc6cbc759
line wrap: on
line diff
--- a/text/en/CHANGES	Wed Jul 20 15:09:42 2016 +0300
+++ b/text/en/CHANGES	Tue Jul 26 17:06:53 2016 +0300
@@ -1,4 +1,25 @@
 
+Changes with nginx 1.11.3                                        26 Jul 2016
+
+    *) Change: now the "accept_mutex" directive is turned off by default.
+
+    *) Feature: now nginx uses EPOLLEXCLUSIVE on Linux.
+
+    *) Feature: the ngx_stream_geo_module.
+
+    *) Feature: the ngx_stream_geoip_module.
+
+    *) Feature: the ngx_stream_split_clients_module.
+
+    *) Feature: variables support in the "proxy_pass" and "proxy_ssl_name"
+       directives in the stream module.
+
+    *) Bugfix: socket leak when using HTTP/2.
+
+    *) Bugfix: in configure tests.
+       Thanks to Piotr Sikora.
+
+
 Changes with nginx 1.11.2                                        05 Jul 2016
 
     *) Change: now nginx always uses internal MD5 and SHA1 implementations;