comparison text/en/CHANGES @ 3066:2d45da11186e

freenginx-1.25.4
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 20 Feb 2024 20:35:49 +0300
parents f14c61d6abad
children 619538194516
comparison
equal deleted inserted replaced
3065:2883f29f34e5 3066:2d45da11186e
1
2 Changes with freenginx 1.25.4 20 Feb 2024
3
4 *) Change: now the "freenginx" name is used in responses.
5
6 *) Bugfix: "open socket left" alerts might appear in logs during worker
7 processes shutdown when using AIO.
8
9 *) Bugfix: a segmentation fault might occur in a worker process if AIO
10 was used in subrequests.
11
12 *) Bugfix: a segmentation fault might occur in a worker process if the
13 "image_filter" directive was used, and errors with code 415 were
14 redirected with the "error_page" directive.
15
16 *) Bugfix: a segmentation fault might occur in a worker process when
17 handling cached responses with the "X-Accel-Redirect" header.
18 Thanks to Jiří Setnička.
19
20 *) Bugfix: a segmentation fault might occur in a worker process when
21 using HTTP/3.
22
23 *) Bugfixes and improvements in HTTP/3.
24
1 25
2 Changes with nginx 1.25.3 24 Oct 2023 26 Changes with nginx 1.25.3 24 Oct 2023
3 27
4 *) Change: improved detection of misbehaving clients when using HTTP/2. 28 *) Change: improved detection of misbehaving clients when using HTTP/2.
5 29