changeset 2117:632fe2d874ab

nginx-1.13.10
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 20 Mar 2018 19:06:23 +0300
parents eca16aa19cfa
children 0b3103eabdf1
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 61 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Mon Mar 19 16:45:50 2018 +0300
+++ b/text/en/CHANGES	Tue Mar 20 19:06:23 2018 +0300
@@ -1,4 +1,29 @@
 
+Changes with nginx 1.13.10                                       20 Mar 2018
+
+    *) Feature: the "set" parameter of the "include" SSI directive now
+       allows writing arbitrary responses to a variable; the
+       "subrequest_output_buffer_size" directive defines maximum response
+       size.
+
+    *) Feature: now nginx uses clock_gettime(CLOCK_MONOTONIC) if available,
+       to avoid timeouts being incorrectly triggered on system time changes.
+
+    *) Feature: the "escape=none" parameter of the "log_format" directive.
+       Thanks to Johannes Baiter and Calin Don.
+
+    *) Feature: the $ssl_preread_alpn_protocols variable in the
+       ngx_stream_ssl_preread_module.
+
+    *) Feature: the ngx_http_grpc_module.
+
+    *) Bugfix: in memory allocation error handling in the "geo" directive.
+
+    *) Bugfix: when using variables in the "auth_basic_user_file" directive
+       a null character might appear in logs.
+       Thanks to Vadim Filimonov.
+
+
 Changes with nginx 1.13.9                                        20 Feb 2018
 
     *) Feature: HTTP/2 server push support; the "http2_push" and
--- a/text/ru/CHANGES.ru	Mon Mar 19 16:45:50 2018 +0300
+++ b/text/ru/CHANGES.ru	Tue Mar 20 19:06:23 2018 +0300
@@ -1,4 +1,30 @@
 
+Изменения в nginx 1.13.10                                         20.03.2018
+
+    *) Добавление: теперь параметр set в SSI-директиве include позволяет
+       сохранять в переменную любые ответы; максимальный размер ответа
+       задаётся директивой subrequest_output_buffer_size.
+
+    *) Добавление: теперь nginx использует вызов
+       clock_gettime(CLOCK_MONOTONIC), если он доступен, что позволяет
+       избежать некорректного срабатывания таймаутов при изменениях
+       системного времени.
+
+    *) Добавление: параметр "escape=none" директивы log_format.
+       Спасибо Johannes Baiter и Calin Don.
+
+    *) Добавление: переменная $ssl_preread_alpn_protocols в модуле
+       ngx_stream_ssl_preread_module.
+
+    *) Добавление: модуль ngx_http_grpc_module.
+
+    *) Исправление: в обработке ошибок выделения памяти в директиве geo.
+
+    *) Исправление: при использовании переменных в директиве
+       auth_basic_user_file в лог мог выводиться символ '\0'.
+       Спасибо Вадиму Филимонову.
+
+
 Изменения в nginx 1.13.9                                          20.02.2018
 
     *) Добавление: поддержка HTTP/2 server push; директивы http2_push и
--- a/xml/index.xml	Mon Mar 19 16:45:50 2018 +0300
+++ b/xml/index.xml	Tue Mar 20 19:06:23 2018 +0300
@@ -7,6 +7,15 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2018-03-20">
+<para>
+<link doc="en/download.xml">nginx-1.13.10</link>
+mainline version has been released,
+featuring the
+<link doc="en/docs/http/ngx_http_grpc_module.xml">gRPC proxy module</link>.
+</para>
+</event>
+
 <event date="2018-02-20">
 <para>
 <link doc="en/download.xml">nginx-1.13.9</link>
--- a/xml/versions.xml	Mon Mar 19 16:45:50 2018 +0300
+++ b/xml/versions.xml	Tue Mar 20 19:06:23 2018 +0300
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.13.10" />
 <item ver="1.13.9" />
 <item ver="1.13.8" />
 <item ver="1.13.7" />