# HG changeset patch # User Maxim Dounin # Date 1508246741 -10800 # Node ID 18d876538eee13e0476550d8b0767995ef77ec10 # Parent eb58ee50561d745aaaaa770c8a4870e871a267b1 nginx-1.12.2 diff -r eb58ee50561d -r 18d876538eee text/en/CHANGES-1.12 --- a/text/en/CHANGES-1.12 Tue Oct 10 15:34:03 2017 +0300 +++ b/text/en/CHANGES-1.12 Tue Oct 17 16:25:41 2017 +0300 @@ -1,4 +1,26 @@ +Changes with nginx 1.12.2 17 Oct 2017 + + *) Bugfix: client SSL connections were immediately closed if deferred + accept and the "proxy_protocol" parameter of the "listen" directive + were used. + + *) Bugfix: client connections might be dropped during configuration + testing when using the "reuseport" parameter of the "listen" + directive on Linux. + + *) Bugfix: incorrect response length was returned on 32-bit platforms + when requesting more than 4 gigabytes with multiple ranges. + + *) Bugfix: switching to the next upstream server in the stream module + did not work when using the "ssl_preread" directive. + + *) Bugfix: when using HTTP/2 client request body might be corrupted. + + *) Bugfix: in handling of client addresses when using unix domain + sockets. + + Changes with nginx 1.12.1 11 Jul 2017 *) Security: a specially crafted request might result in an integer diff -r eb58ee50561d -r 18d876538eee text/ru/CHANGES.ru-1.12 --- a/text/ru/CHANGES.ru-1.12 Tue Oct 10 15:34:03 2017 +0300 +++ b/text/ru/CHANGES.ru-1.12 Tue Oct 17 16:25:41 2017 +0300 @@ -1,4 +1,27 @@ +Изменения в nginx 1.12.2 17.10.2017 + + *) Исправление: клиентские SSL-соединения сразу закрывались, если + использовался отложенный accept и параметр proxy_protocol директивы + listen. + + *) Исправление: клиентские соединения могли сбрасываться при + тестировании конфигурации, если использовался параметр reuseport + директивы listen на Linux. + + *) Исправление: на 32-битных платформах при запросе более 4 гигабайт с + помощью нескольких диапазонов возвращалась некорректная длина ответа. + + *) Исправление: при использовании директивы ssl_preread в модуле stream + не работало переключение на следующий бэкенд. + + *) Исправление: при использовании HTTP/2 тело запроса могло быть + повреждено. + + *) Исправление: в обработке адресов клиентов при использовании unix + domain сокетов. + + Изменения в nginx 1.12.1 11.07.2017 *) Безопасность: специально созданный запрос мог вызвать целочисленное diff -r eb58ee50561d -r 18d876538eee xml/index.xml --- a/xml/index.xml Tue Oct 10 15:34:03 2017 +0300 +++ b/xml/index.xml Tue Oct 17 16:25:41 2017 +0300 @@ -7,6 +7,13 @@ + + +nginx-1.12.2 +stable version has been released. + + + nginx-1.13.6 diff -r eb58ee50561d -r 18d876538eee xml/versions.xml --- a/xml/versions.xml Tue Oct 10 15:34:03 2017 +0300 +++ b/xml/versions.xml Tue Oct 17 16:25:41 2017 +0300 @@ -22,6 +22,7 @@ +