nginx-1.24.0 draft

2023-04-11 Thread Maxim Dounin
Hello! Below are patches for the nginx-1.24.0 release, and corresponding changes to the site. # HG changeset patch # User Maxim Dounin # Date 1681177300 -10800 # Tue Apr 11 04:41:40 2023 +0300 # Branch stable-1.24 # Node ID 05cf7574d94bb980428cbb63aa488631c24b8000 # Parent 5f1d05a21287ba0

Re: nginx-1.24.0 draft

2023-04-11 Thread Sergey Kandaurov
> On 11 Apr 2023, at 17:48, Maxim Dounin wrote: > > Hello! > > Below are patches for the nginx-1.24.0 release, and corresponding > changes to the site. > > # HG changeset patch > # User Maxim Dounin > # Date 1681177300 -10800 > # Tue Apr 11 04:41:40 2023 +0300 > # Branch stable-1.24 > #

Re: [PATCH] QUIC: removed TLSv1.3 requirement from README

2023-04-11 Thread Roman Arutyunyan
Hi, On Mon, Apr 10, 2023 at 02:11:44PM -0700, Maxim Konovalov wrote: > On 10.04.2023 04:47, Roman Arutyunyan wrote: > > # HG changeset patch > > # User Roman Arutyunyan > > # Date 1681127095 -14400 > > # Mon Apr 10 15:44:55 2023 +0400 > > # Branch quic > > # Node ID b14b0c9887fbf22e24bd0d044

Re: nginx-1.24.0 draft

2023-04-11 Thread Maxim Dounin
Hello! On Tue, Apr 11, 2023 at 06:05:14PM +0400, Sergey Kandaurov wrote: > > On 11 Apr 2023, at 17:48, Maxim Dounin wrote: > > > > Hello! > > > > Below are patches for the nginx-1.24.0 release, and corresponding > > changes to the site. > > > > # HG changeset patch > > # User Maxim Dounin >

Re: nginx-1.24.0 draft

2023-04-11 Thread Sergey Kandaurov
> On 11 Apr 2023, at 18:29, Maxim Dounin wrote: > > Hello! > > On Tue, Apr 11, 2023 at 06:05:14PM +0400, Sergey Kandaurov wrote: > >>> On 11 Apr 2023, at 17:48, Maxim Dounin wrote: >>> >>> Hello! >>> >>> Below are patches for the nginx-1.24.0 release, and corresponding >>> changes to the s

Re: [PATCH] QUIC: removed TLSv1.3 requirement from README

2023-04-11 Thread Maxim Konovalov
On 11.04.2023 07:29, Roman Arutyunyan wrote: Hi, On Mon, Apr 10, 2023 at 02:11:44PM -0700, Maxim Konovalov wrote: On 10.04.2023 04:47, Roman Arutyunyan wrote: # HG changeset patch # User Roman Arutyunyan # Date 1681127095 -14400 # Mon Apr 10 15:44:55 2023 +0400 # Branch quic # Node ID b1

Re: nginx-1.24.0 draft

2023-04-11 Thread Maxim Dounin
Hello! On Tue, Apr 11, 2023 at 06:36:51PM +0400, Sergey Kandaurov wrote: > > > On 11 Apr 2023, at 18:29, Maxim Dounin wrote: > > > > Hello! > > > > On Tue, Apr 11, 2023 at 06:05:14PM +0400, Sergey Kandaurov wrote: > > > >>> On 11 Apr 2023, at 17:48, Maxim Dounin wrote: > >>> > >>> Hello! >

[nginx] Stable branch.

2023-04-11 Thread Konstantin Pavlov
details: https://hg.nginx.org/nginx/rev/05cf7574d94b branches: stable-1.24 changeset: 8157:05cf7574d94b user: Maxim Dounin date: Tue Apr 11 04:41:40 2023 +0300 description: Stable branch. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs

[nginx] release-1.24.0 tag

2023-04-11 Thread Konstantin Pavlov
details: https://hg.nginx.org/nginx/rev/a4bbb03659db branches: stable-1.24 changeset: 8159:a4bbb03659db user: Maxim Dounin date: Tue Apr 11 04:45:34 2023 +0300 description: release-1.24.0 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines

[nginx] nginx-1.24.0-RELEASE

2023-04-11 Thread Konstantin Pavlov
details: https://hg.nginx.org/nginx/rev/420f96a6f7ac branches: stable-1.24 changeset: 8158:420f96a6f7ac user: Maxim Dounin date: Tue Apr 11 04:45:34 2023 +0300 description: nginx-1.24.0-RELEASE diffstat: docs/xml/nginx/changes.xml | 14 ++ 1 files changed, 14 insertion

[njs] Version bump.

2023-04-11 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/46c0af7318b8 branches: changeset: 2084:46c0af7318b8 user: Dmitry Volyntsev date: Mon Apr 10 23:06:29 2023 -0700 description: Version bump. diffstat: src/njs.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines): diff

[njs] Simplified functional stack unwinding.

2023-04-11 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/29ddc56f7aa5 branches: changeset: 2085:29ddc56f7aa5 user: Dmitry Volyntsev date: Mon Apr 10 23:06:34 2023 -0700 description: Simplified functional stack unwinding. diffstat: src/njs_function.c | 73 +---