comparison text/en/CHANGES @ 2017:a1f1c21cc19d

nginx-1.13.4
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 08 Aug 2017 18:09:58 +0300
parents 18ff9016b82f
children 65dd3c7c076a
comparison
equal deleted inserted replaced
2016:e6de97d14f81 2017:a1f1c21cc19d
1
2 Changes with nginx 1.13.4 08 Aug 2017
3
4 *) Feature: the ngx_http_mirror_module.
5
6 *) Bugfix: client connections might be dropped during configuration
7 testing when using the "reuseport" parameter of the "listen"
8 directive on Linux.
9
10 *) Bugfix: request body might not be available in subrequests if it was
11 saved to a file and proxying was used.
12
13 *) Bugfix: cleaning cache based on the "max_size" parameter did not work
14 on Windows.
15
16 *) Bugfix: any shared memory allocation required 4096 bytes on Windows.
17
18 *) Bugfix: nginx worker might be terminated abnormally when using the
19 "zone" directive inside the "upstream" block on Windows.
20
1 21
2 Changes with nginx 1.13.3 11 Jul 2017 22 Changes with nginx 1.13.3 11 Jul 2017
3 23
4 *) Security: a specially crafted request might result in an integer 24 *) Security: a specially crafted request might result in an integer
5 overflow and incorrect processing of ranges in the range filter, 25 overflow and incorrect processing of ranges in the range filter,