We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9883c52 commit dbd4f33Copy full SHA for dbd4f33
CHANGES
@@ -1,4 +1,9 @@
1
2
+Changes with nginx 1.24.0 11 Apr 2023
3
+
4
+ *) 1.24.x stable branch.
5
6
7
Changes with nginx 1.23.4 28 Mar 2023
8
9
*) Change: now TLSv1.3 protocol is enabled by default.
CHANGES.ru
+Изменения в nginx 1.24.0 11.04.2023
+ *) Стабильная ветка 1.24.x.
Изменения в nginx 1.23.4 28.03.2023
*) Изменение: теперь протокол TLSv1.3 разрешён по умолчанию.
src/core/nginx.h
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
10
11
12
-#define nginx_version 1023004
13
-#define NGINX_VERSION "1.23.4"
+#define nginx_version 1024000
+#define NGINX_VERSION "1.24.0"
14
#define NGINX_VER "nginx/" NGINX_VERSION
15
16
#ifdef NGX_BUILD
0 commit comments