details: http://freenginx.org/hg/nginx/rev/cac0fa572138 branches: changeset: 9494:cac0fa572138 user: Maxim Dounin <[email protected]> date: Tue Mar 31 18:07:23 2026 +0300 description: freenginx-1.29.7-RELEASE
diffstat: docs/xml/nginx/changes.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 53 insertions(+), 0 deletions(-) diffs (63 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,59 @@ <section title="freenginx"> +<changes ver="1.29.7" date="2026-03-31"> + +<change type="feature"> +<para lang="ru"> +совместимость с OpenSSL 4.0. +</para> +<para lang="en"> +OpenSSL 4.0 compatibility. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в рабочем процессе мог произойти segmentation fault, +если модуль ngx_http_dav_module использовался +для обработки методов COPY и MOVE +в location с директивой alias. +</para> +<para lang="en"> +a segmentation fault might occur in a worker process +if the ngx_http_dav_module was used +to handle COPY and MOVE methods +in a location with the "alias" directive. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при использовании директивы resolver в SMTP прокси-сервере +имя хоста клиента не экранировалось +при передаче на сервер аутентификации +и в команде XCLIENT. +</para> +<para lang="en"> +client host name was not escaped +in requests to the authentication server +and in the XCLIENT command +if the "resolver" directive was used in the SMTP proxy. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в почтовом прокси-сервере. +</para> +<para lang="en"> +in the mail proxy module. +</para> +</change> + +</changes> + + <changes ver="1.29.6" date="2026-03-10"> <change type="bugfix">
