comparison text/en/CHANGES @ 2226:c57947bf27b7

nginx-1.15.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 Aug 2018 18:43:09 +0300
parents f9f4d8e070dc
children a9bbf5fbec0b
comparison
equal deleted inserted replaced
2225:e2c3d17d0f58 2226:c57947bf27b7
1
2 Changes with nginx 1.15.3 28 Aug 2018
3
4 *) Feature: now TLSv1.3 can be used with BoringSSL.
5
6 *) Feature: the "ssl_early_data" directive, currently available with
7 BoringSSL.
8
9 *) Feature: the "keepalive_timeout" and "keepalive_requests" directives
10 in the "upstream" block.
11
12 *) Bugfix: the ngx_http_dav_module did not truncate destination file
13 when copying a file over an existing one with the COPY method.
14
15 *) Bugfix: the ngx_http_dav_module used zero access rights on the
16 destination file and did not preserve file modification time when
17 moving a file between different file systems with the MOVE method.
18
19 *) Bugfix: the ngx_http_dav_module used default access rights when
20 copying a file with the COPY method.
21
22 *) Workaround: some clients might not work when using HTTP/2; the bug
23 had appeared in 1.13.5.
24
25 *) Bugfix: nginx could not be built with LibreSSL 2.8.0.
26
1 27
2 Changes with nginx 1.15.2 24 Jul 2018 28 Changes with nginx 1.15.2 24 Jul 2018
3 29
4 *) Feature: the $ssl_preread_protocol variable in the 30 *) Feature: the $ssl_preread_protocol variable in the
5 ngx_stream_ssl_preread_module. 31 ngx_stream_ssl_preread_module.