[nginx-site] freenginx-1.29.0
Maxim Dounin
mdounin at mdounin.ru
Tue Jul 8 11:38:22 UTC 2025
details: http://freenginx.org/hg/nginx-site/rev/3a560618c4cd
branches:
changeset: 3111:3a560618c4cd
user: Maxim Dounin <mdounin at mdounin.ru>
date: Tue Jul 08 14:36:04 2025 +0300
description:
freenginx-1.29.0
diffstat:
text/en/CHANGES | 38 ++++++++++++++++++++++++++++++++++++++
text/ru/CHANGES.ru | 39 +++++++++++++++++++++++++++++++++++++++
xml/index.xml | 16 ++++++++++++++++
xml/versions.xml | 2 +-
4 files changed, 94 insertions(+), 1 deletions(-)
diffs (131 lines):
diff --git a/text/en/CHANGES b/text/en/CHANGES
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,42 @@
+Changes with freenginx 1.29.0 08 Jul 2025
+
+ *) Change: the "directio" directive now works when returning responses
+ from cache.
+
+ *) Change: the "limit_rate" directive now uses the leaky bucket
+ algorithm, allowing more accurate enforcement of the specified rate;
+ the "limit_rate_after" directive specifies the allowed size of
+ traffic bursts.
+
+ *) Change: the $request_time variable now remains correct on system time
+ changes.
+
+ *) Feature: the "send_min_rate" and "client_body_min_rate" directives.
+
+ *) Feature: the "limit_rate" and "limit_rate_after" directives in the
+ mail proxy module.
+
+ *) Feature: the "lingering_close", "lingering_time", and
+ "lingering_timeout" directives in the mail proxy module.
+
+ *) Feature: connection limiting in the mail proxy module.
+
+ *) Workaround: the "send_timeout" directive might not work when the
+ kernel TCP memory limit was reached on Linux.
+
+ *) Workaround: gcc 15.1 compatibility.
+
+ *) Bugfix: a segmentation fault might occur in a worker process if the
+ "proxy_ssl_password_file" directive was used in the stream module;
+ the bug had appeared in 1.23.1.
+
+ *) Bugfix: a segmentation fault might occur in a worker process on
+ shutdown; the bug had appeared in 1.27.2.
+
+ *) Bugfix: in the "open_file_cache" directive.
+
+
Changes with freenginx 1.27.6 15 Apr 2025
*) Workaround: the X25519MLKEM768 group name was not shown in the
diff --git a/text/ru/CHANGES.ru b/text/ru/CHANGES.ru
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,43 @@
+Изменения в freenginx 1.29.0 08.07.2025
+
+ *) Изменение: теперь директива directio работает для ответов,
+ возвращаемых из кэша.
+
+ *) Изменение: теперь директива limit_rate использует алгоритм leaky
+ bucket, что позволяет более точно поддерживать заданную скорость;
+ директива limit_rate_after задаёт допустимый размер всплесков
+ трафика.
+
+ *) Изменение: теперь переменная $request_time остаётся корректной при
+ изменениях системного времени.
+
+ *) Добавление: директивы send_min_rate и client_body_min_rate.
+
+ *) Добавление: директивы limit_rate и limit_rate_after в почтовом
+ прокси-сервере.
+
+ *) Добавление: директивы lingering_close, lingering_time и
+ lingering_timeout в почтовом прокси-сервере.
+
+ *) Добавление: ограничение количества соединений в почтовом
+ прокси-сервере.
+
+ *) Изменение: при достижении ограничения ядра на занимаемую TCP память
+ директива "send_timeout" могла не работать.
+
+ *) Изменение: совместимость с gcc 15.1.
+
+ *) Исправление: в рабочем процессе мог произойти segmentation fault,
+ если использовалась директива proxy_ssl_password_file в модуле
+ stream; ошибка появилась в 1.23.1.
+
+ *) Исправление: при завершении рабочего процесса мог произойти
+ segmentation fault; ошибка появилась в 1.27.2.
+
+ *) Исправление: в директиве open_file_cache.
+
+
Изменения в freenginx 1.27.6 15.04.2025
*) Изменение: при использовании OpenSSL 3.5 в переменных $ssl_curve и
diff --git a/xml/index.xml b/xml/index.xml
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -8,6 +8,22 @@
<news name="freenginx news" link="/" lang="en">
+<event date="2025-07-08">
+<para>
+<link doc="en/download.xml">freenginx-1.29.0</link>
+mainline version has been released,
+featuring
+improved handling of network memory pressure conditions on Linux,
+<link doc="en/docs/http/ngx_http_core_module.xml" id="directio"/>
+support in cache,
+<link doc="en/docs/mail/ngx_mail_core_module.xml" id="limit_rate"/>
+and
+<link doc="en/docs/mail/ngx_mail_limit_conn_module.xml">connection
+limiting</link> in the mail proxy module,
+and more.
+</para>
+</event>
+
<event date="2025-04-22">
<para>
<link doc="en/download.xml">freenginx-1.28.0</link>
diff --git a/xml/versions.xml b/xml/versions.xml
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,7 +9,7 @@
<download tag="mainline" changes="">
-<item ver="1.27.6" name="freenginx" />
+<item ver="1.29.0" name="freenginx" />
</download>
More information about the nginx-devel
mailing list