# HG changeset patch # User Maxim Dounin # Date 1561465775 -10800 # Node ID 2c92888a3035450ee97b4c2122ebe8a2ebdfdf99 # Parent f86b5961e9b8558608e8cc3ed60ebc372198852c nginx-1.17.1 diff -r f86b5961e9b8 -r 2c92888a3035 text/en/CHANGES --- 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" diff -r f86b5961e9b8 -r 2c92888a3035 text/ru/CHANGES.ru --- 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 поддерживают diff -r f86b5961e9b8 -r 2c92888a3035 xml/index.xml --- 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 @@ + + +nginx-1.17.1 +mainline version has been released. + + + unit-1.9.0 diff -r f86b5961e9b8 -r 2c92888a3035 xml/versions.xml --- 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 @@ +