changeset 3082:796fbd13ae36 default tip

freenginx-1.27.0
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 14 May 2024 17:59:30 +0300
parents eb5950986b11
children
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 87 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,42 @@
 
+Changes with freenginx 1.27.0                                    14 May 2024
+
+    *) Feature: updated descriptions of HTTP status codes.
+       Thanks to Michiel W. Beijen.
+
+    *) Change: now, if an error occurs during reading a request body, the
+       request body is automatically discarded, and for complex error
+       processing, such as proxying, it is no longer needed to explicitly
+       disable passing of the request body to the proxied server.
+
+    *) Change: the logging level of the "SSL alert number N" and "invalid
+       alert" SSL errors has been lowered from "crit" to "info".
+
+    *) Change: now freenginx always returns an error if a header name is not
+       followed by a colon.
+       Thanks to Maksim Yevmenkin.
+
+    *) Feature: the "off" parameter of the "pid" directive.
+
+    *) Feature: now during reconfiguration no attempt to recreate the PID
+       file is made if the name in the "pid" directive was changed, but
+       points to the same file via symlinks.
+
+    *) Workaround: "PID file ... not readable (yet?) after start" and
+       "Failed to parse PID from file..." errors might appear when starting
+       with systemd.
+
+    *) Bugfix: no error was written to the error log when a timeout occurred
+       during reading a request body.
+
+    *) Bugfix: redirecting errors with code 413 with the "error_page"
+       directive worked incorrectly when using HTTP/2 and HTTP/3.
+
+    *) Bugfix: freenginx could not be built on NetBSD 10.0.
+
+    *) Bugfix: in HTTP/3.
+
+
 Changes with freenginx 1.25.5                                    02 Apr 2024
 
     *) Change: MIME type for the "bmp" extension has been changed to
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,42 @@
 
+Изменения в freenginx 1.27.0                                      14.05.2024
+
+    *) Добавление: обновлены текстовые описания кодов ответов.
+       Спасибо Michiel W. Beijen.
+
+    *) Изменение: теперь, если при чтении тела запроса происходит ошибка,
+       тело запроса автоматически отбрасывается, и при сложной обработке
+       ошибок, в частности при проксировании ошибок, не требуется явно
+       запрещать передачу тела запроса на проксируемый сервер.
+
+    *) Изменение: уровень логгирования ошибок SSL "SSL alert number N" и
+       "invalid alert" понижен с уровня crit до info.
+
+    *) Изменение: теперь freenginx всегда возвращает ошибку, если за именем
+       заголовка не следует двоеточие.
+       Спасибо Максиму Евменкину.
+
+    *) Добавление: параметр off в директиве pid.
+
+    *) Добавление: теперь при переконфигурации не делается попытка
+       пересоздать PID-файл, если имя в директиве pid изменилось, но
+       указывает на тот же файл через симлинки.
+
+    *) Изменение: при запуске под systemd могли возникать ошибки "PID file
+       ... not readable (yet?) after start" и "Failed to parse PID from
+       file...".
+
+    *) Исправление: если во время чтения тела запроса происходил таймаут, об
+       этом не сообщалось в лог ошибок.
+
+    *) Исправление: перенаправление ошибок 413 с помощью дерективы
+       error_page работало некорректно при использовании HTTP/2 и HTTP/3.
+
+    *) Исправление: freenginx не собирался на NetBSD 10.0.
+
+    *) Исправление: в HTTP/3.
+
+
 Изменения в freenginx 1.25.5                                      02.04.2024
 
     *) Изменение: MIME-тип для расширения bmp изменён на "image/bmp", для
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -8,6 +8,16 @@
 
 <news name="freenginx news" link="/" lang="en">
 
+<event date="2024-05-14">
+<para>
+<link doc="en/download.xml">freenginx-1.27.0</link>
+mainline version has been released,
+featuring better handling of errors during reading request bodies
+and <link doc="en/docs/ngx_core_module.xml" id="pid">PID file</link>
+writing improvements.
+</para>
+</event>
+
 <event date="2024-04-09">
 <para>
 <link doc="en/download.xml">freenginx-1.26.0</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,7 +9,7 @@
 
 <download tag="mainline" changes="">
 
-<item ver="1.25.5" name="freenginx" />
+<item ver="1.27.0" name="freenginx" />
 
 </download>