diff text/en/CHANGES @ 2993:1ae01ea2eca8

nginx-1.25.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 15 Aug 2023 20:12:08 +0300
parents f8ad45c72992
children f14c61d6abad
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Aug 15 12:36:26 2023 +0100
+++ b/text/en/CHANGES	Tue Aug 15 20:12:08 2023 +0300
@@ -1,4 +1,23 @@
 
+Changes with nginx 1.25.2                                        15 Aug 2023
+
+    *) Feature: path MTU discovery when using HTTP/3.
+
+    *) Feature: TLS_AES_128_CCM_SHA256 cipher suite support when using
+       HTTP/3.
+
+    *) Change: now nginx uses appname "nginx" when loading OpenSSL
+       configuration.
+
+    *) Change: now nginx does not try to load OpenSSL configuration if the
+       --with-openssl option was used to built OpenSSL and the OPENSSL_CONF
+       environment variable is not set.
+
+    *) Bugfix: in the $body_bytes_sent variable when using HTTP/3.
+
+    *) Bugfix: in HTTP/3.
+
+
 Changes with nginx 1.25.1                                        13 Jun 2023
 
     *) Feature: the "http2" directive, which enables HTTP/2 on a per-server