changeset 1781:0aacc6cbc759

nginx-1.11.4
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 13 Sep 2016 18:46:47 +0300
parents 8df9ba4e56c6
children 363249d888e1
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 67 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Sep 13 16:14:49 2016 +0300
+++ b/text/en/CHANGES	Tue Sep 13 18:46:47 2016 +0300
@@ -1,4 +1,34 @@
 
+Changes with nginx 1.11.4                                        13 Sep 2016
+
+    *) Feature: the $upstream_bytes_received variable.
+
+    *) Feature: the $bytes_received, $session_time, $protocol, $status,
+       $upstream_addr, $upstream_bytes_sent, $upstream_bytes_received,
+       $upstream_connect_time, $upstream_first_byte_time, and
+       $upstream_session_time variables in the stream module.
+
+    *) Feature: the ngx_stream_log_module.
+
+    *) Feature: the "proxy_protocol" parameter of the "listen" directive,
+       the $proxy_protocol_addr and $proxy_protocol_port variables in the
+       stream module.
+
+    *) Feature: the ngx_stream_realip_module.
+
+    *) Bugfix: nginx could not be built with the stream module and the
+       ngx_http_ssl_module, but without ngx_stream_ssl_module; the bug had
+       appeared in 1.11.3.
+
+    *) Feature: the IP_BIND_ADDRESS_NO_PORT socket option was not used; the
+       bug had appeared in 1.11.2.
+
+    *) Bugfix: in the "ranges" parameter of the "geo" directive.
+
+    *) Bugfix: an incorrect response might be returned when using the "aio
+       threads" and "sendfile" directives; the bug had appeared in 1.9.13.
+
+
 Changes with nginx 1.11.3                                        26 Jul 2016
 
     *) Change: now the "accept_mutex" directive is turned off by default.
--- a/text/ru/CHANGES.ru	Tue Sep 13 16:14:49 2016 +0300
+++ b/text/ru/CHANGES.ru	Tue Sep 13 18:46:47 2016 +0300
@@ -1,4 +1,33 @@
 
+Изменения в nginx 1.11.4                                          13.09.2016
+
+    *) Добавление: переменная $upstream_bytes_received.
+
+    *) Добавление: переменные $bytes_received, $session_time, $protocol,
+       $status, $upstream_addr, $upstream_bytes_sent,
+       $upstream_bytes_received, $upstream_connect_time,
+       $upstream_first_byte_time и $upstream_session_time в модуле stream.
+
+    *) Добавление: модуль ngx_stream_log_module.
+
+    *) Добавление: параметр proxy_protocol в директиве listen, переменные
+       $proxy_protocol_addr и $proxy_protocol_port в модуле stream.
+
+    *) Добавление: модуль ngx_stream_realip_module.
+
+    *) Исправление: nginx не собирался с модулем stream и модулем
+       ngx_http_ssl_module, но без модуля ngx_stream_ssl_module; ошибка
+       появилась в 1.11.3.
+
+    *) Добавление: опция сокета IP_BIND_ADDRESS_NO_PORT не использовалась;
+       ошибка появилась в 1.11.2.
+
+    *) Исправление: в параметре ranges директивы geo.
+
+    *) Исправление: при использовании директив "aio threads" и sendfile мог
+       возвращаться некорректный ответ; ошибка появилась в 1.9.13.
+
+
 Изменения в nginx 1.11.3                                          26.07.2016
 
     *) Изменение: теперь accept_mutex по умолчанию выключен.
--- a/xml/index.xml	Tue Sep 13 16:14:49 2016 +0300
+++ b/xml/index.xml	Tue Sep 13 18:46:47 2016 +0300
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2016-09-13">
+<para>
+<link doc="en/download.xml">nginx-1.11.4</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2016-07-26">
 <para>
 <link doc="en/download.xml">nginx-1.11.3</link>
--- a/xml/versions.xml	Tue Sep 13 16:14:49 2016 +0300
+++ b/xml/versions.xml	Tue Sep 13 18:46:47 2016 +0300
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.11.4" />
 <item ver="1.11.3" />
 <item ver="1.11.2" />
 <item ver="1.11.1" />