changeset 1880:89e132c9ee34

nginx-1.11.8
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 Dec 2016 17:32:22 +0300
parents 3685d90e133e
children ce0190c094ba
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 66 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Mon Dec 26 23:25:26 2016 +0300
+++ b/text/en/CHANGES	Tue Dec 27 17:32:22 2016 +0300
@@ -1,4 +1,32 @@
 
+Changes with nginx 1.11.8                                        27 Dec 2016
+
+    *) Feature: the "absolute_redirect" directive.
+
+    *) Feature: the "escape" parameter of the "log_format" directive.
+
+    *) Feature: client SSL certificates verification in the stream module.
+
+    *) Feature: the "ssl_session_ticket_key" directive supports AES256
+       encryption of TLS session tickets when used with 80-byte keys.
+
+    *) Feature: vim-commentary support in vim scripts.
+       Thanks to Armin Grodon.
+
+    *) Bugfix: recursion when evaluating variables was not limited.
+
+    *) Bugfix: in the ngx_stream_ssl_preread_module.
+
+    *) Bugfix: if a server in an upstream in the stream module failed, it
+       was considered alive only when a test connection sent to it after
+       fail_timeout was closed; now a successfully established connection is
+       enough.
+
+    *) Bugfix: nginx/Windows could not be built with 64-bit Visual Studio.
+
+    *) Bugfix: nginx/Windows could not be built with OpenSSL 1.1.0.
+
+
 Changes with nginx 1.11.7                                        13 Dec 2016
 
     *) Change: now in case of a client certificate verification error the
--- a/text/ru/CHANGES.ru	Mon Dec 26 23:25:26 2016 +0300
+++ b/text/ru/CHANGES.ru	Tue Dec 27 17:32:22 2016 +0300
@@ -1,4 +1,34 @@
 
+Изменения в nginx 1.11.8                                          27.12.2016
+
+    *) Добавление: директива absolute_redirect.
+
+    *) Добавление: параметр escape директивы log_format.
+
+    *) Добавление: проверка клиентских SSL-сертификатов в модуле stream.
+
+    *) Добавление: директива ssl_session_ticket_key поддерживает шифрование
+       TLS session tickets с помощью AES256 при использовании с 80-байтными
+       ключами.
+
+    *) Добавление: поддержка vim-commentary в скриптах для vim.
+       Спасибо Armin Grodon.
+
+    *) Исправление: рекурсия при получении значений переменных не
+       ограничивалась.
+
+    *) Исправление: в модуле ngx_stream_ssl_preread_module.
+
+    *) Исправление: если сервер, описанный в блоке upstream в модуле stream,
+       был признан неработающим, то после истечения fail_timeout он
+       признавался работающим только после завершения тестового соединения;
+       теперь достаточно, чтобы соединение было успешно установлено.
+
+    *) Исправление: nginx/Windows не собирался с 64-битным Visual Studio.
+
+    *) Исправление: nginx/Windows не собирался с OpenSSL 1.1.0.
+
+
 Изменения в nginx 1.11.7                                          13.12.2016
 
     *) Изменение: переменная $ssl_client_verify теперь в случае ошибки
--- a/xml/index.xml	Mon Dec 26 23:25:26 2016 +0300
+++ b/xml/index.xml	Tue Dec 27 17:32:22 2016 +0300
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2016-12-27">
+<para>
+<link doc="en/download.xml">nginx-1.11.8</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2016-12-13">
 <para>
 <link doc="en/download.xml">nginx-1.11.7</link>
--- a/xml/versions.xml	Mon Dec 26 23:25:26 2016 +0300
+++ b/xml/versions.xml	Tue Dec 27 17:32:22 2016 +0300
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.11.8" />
 <item ver="1.11.7" />
 <item ver="1.11.6" />
 <item ver="1.11.5" />