changeset 1747:27bbcdecd12c

nginx-1.11.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 05 Jul 2016 19:18:26 +0300
parents 4d6ea4d94e20
children be371be7a5c8
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 72 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -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
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -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
 
     *) Безопасность: при записи тела специально созданного запроса во
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2016-07-05">
+<para>
+<link doc="en/download.xml">nginx-1.11.2</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2016-05-31">
 <para>
 <link doc="en/download.xml">nginx-1.10.1</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.11.2" />
 <item ver="1.11.1" />
 <item ver="1.11.0" />