diff text/en/CHANGES @ 2351:3ef39edf4836

nginx-1.15.10
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 Mar 2019 17:16:50 +0300
parents 702e7aaf188f
children 32ad38998260
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Mar 26 17:09:15 2019 +0300
+++ b/text/en/CHANGES	Tue Mar 26 17:16:50 2019 +0300
@@ -1,4 +1,21 @@
 
+Changes with nginx 1.15.10                                       26 Mar 2019
+
+    *) Change: when using a hostname in the "listen" directive nginx now
+       creates listening sockets for all addresses the hostname resolves to
+       (previously, only the first address was used).
+
+    *) Feature: port ranges in the "listen" directive.
+
+    *) Feature: loading of SSL certificates and secret keys from variables.
+
+    *) Workaround: the $ssl_server_name variable might be empty when using
+       OpenSSL 1.1.1.
+
+    *) Bugfix: nginx/Windows could not be built with Visual Studio 2015 or
+       newer; the bug had appeared in 1.15.9.
+
+
 Changes with nginx 1.15.9                                        26 Feb 2019
 
     *) Feature: variables support in the "ssl_certificate" and