diff 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
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,24 @@
 
+Changes with nginx 1.25.3                                        24 Oct 2023
+
+    *) Change: improved detection of misbehaving clients when using HTTP/2.
+
+    *) Feature: startup speedup when using a large number of locations.
+       Thanks to Yusuke Nojima.
+
+    *) Bugfix: a segmentation fault might occur in a worker process when
+       using HTTP/2 without SSL; the bug had appeared in 1.25.1.
+
+    *) Bugfix: the "Status" backend response header line with an empty
+       reason phrase was handled incorrectly.
+
+    *) Bugfix: memory leak during reconfiguration when using the PCRE2
+       library.
+       Thanks to ZhenZhong Wu.
+
+    *) Bugfixes and improvements in HTTP/3.
+
+
 Changes with nginx 1.25.2                                        15 Aug 2023
 
     *) Feature: path MTU discovery when using HTTP/3.