Skip to content

Commit

Permalink
nginx-1.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pluknet committed Nov 26, 2024
1 parent e252727 commit 8b33704
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 0 deletions.
27 changes: 27 additions & 0 deletions text/en/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@

Changes with nginx 1.27.3 26 Nov 2024

*) Feature: the "server" directive in the "upstream" block supports the
"resolve" parameter.

*) Feature: the "resolver" and "resolver_timeout" directives in the
"upstream" block.

*) Feature: SmarterMail specific mode support for IMAP LOGIN with
untagged CAPABILITY response in the mail proxy module.

*) Change: now TLSv1 and TLSv1.1 protocols are disabled by default.

*) Change: an IPv6 address in square brackets and no port can be
specified in the "proxy_bind", "fastcgi_bind", "grpc_bind",
"memcached_bind", "scgi_bind", and "uwsgi_bind" directives, and as
client address in ngx_http_realip_module.

*) Bugfix: in the ngx_http_mp4_module.
Thanks to Nils Bars.

*) Bugfix: the "so_keepalive" parameter of the "listen" directive might
be handled incorrectly on DragonFly BSD.

*) Bugfix: in the "proxy_store" directive.


Changes with nginx 1.27.2 02 Oct 2024

*) Feature: SSL certificates, secret keys, and CRLs are now cached on
Expand Down
26 changes: 26 additions & 0 deletions text/ru/CHANGES.ru
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@

Изменения в nginx 1.27.3 26.11.2024

*) Добавление: директива server в блоке upstream поддерживает параметр
resolve.

*) Добавление: директивы resolver и resolver_timeout в блоке upstream.

*) Добавление: поддержка SmarterMail-специфичного режима IMAP LOGIN с
нетегированным ответом CAPABILITY в почтовом прокси-сервере.

*) Изменение: теперь протоколы TLSv1 и TLSv1.1 по умолчанию запрещены.

*) Изменение: IPv6-адрес в квадратных скобках без порта теперь можно
указывать в директивах proxy_bind, fastcgi_bind, grpc_bind,
memcached_bind, scgi_bind и uwsgi_bind, а также как адрес клиента в
модуле ngx_http_realip_module.

*) Исправление: в модуле ngx_http_mp4_module.
Спасибо Nils Bars.

*) Исправление: параметр so_keepalive директивы listen мог работать
некорректно на DragonFly BSD.

*) Исправление: в директиве proxy_store.


Изменения в nginx 1.27.2 02.10.2024

*) Добавление: SSL-сертификаты, секретные ключи и списки CRL теперь
Expand Down
9 changes: 9 additions & 0 deletions xml/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
<year href="2009.html" year="2009" />
</years>

<event date="2024-11-26">
<para>
<link doc="en/download.xml">nginx-1.27.3</link>
mainline version has been released,
featuring automatic re‑resolution of hostnames
in upstream groups using DNS.
</para>
</event>

<event date="2024-10-22">
<para>
<link doc="en/docs/njs/index.xml">njs-0.8.7</link>
Expand Down
1 change: 1 addition & 0 deletions xml/versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

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

<item ver="1.27.3" />
<item ver="1.27.2" />
<item ver="1.27.1" />
<item ver="1.27.0" />
Expand Down

0 comments on commit 8b33704

Please sign in to comment.