diff text/en/CHANGES @ 1992:e92780d00a6d

nginx-1.13.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 30 May 2017 18:03:28 +0300
parents 57a1ef2902bf
children 6391902d1334
line wrap: on
line diff
--- a/text/en/CHANGES	Fri May 26 18:58:03 2017 +0300
+++ b/text/en/CHANGES	Tue May 30 18:03:28 2017 +0300
@@ -1,4 +1,34 @@
 
+Changes with nginx 1.13.1                                        30 May 2017
+
+    *) Feature: now a hostname can be used as the "set_real_ip_from"
+       directive parameter.
+
+    *) Feature: vim syntax highlighting scripts improvements.
+
+    *) Feature: the "worker_cpu_affinity" directive now works on DragonFly
+       BSD.
+       Thanks to Sepherosa Ziehau.
+
+    *) Bugfix: SSL renegotiation on backend connections did not work when
+       using OpenSSL before 1.1.0.
+
+    *) Workaround: nginx could not be built with Oracle Developer Studio
+       12.5.
+
+    *) Workaround: now cache manager ignores long locked cache entries when
+       cleaning cache based on the "max_size" parameter.
+
+    *) Bugfix: client SSL connections were immediately closed if deferred
+       accept and the "proxy_protocol" parameter of the "listen" directive
+       were used.
+
+    *) Bugfix: in the "proxy_cache_background_update" directive.
+
+    *) Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY
+       option before an SSL handshake.
+
+
 Changes with nginx 1.13.0                                        25 Apr 2017
 
     *) Change: SSL renegotiation is now allowed on backend connections.