comparison text/en/CHANGES @ 2240:a9bbf5fbec0b

nginx-1.15.4
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 25 Sep 2018 18:21:50 +0300
parents c57947bf27b7
children 8cc7642ba82e
comparison
equal deleted inserted replaced
2239:fc5d2ab333a4 2240:a9bbf5fbec0b
1
2 Changes with nginx 1.15.4 25 Sep 2018
3
4 *) Feature: now the "ssl_early_data" directive can be used with OpenSSL.
5
6 *) Bugfix: in the ngx_http_uwsgi_module.
7 Thanks to Chris Caputo.
8
9 *) Bugfix: connections with some gRPC backends might not be cached when
10 using the "keepalive" directive.
11
12 *) Bugfix: a socket leak might occur when using the "error_page"
13 directive to redirect early request processing errors, notably errors
14 with code 400.
15
16 *) Bugfix: the "return" directive did not change the response code when
17 returning errors if the request was redirected by the "error_page"
18 directive.
19
20 *) Bugfix: standard error pages and responses of the
21 ngx_http_autoindex_module module used the "bgcolor" attribute, and
22 might be displayed incorrectly when using custom color settings in
23 browsers.
24 Thanks to Nova DasSarma.
25
26 *) Change: the logging level of the "no suitable key share" and "no
27 suitable signature algorithm" SSL errors has been lowered from "crit"
28 to "info".
29
1 30
2 Changes with nginx 1.15.3 28 Aug 2018 31 Changes with nginx 1.15.3 28 Aug 2018
3 32
4 *) Feature: now TLSv1.3 can be used with BoringSSL. 33 *) Feature: now TLSv1.3 can be used with BoringSSL.
5 34