comparison 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
comparison
equal deleted inserted replaced
2350:8e35f3af574b 2351:3ef39edf4836
1
2 Changes with nginx 1.15.10 26 Mar 2019
3
4 *) Change: when using a hostname in the "listen" directive nginx now
5 creates listening sockets for all addresses the hostname resolves to
6 (previously, only the first address was used).
7
8 *) Feature: port ranges in the "listen" directive.
9
10 *) Feature: loading of SSL certificates and secret keys from variables.
11
12 *) Workaround: the $ssl_server_name variable might be empty when using
13 OpenSSL 1.1.1.
14
15 *) Bugfix: nginx/Windows could not be built with Visual Studio 2015 or
16 newer; the bug had appeared in 1.15.9.
17
1 18
2 Changes with nginx 1.15.9 26 Feb 2019 19 Changes with nginx 1.15.9 26 Feb 2019
3 20
4 *) Feature: variables support in the "ssl_certificate" and 21 *) Feature: variables support in the "ssl_certificate" and
5 "ssl_certificate_key" directives. 22 "ssl_certificate_key" directives.