Hello! On Tue, Apr 11, 2023 at 06:05:14PM +0400, Sergey Kandaurov wrote:
> > On 11 Apr 2023, at 17:48, Maxim Dounin <mdou...@mdounin.ru> wrote: > > > > Hello! > > > > Below are patches for the nginx-1.24.0 release, and corresponding > > changes to the site. > > > > # HG changeset patch > > # User Maxim Dounin <mdou...@mdounin.ru> > > # Date 1681177300 -10800 > > # Tue Apr 11 04:41:40 2023 +0300 > > # Branch stable-1.24 > > # Node ID 05cf7574d94bb980428cbb63aa488631c24b8000 > > # Parent 5f1d05a21287ba0290dd3a17ad501595b442a194 > > Stable branch. > > > > diff --git a/src/core/nginx.h b/src/core/nginx.h > > --- a/src/core/nginx.h > > +++ b/src/core/nginx.h > > @@ -9,8 +9,8 @@ > > #define _NGINX_H_INCLUDED_ > > > > > > -#define nginx_version 1023004 > > -#define NGINX_VERSION "1.23.4" > > +#define nginx_version 1024000 > > +#define NGINX_VERSION "1.24.0" > > #define NGINX_VER "nginx/" NGINX_VERSION > > > > #ifdef NGX_BUILD > > # HG changeset patch > > # User Maxim Dounin <mdou...@mdounin.ru> > > # Date 1681177534 -10800 > > # Tue Apr 11 04:45:34 2023 +0300 > > # Branch stable-1.24 > > # Node ID 420f96a6f7ac612b2b11750139cf8f4959803717 > > # Parent 05cf7574d94bb980428cbb63aa488631c24b8000 > > nginx-1.24.0-RELEASE > > > > diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml > > --- a/docs/xml/nginx/changes.xml > > +++ b/docs/xml/nginx/changes.xml > > @@ -5,6 +5,20 @@ > > <change_log title="nginx"> > > > > > > +<changes ver="1.24.0" date="2023-04-11"> > > + > > +<change> > > +<para lang="ru"> > > +Стабильная ветка 1.24.x. > > +</para> > > +<para lang="en"> > > +1.24.x stable branch. > > +</para> > > +</change> > > + > > +</changes> > > + > > + > > <changes ver="1.23.4" date="2023-03-28"> > > > > <change type="change"> > > # HG changeset patch > > # User Maxim Dounin <mdou...@mdounin.ru> > > # Date 1681177534 -10800 > > # Tue Apr 11 04:45:34 2023 +0300 > > # Branch stable-1.24 > > # Node ID a4bbb03659dbc4a71cfa5a4dc5e00889ef76d2e6 > > # Parent 420f96a6f7ac612b2b11750139cf8f4959803717 > > release-1.24.0 tag > > > > diff --git a/.hgtags b/.hgtags > > --- a/.hgtags > > +++ b/.hgtags > > @@ -472,3 +472,4 @@ a63d0a70afea96813ba6667997bc7d68b5863f0d > > aa901551a7ebad1e8b0f8c11cb44e3424ba29707 release-1.23.2 > > ff3afd1ce6a6b65057741df442adfaa71a0e2588 release-1.23.3 > > ac779115ed6ee4f3039e9aea414a54e560450ee2 release-1.23.4 > > +420f96a6f7ac612b2b11750139cf8f4959803717 release-1.24.0 > > > > > > Site changes: > > > > # HG changeset patch > > # User Maxim Dounin <mdou...@mdounin.ru> > > # Date 1681178829 -10800 > > # Tue Apr 11 05:07:09 2023 +0300 > > # Node ID 583e46a19af473885e8f2d43fa6b31ed0f238892 > > # Parent b9ba7c498d95156861857809bc205aea1e8b445a > > nginx-1.24.0 > > > > diff --git a/text/en/CHANGES b/text/en/CHANGES-1.24 > > 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. > > diff --git a/text/ru/CHANGES.ru b/text/ru/CHANGES.ru-1.24 > > 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 разрешён по умолчанию. > > diff --git a/xml/index.xml b/xml/index.xml > > --- a/xml/index.xml > > +++ b/xml/index.xml > > @@ -7,6 +7,23 @@ > > > > <news name="nginx news" link="/" lang="en"> > > > > +<event date="2024-04-11"> > > wrong date Fixed, thanks. > > +<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 > > — > > +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, > > +and more. > > worth to mention TLS tickets keys rotation? Yes, sure. diff --git a/xml/index.xml b/xml/index.xml --- a/xml/index.xml +++ b/xml/index.xml @@ -7,7 +7,7 @@ <news name="nginx news" link="/" lang="en"> -<event date="2024-04-11"> +<event date="2023-04-11"> <para> <link doc="en/download.xml">nginx-1.24.0</link> stable version has been released, @@ -20,6 +20,10 @@ better sanity checking of the 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> -- Maxim Dounin http://mdounin.ru/ _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel