comparison text/en/CHANGES @ 2287:83f1b1e6d8a9

nginx-1.15.7
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 Nov 2018 17:56:16 +0300
parents 3fa4584907b8
children bff6da10f841
comparison
equal deleted inserted replaced
2286:b9144a131eff 2287:83f1b1e6d8a9
1
2 Changes with nginx 1.15.7 27 Nov 2018
3
4 *) Feature: the "proxy_requests" directive in the stream module.
5
6 *) Feature: the "delay" parameter of the "limit_req" directive.
7 Thanks to Vladislav Shabanov and Peter Shchuchkin.
8
9 *) Bugfix: memory leak on errors during reconfiguration.
10
11 *) Bugfix: in the $upstream_response_time, $upstream_connect_time, and
12 $upstream_header_time variables.
13
14 *) Bugfix: a segmentation fault might occur in a worker process if the
15 ngx_http_mp4_module was used on 32-bit platforms.
16
1 17
2 Changes with nginx 1.15.6 06 Nov 2018 18 Changes with nginx 1.15.6 06 Nov 2018
3 19
4 *) Security: when using HTTP/2 a client might cause excessive memory 20 *) Security: when using HTTP/2 a client might cause excessive memory
5 consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844). 21 consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844).