changeset 2401:2c92888a3035

nginx-1.17.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 25 Jun 2019 15:29:35 +0300
parents f86b5961e9b8
children eab3badef441
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 43 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Jun 25 10:02:31 2019 +0300
+++ b/text/en/CHANGES	Tue Jun 25 15:29:35 2019 +0300
@@ -1,4 +1,21 @@
 
+Changes with nginx 1.17.1                                        25 Jun 2019
+
+    *) Feature: the "limit_req_dry_run" directive.
+
+    *) Feature: when using the "hash" directive inside the "upstream" block
+       an empty hash key now triggers round-robin balancing.
+       Thanks to Niklas Keller.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if
+       caching was used along with the "image_filter" directive, and errors
+       with code 415 were redirected with the "error_page" directive; the
+       bug had appeared in 1.11.10.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if
+       embedded perl was used; the bug had appeared in 1.7.3.
+
+
 Changes with nginx 1.17.0                                        21 May 2019
 
     *) Feature: variables support in the "limit_rate" and "limit_rate_after"
--- a/text/ru/CHANGES.ru	Tue Jun 25 10:02:31 2019 +0300
+++ b/text/ru/CHANGES.ru	Tue Jun 25 15:29:35 2019 +0300
@@ -1,4 +1,22 @@
 
+Изменения в nginx 1.17.1                                          25.06.2019
+
+    *) Добавление: директива limit_req_dry_run.
+
+    *) Добавление: при использовании директивы hash в блоке upstream пустой
+       ключ хэширования теперь приводит к переключению на round-robin
+       балансировку.
+       Спасибо Niklas Keller.
+
+    *) Исправление: в рабочем процессе мог произойти segmentation fault,
+       если использовалось кэширование и директива image_filter, а ошибки с
+       кодом 415 перенаправлялись с помощь директивы error_page; ошибка
+       появилась в 1.11.10.
+
+    *) Исправление: в рабочем процессе мог произойти segmentation fault,
+       если использовался встроенный перл; ошибка появилась в 1.7.3.
+
+
 Изменения в nginx 1.17.0                                          21.05.2019
 
     *) Добавление: директивы limit_rate и limit_rate_after поддерживают
--- a/xml/index.xml	Tue Jun 25 10:02:31 2019 +0300
+++ b/xml/index.xml	Tue Jun 25 15:29:35 2019 +0300
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2019-06-25">
+<para>
+<link doc="en/download.xml">nginx-1.17.1</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2019-05-30">
 <para>
 <link url="https://unit.nginx.org/">unit-1.9.0</link>
--- a/xml/versions.xml	Tue Jun 25 10:02:31 2019 +0300
+++ b/xml/versions.xml	Tue Jun 25 15:29:35 2019 +0300
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.17.1" />
 <item ver="1.17.0" />
 
 </download>