# HG changeset patch # User Maxim Dounin # Date 1532438478 -10800 # Node ID f9f4d8e070dcde5629504254bcee0a079243f0a8 # Parent b4ed6d3531114b2d614cd1aba9493a22e009b864 nginx-1.15.2 diff -r b4ed6d353111 -r f9f4d8e070dc text/en/CHANGES --- a/text/en/CHANGES Fri Jul 20 08:57:24 2018 +0300 +++ b/text/en/CHANGES Tue Jul 24 16:21:18 2018 +0300 @@ -1,4 +1,31 @@ +Changes with nginx 1.15.2 24 Jul 2018 + + *) Feature: the $ssl_preread_protocol variable in the + ngx_stream_ssl_preread_module. + + *) Feature: now when using the "reset_timedout_connection" directive + nginx will reset connections being closed with the 444 code. + + *) Change: a logging level of the "http request", "https proxy request", + "unsupported protocol", and "version too low" SSL errors has been + lowered from "crit" to "info". + + *) Bugfix: DNS requests were not resent if initial sending of a request + failed. + + *) Bugfix: the "reuseport" parameter of the "listen" directive was + ignored if the number of worker processes was specified after the + "listen" directive. + + *) Bugfix: when using OpenSSL 1.1.0 or newer it was not possible to + switch off "ssl_prefer_server_ciphers" in a virtual server if it was + switched on in the default server. + + *) Bugfix: SSL session reuse with upstream servers did not work with the + TLS 1.3 protocol. + + Changes with nginx 1.15.1 03 Jul 2018 *) Feature: the "random" directive inside the "upstream" block. diff -r b4ed6d353111 -r f9f4d8e070dc text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Fri Jul 20 08:57:24 2018 +0300 +++ b/text/ru/CHANGES.ru Tue Jul 24 16:21:18 2018 +0300 @@ -1,4 +1,31 @@ +Изменения в nginx 1.15.2 24.07.2018 + + *) Добавление: переменная $ssl_preread_protocol в модуле + ngx_stream_ssl_preread_module. + + *) Добавление: теперь при использовании директивы + reset_timedout_connection nginx сбрасывает соединения, закрываемые с + кодом 444. + + *) Изменение: уровень логгирования ошибок SSL "http request", "https + proxy request", "unsupported protocol" и "version too low" понижен с + уровня crit до info. + + *) Исправление: запросы к DNS-серверу не отправлялись повторно, если при + первой попытке отправки происходила ошибка. + + *) Исправление: параметр reuseport директивы listen игнорировался, если + количество рабочих процессов было задано после директивы listen. + + *) Исправление: при использовании OpenSSL 1.1.0 и новее директиву + ssl_prefer_server_ciphers нельзя было выключить в виртуальном + сервере, если она была включена в сервере по умолчанию. + + *) Исправление: повторное использование SSL-сессий к бэкендам не + работало с протоколом TLS 1.3. + + Изменения в nginx 1.15.1 03.07.2018 *) Добавление: директива random в блоке upstream. diff -r b4ed6d353111 -r f9f4d8e070dc xml/index.xml --- a/xml/index.xml Fri Jul 20 08:57:24 2018 +0300 +++ b/xml/index.xml Tue Jul 24 16:21:18 2018 +0300 @@ -7,6 +7,13 @@ + + +nginx-1.15.2 +mainline version has been released. + + + unit-1.3 diff -r b4ed6d353111 -r f9f4d8e070dc xml/versions.xml --- a/xml/versions.xml Fri Jul 20 08:57:24 2018 +0300 +++ b/xml/versions.xml Tue Jul 24 16:21:18 2018 +0300 @@ -9,6 +9,7 @@ +