details: http://freenginx.org/hg/nginx/rev/e4207f631186 branches: changeset: 9479:e4207f631186 user: Maxim Dounin <[email protected]> date: Tue Mar 10 17:42:16 2026 +0300 description: freenginx-1.29.6-RELEASE
diffstat: docs/xml/nginx/changes.xml | 71 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 71 insertions(+), 0 deletions(-) diffs (81 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,77 @@ <section title="freenginx"> +<changes ver="1.29.6" date="2026-03-10"> + +<change type="bugfix"> +<para lang="ru"> +при использовании переменных в proxy_pass +в лог могли попадать некорректные сообщения +"upstream server temporarily disabled". +</para> +<para lang="en"> +incorrect "upstream server temporarily disabled" +messages might be logged +when using variables in the "proxy_pass" directive. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +повторная отправка запроса на другой gRPC-бэкенд +могла работать некорректно.<br/> +Спасибо David Carlier. +</para> +<para lang="en"> +retrying a request to the next gRPC upstream server +might not work correctly.<br/> +Thanks to David Carlier. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в рабочем процессе мог произойти segmentation fault, +если использовался модуль ngx_http_xslt_filter_module. +</para> +<para lang="en"> +a segmentation fault might occur in a worker process +if the ngx_http_xslt_filter_module was used. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в рабочем процессе мог произойти segmentation fault, +если использовался модуль ngx_http_mp4_module. +</para> +<para lang="en"> +a segmentation fault might occur in a worker process +if the ngx_http_mp4_module was used. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в модулях ngx_http_uwsgi_module и ngx_http_scgi_module. +</para> +<para lang="en"> +in the ngx_http_uwsgi_module and ngx_http_scgi_module modules. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в обработке ошибок выделения памяти. +</para> +<para lang="en"> +in memory allocation error handling. +</para> +</change> + +</changes> + + <changes ver="1.29.5" date="2026-02-10"> <change type="feature">
