# HG changeset patch # User Maxim Dounin # Date 1521561510 -10800 # Node ID 31c929e16910c38492581ef474e72fa67c28f124 # Parent 25a4353633a0a4c84d431d7d3c15fdafe16d3c53 nginx-1.13.10-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,90 @@ + + + + +теперь параметр set в SSI-директиве include +позволяет сохранять в переменную любые ответы; +максимальный размер ответа задаётся директивой subrequest_output_buffer_size. + + +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. + + + + + +теперь nginx использует вызов clock_gettime(CLOCK_MONOTONIC), если он доступен, +что позволяет избежать некорректного срабатывания таймаутов +при изменениях системного времени. + + +now nginx uses clock_gettime(CLOCK_MONOTONIC) if available, +to avoid timeouts being incorrectly triggered +on system time changes. + + + + + +параметр "escape=none" директивы log_format.
+Спасибо Johannes Baiter и Calin Don. +
+ +the "escape=none" parameter of the "log_format" directive.
+Thanks to Johannes Baiter and Calin Don. +
+
+ + + +переменная $ssl_preread_alpn_protocols +в модуле ngx_stream_ssl_preread_module. + + +the $ssl_preread_alpn_protocols variable +in the ngx_stream_ssl_preread_module. + + + + + +модуль ngx_http_grpc_module. + + +the ngx_http_grpc_module. + + + + + +в обработке ошибок выделения памяти в директиве geo. + + +in memory allocation error handling in the "geo" directive. + + + + + +при использовании переменных в директиве auth_basic_user_file +в лог мог выводиться символ '\0'.
+Спасибо Вадиму Филимонову. +
+ +when using variables in the "auth_basic_user_file" directive +a null character might appear in logs.
+Thanks to Vadim Filimonov. +
+
+ +
+ +