# HG changeset patch # User Maxim Dounin # Date 1530631314 -10800 # Node ID c551c13e159d8eb080ae9a3b9f45a59e5a659642 # Parent 1d60e4b4ed6405308673fbd983a7e250db40b594 nginx-1.15.1 diff -r 1d60e4b4ed64 -r c551c13e159d text/en/CHANGES --- a/text/en/CHANGES Tue Jul 03 15:52:40 2018 +0300 +++ b/text/en/CHANGES Tue Jul 03 18:21:54 2018 +0300 @@ -1,4 +1,24 @@ +Changes with nginx 1.15.1 03 Jul 2018 + + *) Feature: the "random" directive inside the "upstream" block. + + *) Feature: improved performance when using the "hash" and "ip_hash" + directives with the "zone" directive. + + *) Feature: the "reuseport" parameter of the "listen" directive now uses + SO_REUSEPORT_LB on FreeBSD 12. + + *) Bugfix: HTTP/2 server push did not work if SSL was terminated by a + proxy server in front of nginx. + + *) Bugfix: the "tcp_nopush" directive was always used on backend + connections. + + *) Bugfix: sending a disk-buffered request body to a gRPC backend might + fail. + + Changes with nginx 1.15.0 05 Jun 2018 *) Change: the "ssl" directive is deprecated; the "ssl" parameter of the diff -r 1d60e4b4ed64 -r c551c13e159d text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Tue Jul 03 15:52:40 2018 +0300 +++ b/text/ru/CHANGES.ru Tue Jul 03 18:21:54 2018 +0300 @@ -1,4 +1,24 @@ +Изменения в nginx 1.15.1 03.07.2018 + + *) Добавление: директива random в блоке upstream. + + *) Добавление: улучшена производительность при использовании директив + hash и ip_hash совместно с директивой zone. + + *) Добавление: параметр reuseport директивы listen теперь использует + SO_REUSEPORT_LB на FreeBSD 12. + + *) Исправление: HTTP/2 server push не работал, если SSL терминировался + прокси-сервером перед nginx'ом. + + *) Исправление: директива tcp_nopush всегда использовалась для + соединений к бэкендам. + + *) Исправление: при отправке сохранённого на диск тела запроса на + gRPC-бэкенд могли возникать ошибки. + + Изменения в nginx 1.15.0 05.06.2018 *) Изменение: директива "ssl" теперь считается устаревшей; вместо неё diff -r 1d60e4b4ed64 -r c551c13e159d xml/index.xml --- a/xml/index.xml Tue Jul 03 15:52:40 2018 +0300 +++ b/xml/index.xml Tue Jul 03 18:21:54 2018 +0300 @@ -7,6 +7,16 @@ + + +nginx-1.15.1 +mainline version has been released, +featuring +random load +balancing method. + + + njs-0.2.2 diff -r 1d60e4b4ed64 -r c551c13e159d xml/versions.xml --- a/xml/versions.xml Tue Jul 03 15:52:40 2018 +0300 +++ b/xml/versions.xml Tue Jul 03 18:21:54 2018 +0300 @@ -9,6 +9,7 @@ +