diff text/en/CHANGES @ 2975:f8ad45c72992

nginx-1.25.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 13 Jun 2023 18:15:59 +0300
parents b0c023422110
children 1ae01ea2eca8
line wrap: on
line diff
--- a/text/en/CHANGES	Fri Jun 09 14:36:19 2023 -0700
+++ b/text/en/CHANGES	Tue Jun 13 18:15:59 2023 +0300
@@ -1,4 +1,17 @@
 
+Changes with nginx 1.25.1                                        13 Jun 2023
+
+    *) Feature: the "http2" directive, which enables HTTP/2 on a per-server
+       basis; the "http2" parameter of the "listen" directive is now
+       deprecated.
+
+    *) Change: HTTP/2 server push support has been removed.
+
+    *) Change: the deprecated "ssl" directive is not supported anymore.
+
+    *) Bugfix: in HTTP/3 when using OpenSSL.
+
+
 Changes with nginx 1.25.0                                        23 May 2023
 
     *) Feature: experimental HTTP/3 support.