changeset 9330:3e58802df709 release-1.27.4

freenginx-1.27.4-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Sep 2024 13:11:24 +0300
parents eebab9268326
children dbf76fdd109f
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 68 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -7,6 +7,74 @@
 <section title="freenginx">
 
 
+<changes ver="1.27.4" date="2024-09-03">
+
+<change type="feature">
+<para lang="ru">
+переменная $ssl_client_fingerprint_sha256.
+</para>
+<para lang="en">
+the $ssl_client_fingerprint_sha256 variable.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+теперь серверу аутентификации почтового прокси-сервера
+передаётся строка заголовка "Auth-SSL-Fingerprint-SHA256".
+</para>
+<para lang="en">
+the "Auth-SSL-Fingerprint-SHA256 header line
+is now passed to the mail proxy authentication server.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+MIME-тип для расширения js изменён на "text/javascript",
+для расширения mjs теперь используется тип "text/javascript",
+для расширений md и markdown теперь используется тип "text/markdown";
+значение по умолчанию директивы charset_types теперь включает
+"text/javascript" и "text/markdown".
+</para>
+<para lang="en">
+MIME type for the "js" extension has been changed to "text/javascript",
+the "mjs" extension now uses the "text/javascript" MIME type,
+and the "md" and "markdown" extensions now use the "text/markdown" MIME type;
+the default value of the "charset_types" directive now includes
+"text/javascript" and "text/markdown".
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в рабочем процессе мог произойти segmentation fault,
+если использовался модуль ngx_http_mp4_module;
+ошибка появилась в 1.5.13.
+</para>
+<para lang="en">
+a segmentation fault might occur in a worker process
+if the ngx_http_mp4_module was used;
+the bug had appeared in 1.5.13.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при обработке запросов со строкой "Expect: 100-continue" в заголовке запроса
+в рабочем процессе мог произойти segmentation fault;
+ошибка появилась в 1.27.0.
+</para>
+<para lang="en">
+a segmentation fault might occur in a worker process
+when handling requests with the "Expect: 100-continue" request header line;
+the bug had appeared in 1.27.0.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="1.27.3" date="2024-08-13">
 
 <change type="change">