comparison text/en/CHANGES @ 2416:eecb26e2c4ab

nginx-1.17.3, nginx-1.16.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 13 Aug 2019 20:00:02 +0300
parents 3bc28d88f34e
children c1acbe5e1222
comparison
equal deleted inserted replaced
2415:f5f0d3fe3608 2416:eecb26e2c4ab
1
2 Changes with nginx 1.17.3 13 Aug 2019
3
4 *) Security: when using HTTP/2 a client might cause excessive memory
5 consumption and CPU usage (CVE-2019-9511, CVE-2019-9513,
6 CVE-2019-9516).
7
8 *) Bugfix: "zero size buf" alerts might appear in logs when using
9 gzipping; the bug had appeared in 1.17.2.
10
11 *) Bugfix: a segmentation fault might occur in a worker process if the
12 "resolver" directive was used in SMTP proxy.
13
1 14
2 Changes with nginx 1.17.2 23 Jul 2019 15 Changes with nginx 1.17.2 23 Jul 2019
3 16
4 *) Change: minimum supported zlib version is 1.2.0.4. 17 *) Change: minimum supported zlib version is 1.2.0.4.
5 Thanks to Ilya Leoshkevich. 18 Thanks to Ilya Leoshkevich.