Skip to content

Commit dbd4f33

Browse files
update nginx to 1.24.0
1 parent 9883c52 commit dbd4f33

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
Changes with nginx 1.24.0 11 Apr 2023
3+
4+
*) 1.24.x stable branch.
5+
6+
27
Changes with nginx 1.23.4 28 Mar 2023
38

49
*) Change: now TLSv1.3 protocol is enabled by default.

CHANGES.ru

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
Изменения в nginx 1.24.0 11.04.2023
3+
4+
*) Стабильная ветка 1.24.x.
5+
6+
27
Изменения в nginx 1.23.4 28.03.2023
38

49
*) Изменение: теперь протокол TLSv1.3 разрешён по умолчанию.

src/core/nginx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#define _NGINX_H_INCLUDED_
1010

1111

12-
#define nginx_version 1023004
13-
#define NGINX_VERSION "1.23.4"
12+
#define nginx_version 1024000
13+
#define NGINX_VERSION "1.24.0"
1414
#define NGINX_VER "nginx/" NGINX_VERSION
1515

1616
#ifdef NGX_BUILD

0 commit comments

Comments
 (0)