changeset 2954:4cfe7dc4a871

nginx-1.24.0
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 11 Apr 2023 17:30:02 +0300
parents b9ba7c498d95
children 2c4d7151b9a9
files text/en/CHANGES-1.24 text/ru/CHANGES.ru-1.24 xml/index.xml xml/versions.xml
diffstat 4 files changed, 40 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
copy from text/en/CHANGES
copy to text/en/CHANGES-1.24
--- a/text/en/CHANGES
+++ b/text/en/CHANGES-1.24
@@ -1,4 +1,9 @@
 
+Changes with nginx 1.24.0                                        11 Apr 2023
+
+    *) 1.24.x stable branch.
+
+
 Changes with nginx 1.23.4                                        28 Mar 2023
 
     *) Change: now TLSv1.3 protocol is enabled by default.
copy from text/ru/CHANGES.ru
copy to text/ru/CHANGES.ru-1.24
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru-1.24
@@ -1,4 +1,9 @@
 
+Изменения в nginx 1.24.0                                          11.04.2023
+
+    *) Стабильная ветка 1.24.x.
+
+
 Изменения в nginx 1.23.4                                          28.03.2023
 
     *) Изменение: теперь протокол TLSv1.3 разрешён по умолчанию.
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,27 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2023-04-11">
+<para>
+<link doc="en/download.xml">nginx-1.24.0</link>
+stable version has been released,
+incorporating new features and bug fixes from the 1.23.x mainline branch &mdash;
+including
+improved handling of multiple header lines with identical names,
+memory usage optimization in configurations with SSL proxying,
+better sanity checking of the
+<link doc="en/docs/http/ngx_http_core_module.xml" id="listen"/> directive
+protocol parameters,
+<link doc="en/docs/http/ngx_http_ssl_module.xml" id="ssl_protocols">TLSv1.3
+protocol</link> enabled by default,
+automatic rotation of TLS session tickets encryption keys
+when using shared memory in the
+<link doc="en/docs/http/ngx_http_ssl_module.xml" id="ssl_session_cache"/>
+directive,
+and more.
+</para>
+</event>
+
 <event date="2023-04-10">
 <para>
 <link doc="en/docs/njs/index.xml">njs-0.7.12</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -10,6 +10,14 @@
 <download tag="mainline" changes="">
 
 <item ver="1.23.4" />
+
+</download>
+
+
+<download tag="stable" changes="1.24">
+
+<item ver="1.24.0" />
+<item ver="1.23.4" />
 <item ver="1.23.3" />
 <item ver="1.23.2" />
 <item ver="1.23.1" />
@@ -18,7 +26,7 @@
 </download>
 
 
-<download tag="stable" changes="1.22">
+<download tag="legacy" changes="1.22">
 
 <item ver="1.22.1" />
 <item ver="1.22.0" />