# HG changeset patch # User Maxim Dounin # Date 1521561983 -10800 # Node ID 632fe2d874abdcbaece40dc58bfc839e3840f476 # Parent eca16aa19cfa53a4c1c0395b268b57632a48e99a nginx-1.13.10 diff -r eca16aa19cfa -r 632fe2d874ab text/en/CHANGES --- 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 diff -r eca16aa19cfa -r 632fe2d874ab text/ru/CHANGES.ru --- 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 и diff -r eca16aa19cfa -r 632fe2d874ab xml/index.xml --- 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 @@ + + +nginx-1.13.10 +mainline version has been released, +featuring the +gRPC proxy module. + + + nginx-1.13.9 diff -r eca16aa19cfa -r 632fe2d874ab xml/versions.xml --- 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 @@ +