changeset 2287:83f1b1e6d8a9

nginx-1.15.7
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 Nov 2018 17:56:16 +0300
parents b9144a131eff
children 786e96c52c7a
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 41 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,20 @@
 
+Changes with nginx 1.15.7                                        27 Nov 2018
+
+    *) Feature: the "proxy_requests" directive in the stream module.
+
+    *) Feature: the "delay" parameter of the "limit_req" directive.
+       Thanks to Vladislav Shabanov and Peter Shchuchkin.
+
+    *) Bugfix: memory leak on errors during reconfiguration.
+
+    *) Bugfix: in the $upstream_response_time, $upstream_connect_time, and
+       $upstream_header_time variables.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if the
+       ngx_http_mp4_module was used on 32-bit platforms.
+
+
 Changes with nginx 1.15.6                                        06 Nov 2018
 
     *) Security: when using HTTP/2 a client might cause excessive memory
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,21 @@
 
+Изменения в nginx 1.15.7                                          27.11.2018
+
+    *) Добавление: директива proxy_requests в модуле stream.
+
+    *) Добавление: параметр "delay" директивы "limit_req".
+       Спасибо Владиславу Шабанову и Петру Щучкину.
+
+    *) Исправление: утечки памяти в случае ошибок при переконфигурации.
+
+    *) Исправление: в переменных $upstream_response_time,
+       $upstream_connect_time и $upstream_header_time.
+
+    *) Исправление: в рабочем процессе мог произойти segmentation fault,
+       если использовался модуль ngx_http_mp4_module на 32-битных
+       платформах.
+
+
 Изменения в nginx 1.15.6                                          06.11.2018
 
     *) Безопасность: при использовании HTTP/2 клиент мог вызвать чрезмерное
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -9,6 +9,13 @@
 
 <event date="2018-11-27">
 <para>
+<link doc="en/download.xml">nginx-1.15.7</link>
+mainline version has been released.
+</para>
+</event>
+
+<event date="2018-11-27">
+<para>
 <link doc="en/docs/njs/index.xml">njs-0.2.6</link>
 version has been released, featuring
 initial support for mutable prototypes
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.15.7" />
 <item ver="1.15.6" />
 <item ver="1.15.5" />
 <item ver="1.15.4" />