comparison text/en/CHANGES @ 3022:f14c61d6abad

nginx-1.25.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 Oct 2023 16:56:09 +0300
parents 1ae01ea2eca8
children 2d45da11186e
comparison
equal deleted inserted replaced
3021:ec6f7fcd3d90 3022:f14c61d6abad
1
2 Changes with nginx 1.25.3 24 Oct 2023
3
4 *) Change: improved detection of misbehaving clients when using HTTP/2.
5
6 *) Feature: startup speedup when using a large number of locations.
7 Thanks to Yusuke Nojima.
8
9 *) Bugfix: a segmentation fault might occur in a worker process when
10 using HTTP/2 without SSL; the bug had appeared in 1.25.1.
11
12 *) Bugfix: the "Status" backend response header line with an empty
13 reason phrase was handled incorrectly.
14
15 *) Bugfix: memory leak during reconfiguration when using the PCRE2
16 library.
17 Thanks to ZhenZhong Wu.
18
19 *) Bugfixes and improvements in HTTP/3.
20
1 21
2 Changes with nginx 1.25.2 15 Aug 2023 22 Changes with nginx 1.25.2 15 Aug 2023
3 23
4 *) Feature: path MTU discovery when using HTTP/3. 24 *) Feature: path MTU discovery when using HTTP/3.
5 25