comparison text/en/CHANGES @ 2209:f9f4d8e070dc

nginx-1.15.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 Jul 2018 16:21:18 +0300
parents c551c13e159d
children c57947bf27b7
comparison
equal deleted inserted replaced
2208:b4ed6d353111 2209:f9f4d8e070dc
1
2 Changes with nginx 1.15.2 24 Jul 2018
3
4 *) Feature: the $ssl_preread_protocol variable in the
5 ngx_stream_ssl_preread_module.
6
7 *) Feature: now when using the "reset_timedout_connection" directive
8 nginx will reset connections being closed with the 444 code.
9
10 *) Change: a logging level of the "http request", "https proxy request",
11 "unsupported protocol", and "version too low" SSL errors has been
12 lowered from "crit" to "info".
13
14 *) Bugfix: DNS requests were not resent if initial sending of a request
15 failed.
16
17 *) Bugfix: the "reuseport" parameter of the "listen" directive was
18 ignored if the number of worker processes was specified after the
19 "listen" directive.
20
21 *) Bugfix: when using OpenSSL 1.1.0 or newer it was not possible to
22 switch off "ssl_prefer_server_ciphers" in a virtual server if it was
23 switched on in the default server.
24
25 *) Bugfix: SSL session reuse with upstream servers did not work with the
26 TLS 1.3 protocol.
27
1 28
2 Changes with nginx 1.15.1 03 Jul 2018 29 Changes with nginx 1.15.1 03 Jul 2018
3 30
4 *) Feature: the "random" directive inside the "upstream" block. 31 *) Feature: the "random" directive inside the "upstream" block.
5 32