# HG changeset patch # User Maxim Dounin # Date 1535470560 -10800 # Node ID 28b3e17ca7eba1e6a0891afde0e4bc5bcc99c861 # Parent d5da7e71210ed3c3d57c2e408775c7c174d752d7 nginx-1.15.3-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,103 @@ + + + + +теперь TLSv1.3 можно использовать с BoringSSL. + + +now TLSv1.3 can be used with BoringSSL. + + + + + +директива ssl_early_data, +сейчас доступна при использовании BoringSSL. + + +the "ssl_early_data" directive, +currently available with BoringSSL. + + + + + +директивы keepalive_timeout и keepalive_requests +в блоке upstream. + + +the "keepalive_timeout" and "keepalive_requests" directives +in the "upstream" block. + + + + + +модуль ngx_http_dav_module +при копировании файла поверх существующего файла с помощью метода COPY +не обнулял целевой файл. + + +the ngx_http_dav_module +did not truncate destination file when copying a file over an existing one +with the COPY method. + + + + + +модуль ngx_http_dav_module +при перемещении файла между файловыми системами с помощью метода MOVE +устанавливал нулевые права доступа на результирующий файл +и не сохранял время изменения файла. + + +the ngx_http_dav_module +used zero access rights on the destination file +and did not preserve file modification time +when moving a file between different file systems with the MOVE method. + + + + + +модуль ngx_http_dav_module +при копировании файла с помощью метода COPY +для результирующего файла использовал права доступа по умолчанию. + + +the ngx_http_dav_module +used default access rights +when copying a file with the COPY method. + + + + + +некоторые клиенты могли не работать при использовании HTTP/2; +ошибка появилась в 1.13.5. + + +some clients might not work when using HTTP/2; +the bug had appeared in 1.13.5. + + + + + +nginx не собирался с LibreSSL 2.8.0. + + +nginx could not be built with LibreSSL 2.8.0. + + + + + +