[nginx] freenginx-1.27.4-RELEASE
Maxim Dounin
mdounin at mdounin.ru
Tue Sep 3 10:18:02 UTC 2024
details: http://freenginx.org/hg/nginx/rev/3e58802df709
branches:
changeset: 9330:3e58802df709
user: Maxim Dounin <mdounin at mdounin.ru>
date: Tue Sep 03 13:11:24 2024 +0300
description:
freenginx-1.27.4-RELEASE
diffstat:
docs/xml/nginx/changes.xml | 68 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 68 insertions(+), 0 deletions(-)
diffs (78 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,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">
More information about the nginx-devel
mailing list