diff 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
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,28 @@
 
+Changes with freenginx 1.25.4                                    20 Feb 2024
+
+    *) Change: now the "freenginx" name is used in responses.
+
+    *) Bugfix: "open socket left" alerts might appear in logs during worker
+       processes shutdown when using AIO.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if AIO
+       was used in subrequests.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if the
+       "image_filter" directive was used, and errors with code 415 were
+       redirected with the "error_page" directive.
+
+    *) Bugfix: a segmentation fault might occur in a worker process when
+       handling cached responses with the "X-Accel-Redirect" header.
+       Thanks to Jiří Setnička.
+
+    *) Bugfix: a segmentation fault might occur in a worker process when
+       using HTTP/3.
+
+    *) Bugfixes and improvements in HTTP/3.
+
+
 Changes with nginx 1.25.3                                        24 Oct 2023
 
     *) Change: improved detection of misbehaving clients when using HTTP/2.