comparison text/en/CHANGES @ 2409:3bc28d88f34e

nginx-1.17.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 23 Jul 2019 15:16:41 +0300
parents 2c92888a3035
children eecb26e2c4ab
comparison
equal deleted inserted replaced
2408:183c16ce60d0 2409:3bc28d88f34e
1
2 Changes with nginx 1.17.2 23 Jul 2019
3
4 *) Change: minimum supported zlib version is 1.2.0.4.
5 Thanks to Ilya Leoshkevich.
6
7 *) Change: the $r->internal_redirect() embedded perl method now expects
8 escaped URIs.
9
10 *) Feature: it is now possible to switch to a named location using the
11 $r->internal_redirect() embedded perl method.
12
13 *) Bugfix: in error handling in embedded perl.
14
15 *) Bugfix: a segmentation fault might occur on start or during
16 reconfiguration if hash bucket size larger than 64 kilobytes was used
17 in the configuration.
18
19 *) Bugfix: nginx might hog CPU during unbuffered proxying and when
20 proxying WebSocket connections if the select, poll, or /dev/poll
21 methods were used.
22
23 *) Bugfix: in the ngx_http_xslt_filter_module.
24
25 *) Bugfix: in the ngx_http_ssi_filter_module.
26
1 27
2 Changes with nginx 1.17.1 25 Jun 2019 28 Changes with nginx 1.17.1 25 Jun 2019
3 29
4 *) Feature: the "limit_req_dry_run" directive. 30 *) Feature: the "limit_req_dry_run" directive.
5 31