[nginx] freenginx-1.29.5-RELEASE
Maxim Dounin
mdounin at mdounin.ru
Tue Feb 10 16:46:47 UTC 2026
details: http://freenginx.org/hg/nginx/rev/4f4280557d20
branches:
changeset: 9466:4f4280557d20
user: Maxim Dounin <mdounin at mdounin.ru>
date: Tue Feb 10 19:39:39 2026 +0300
description:
freenginx-1.29.5-RELEASE
diffstat:
docs/xml/nginx/changes.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 61 insertions(+), 0 deletions(-)
diffs (71 lines):
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -7,6 +7,67 @@
<section title="freenginx">
+<changes ver="1.29.5" date="2026-02-10">
+
+<change type="feature">
+<para lang="ru">
+оптимизация использования SSL_sendfile() на FreeBSD.<br/>
+Спасибо Глебу Смирнову.
+</para>
+<para lang="en">
+optimized SSL_sendfile() usage on FreeBSD.<br/>
+Thanks to Gleb Smirnoff.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+бэкенды не признавались неработающими
+после получения ответа
+с кодом 500, 502, 503, 504 или 429,
+если соответствующий код был указан
+в директиве proxy_next_upstream,
+но передача запроса на другой сервер была невозможна.
+</para>
+<para lang="en">
+upstream servers were not marked as failed
+after a response
+with status code 500, 502, 503, 504, or 429
+if the code was listed in
+the "proxy_next_upstream" directive,
+but switching to the next server was not possible.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+расширение управления кэшированием stale-if-error не применялось,
+если бэкенд возвращал ответ
+с кодом 500, 502, 503, 504 или 429
+и соответствующий код был указан
+в директиве proxy_next_upstream.
+</para>
+<para lang="en">
+the "stale-if-error" cache control extension was not applied
+if a backend returned a response
+with status code 500, 502, 503, 504, or 429
+and the code was listed in
+the "proxy_next_upstream" directive.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в обработке преждевременных ответов бэкендов.
+</para>
+<para lang="en">
+in handling of premature backend responses.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="1.29.4" date="2025-12-16">
<change type="feature">
More information about the nginx-devel
mailing list