# HG changeset patch # User Maxim Dounin # Date 1467735506 -10800 # Node ID 27bbcdecd12c161571c1dd21014a4d6d8ea7462b # Parent 4d6ea4d94e20152f73c0fcf2b377ae11f382a53a nginx-1.11.2 diff -r 4d6ea4d94e20 -r 27bbcdecd12c text/en/CHANGES --- a/text/en/CHANGES Tue Jul 05 17:58:34 2016 +0300 +++ b/text/en/CHANGES Tue Jul 05 19:18:26 2016 +0300 @@ -1,4 +1,35 @@ +Changes with nginx 1.11.2 05 Jul 2016 + + *) Change: now nginx always uses internal MD5 and SHA1 implementations; + the --with-md5 and --with-sha1 configure options were canceled. + + *) Feature: variables support in the stream module. + + *) Feature: the ngx_stream_map_module. + + *) Feature: the ngx_stream_return_module. + + *) Feature: a port can be specified in the "proxy_bind", "fastcgi_bind", + "memcached_bind", "scgi_bind", and "uwsgi_bind" directives. + + *) Feature: now nginx uses the IP_BIND_ADDRESS_NO_PORT socket option + when available. + + *) Bugfix: a segmentation fault might occur in a worker process when + using HTTP/2 and the "proxy_request_buffering" directive. + + *) Bugfix: the "Content-Length" request header line was always added to + requests passed to backends, including requests without body, when + using HTTP/2. + + *) Bugfix: "http request count is zero" alerts might appear in logs when + using HTTP/2. + + *) Bugfix: unnecessary buffering might occur when using the "sub_filter" + directive; the issue had appeared in 1.9.4. + + Changes with nginx 1.11.1 31 May 2016 *) Security: a segmentation fault might occur in a worker process while diff -r 4d6ea4d94e20 -r 27bbcdecd12c text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Tue Jul 05 17:58:34 2016 +0300 +++ b/text/ru/CHANGES.ru Tue Jul 05 19:18:26 2016 +0300 @@ -1,4 +1,37 @@ +Изменения в nginx 1.11.2 05.07.2016 + + *) Изменение: теперь nginx всегда использует внутренние реализации MD5 и + SHA1; параметры configure --with-md5 и --with-sha1 упразднены. + + *) Добавление: поддержка переменных в модуле stream. + + *) Добавление: модуль ngx_stream_map_module. + + *) Добавление: модуль ngx_stream_return_module. + + *) Добавление: в директивах proxy_bind, fastcgi_bind, memcached_bind, + scgi_bind и uwsgi_bind теперь можно указывать порт. + + *) Добавление: теперь nginx использует опцию сокета + IP_BIND_ADDRESS_NO_PORT, если она доступна. + + *) Исправление: при использовании HTTP/2 и директивы + proxy_request_buffering в рабочем процессе мог произойти segmentation + fault. + + *) Исправление: при использовании HTTP/2 к запросам, передаваемым на + бэкенд, всегда добавлялась строка заголовка "Content-Length", даже + если у запроса не было тела. + + *) Исправление: при использовании HTTP/2 в логах могли появляться + сообщения "http request count is zero". + + *) Исправление: при использовании директивы sub_filter могло + буферизироваться больше данных, чем это необходимо; проблема + появилась в 1.9.4. + + Изменения в nginx 1.11.1 31.05.2016 *) Безопасность: при записи тела специально созданного запроса во diff -r 4d6ea4d94e20 -r 27bbcdecd12c xml/index.xml --- a/xml/index.xml Tue Jul 05 17:58:34 2016 +0300 +++ b/xml/index.xml Tue Jul 05 19:18:26 2016 +0300 @@ -7,6 +7,13 @@ + + +nginx-1.11.2 +mainline version has been released. + + + nginx-1.10.1 diff -r 4d6ea4d94e20 -r 27bbcdecd12c xml/versions.xml --- a/xml/versions.xml Tue Jul 05 17:58:34 2016 +0300 +++ b/xml/versions.xml Tue Jul 05 19:18:26 2016 +0300 @@ -9,6 +9,7 @@ +