> On 11 Apr 2023, at 18:29, Maxim Dounin <mdou...@mdounin.ru> wrote: > > 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. >>> >>> [..] >>> >>> 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> >
Good for me, thanks. -- Sergey Kandaurov _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel