Skip to content

Commit 8b33704

Browse files
committed
nginx-1.27.3
1 parent e252727 commit 8b33704

File tree

4 files changed

+63
-0
lines changed

4 files changed

+63
-0
lines changed

text/en/CHANGES

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

2+
Changes with nginx 1.27.3 26 Nov 2024
3+
4+
*) Feature: the "server" directive in the "upstream" block supports the
5+
"resolve" parameter.
6+
7+
*) Feature: the "resolver" and "resolver_timeout" directives in the
8+
"upstream" block.
9+
10+
*) Feature: SmarterMail specific mode support for IMAP LOGIN with
11+
untagged CAPABILITY response in the mail proxy module.
12+
13+
*) Change: now TLSv1 and TLSv1.1 protocols are disabled by default.
14+
15+
*) Change: an IPv6 address in square brackets and no port can be
16+
specified in the "proxy_bind", "fastcgi_bind", "grpc_bind",
17+
"memcached_bind", "scgi_bind", and "uwsgi_bind" directives, and as
18+
client address in ngx_http_realip_module.
19+
20+
*) Bugfix: in the ngx_http_mp4_module.
21+
Thanks to Nils Bars.
22+
23+
*) Bugfix: the "so_keepalive" parameter of the "listen" directive might
24+
be handled incorrectly on DragonFly BSD.
25+
26+
*) Bugfix: in the "proxy_store" directive.
27+
28+
229
Changes with nginx 1.27.2 02 Oct 2024
330

431
*) Feature: SSL certificates, secret keys, and CRLs are now cached on

text/ru/CHANGES.ru

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

2+
Изменения в nginx 1.27.3 26.11.2024
3+
4+
*) Добавление: директива server в блоке upstream поддерживает параметр
5+
resolve.
6+
7+
*) Добавление: директивы resolver и resolver_timeout в блоке upstream.
8+
9+
*) Добавление: поддержка SmarterMail-специфичного режима IMAP LOGIN с
10+
нетегированным ответом CAPABILITY в почтовом прокси-сервере.
11+
12+
*) Изменение: теперь протоколы TLSv1 и TLSv1.1 по умолчанию запрещены.
13+
14+
*) Изменение: IPv6-адрес в квадратных скобках без порта теперь можно
15+
указывать в директивах proxy_bind, fastcgi_bind, grpc_bind,
16+
memcached_bind, scgi_bind и uwsgi_bind, а также как адрес клиента в
17+
модуле ngx_http_realip_module.
18+
19+
*) Исправление: в модуле ngx_http_mp4_module.
20+
Спасибо Nils Bars.
21+
22+
*) Исправление: параметр so_keepalive директивы listen мог работать
23+
некорректно на DragonFly BSD.
24+
25+
*) Исправление: в директиве proxy_store.
26+
27+
228
Изменения в nginx 1.27.2 02.10.2024
329

430
*) Добавление: SSL-сертификаты, секретные ключи и списки CRL теперь

xml/index.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
<year href="2009.html" year="2009" />
2727
</years>
2828

29+
<event date="2024-11-26">
30+
<para>
31+
<link doc="en/download.xml">nginx-1.27.3</link>
32+
mainline version has been released,
33+
featuring automatic re‑resolution of hostnames
34+
in upstream groups using DNS.
35+
</para>
36+
</event>
37+
2938
<event date="2024-10-22">
3039
<para>
3140
<link doc="en/docs/njs/index.xml">njs-0.8.7</link>

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.3" />
1213
<item ver="1.27.2" />
1314
<item ver="1.27.1" />
1415
<item ver="1.27.0" />

0 commit comments

Comments
 (0)