changeset 2240:a9bbf5fbec0b

nginx-1.15.4
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 25 Sep 2018 18:21:50 +0300
parents fc5d2ab333a4
children b7ac730b96f3
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 66 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,33 @@
 
+Changes with nginx 1.15.4                                        25 Sep 2018
+
+    *) Feature: now the "ssl_early_data" directive can be used with OpenSSL.
+
+    *) Bugfix: in the ngx_http_uwsgi_module.
+       Thanks to Chris Caputo.
+
+    *) Bugfix: connections with some gRPC backends might not be cached when
+       using the "keepalive" directive.
+
+    *) Bugfix: a socket leak might occur when using the "error_page"
+       directive to redirect early request processing errors, notably errors
+       with code 400.
+
+    *) Bugfix: the "return" directive did not change the response code when
+       returning errors if the request was redirected by the "error_page"
+       directive.
+
+    *) Bugfix: standard error pages and responses of the
+       ngx_http_autoindex_module module used the "bgcolor" attribute, and
+       might be displayed incorrectly when using custom color settings in
+       browsers.
+       Thanks to Nova DasSarma.
+
+    *) Change: the logging level of the "no suitable key share" and "no
+       suitable signature algorithm" SSL errors has been lowered from "crit"
+       to "info".
+
+
 Changes with nginx 1.15.3                                        28 Aug 2018
 
     *) Feature: now TLSv1.3 can be used with BoringSSL.
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,33 @@
 
+Изменения в nginx 1.15.4                                          25.09.2018
+
+    *) Добавление: теперь директиву ssl_early_data можно использовать с
+       OpenSSL.
+
+    *) Исправление: в модуле ngx_http_uwsgi_module.
+       Спасибо Chris Caputo.
+
+    *) Исправление: соединения к некоторым gRPC-бэкендам могли не
+       кэшироваться при использовании директивы keepalive.
+
+    *) Исправление: при использовании директивы error_page для
+       перенаправления ошибок, возникающих на ранних этапах обработки
+       запроса, в частности ошибок с кодом 400, могла происходить утечка
+       сокетов.
+
+    *) Исправление: директива return при возврате ошибок не изменяла код
+       ответа, если запрос был перенаправлен с помощью директивы error_page.
+
+    *) Исправление: стандартные сообщения об ошибках и ответы модуля
+       ngx_http_autoindex_module содержали атрибут bgcolor, что могло
+       приводить к их некорректному отображению при использовании
+       пользовательских настроек цветов в браузерах.
+       Спасибо Nova DasSarma.
+
+    *) Изменение: уровень логгирования ошибок SSL "no suitable key share" и
+       "no suitable signature algorithm" понижен с уровня crit до info.
+
+
 Изменения в nginx 1.15.3                                          28.08.2018
 
     *) Добавление: теперь TLSv1.3 можно использовать с BoringSSL.
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2018-09-25">
+<para>
+<link doc="en/download.xml">nginx-1.15.4</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2018-09-20">
 <para>
 <link url="https://unit.nginx.org/">unit-1.4</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.15.4" />
 <item ver="1.15.3" />
 <item ver="1.15.2" />
 <item ver="1.15.1" />