Skip to content

Commit 5971636

Browse files
committed
nginx-1.27.2
1 parent 2a84b61 commit 5971636

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed

text/en/CHANGES

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

2+
Changes with nginx 1.27.2 02 Oct 2024
3+
4+
*) Feature: SSL certificates, secret keys, and CRLs are now cached on
5+
start or during reconfiguration.
6+
7+
*) Feature: client certificate validation with OCSP in the stream
8+
module.
9+
10+
*) Feature: OCSP stapling support in the stream module.
11+
12+
*) Feature: the "proxy_pass_trailers" directive in the
13+
ngx_http_proxy_module.
14+
15+
*) Feature: the "ssl_client_certificate" directive now supports
16+
certificates with auxiliary information.
17+
18+
*) Change: now the "ssl_client_certificate" directive is not required
19+
for client SSL certificates verification.
20+
21+
222
Changes with nginx 1.27.1 14 Aug 2024
323

424
*) Security: processing of a specially crafted mp4 file by the

text/ru/CHANGES.ru

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

2+
Изменения в nginx 1.27.2 02.10.2024
3+
4+
*) Добавление: SSL-сертификаты, секретные ключи и списки CRL теперь
5+
кешируются на старте или во время переконфигурации.
6+
7+
*) Добавление: проверка клиентских сертификатов с помощью OCSP в модуле
8+
stream.
9+
10+
*) Добавление: поддержка OCSP stapling в модуле stream.
11+
12+
*) Добавление: директива proxy_pass_trailers в модуле
13+
ngx_http_proxy_module.
14+
15+
*) Добавление: директива ssl_client_certificate теперь поддерживает
16+
сертификаты с дополнительными данными.
17+
18+
*) Изменение: теперь наличие директивы ssl_client_certificate не
19+
обязательно для проверки клиентских SSL-сертификатов.
20+
21+
222
Изменения в nginx 1.27.1 14.08.2024
323

424
*) Безопасность: обработка специально созданного mp4-файла модулем

xml/index.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
<news name="nginx news" link="/" lang="en">
99

10+
<event date="2024-10-02">
11+
<para>
12+
<link doc="en/download.xml">nginx-1.27.2</link>
13+
mainline version has been released.
14+
</para>
15+
</event>
16+
1017
<event date="2024-09-06">
1118
<para>
1219
The <link doc="en/index.xml">nginx</link> project

xml/versions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<download tag="mainline" changes="">
1111

12+
<item ver="1.27.2" />
1213
<item ver="1.27.1" />
1314
<item ver="1.27.0" />
1415

0 commit comments

Comments
 (0)