# HG changeset patch # User Maxim Dounin # Date 1528206445 -10800 # Node ID 990b3e885636d763b97ed02d0d2cfc161a4e0c09 # Parent d27aa9060c956f01ee9adafd8095d89fa5bc5b41 nginx-1.15.0-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,137 @@ + + + + +директива "ssl" теперь считается устаревшей; +вместо неё следует использовать параметр ssl директивы listen. + + +the "ssl" directive is deprecated; +the "ssl" parameter of the "listen" directive should be used instead. + + + + + +теперь при использовании директивы listen с параметром ssl +nginx определяет отсутствие SSL-сертификатов при тестировании конфигурации. + + +now nginx detects missing SSL certificates during configuration testing +when using the "ssl" parameter of the "listen" directive. + + + + + +теперь модуль stream умеет обрабатывать +несколько входящих UDP-пакетов от клиента в рамках одной сессии. + + +now the stream module can handle +multiple incoming UDP datagrams from a client within a single session. + + + + + +в директиве proxy_cache_valid +можно было указать некорректный код ответа. + + +it was possible to specify an incorrect response code +in the "proxy_cache_valid" directive. + + + + + +nginx не собирался gcc 8.1. + + +nginx could not be built by gcc 8.1. + + + + + +логгирование в syslog останавливалось при изменении локального IP-адреса. + + +logging to syslog stopped on local IP address changes. + + + + + +nginx не собирался компилятором clang, если был установлен CUDA SDK; +ошибка появилась в 1.13.8. + + +nginx could not be built by clang with CUDA SDK installed; +the bug had appeared in 1.13.8. + + + + + +при использовании unix domain listen-сокетов на FreeBSD +в процессе обновления исполняемого файла +в логе могли появляться сообщения "getsockopt(TCP_FASTOPEN) ... failed". + + +"getsockopt(TCP_FASTOPEN) ... failed" messages might appear in logs +during binary upgrade +when using unix domain listen sockets on FreeBSD. + + + + + +nginx не собирался на Fedora 28 Linux. + + +nginx could not be built on Fedora 28 Linux. + + + + + +при использовании директивы limit_req +заданная скорость обработки запросов могла не соблюдаться. + + +request processing rate might exceed configured rate +when using the "limit_req" directive. + + + + + +в обработке адресов клиентов при использовании unix domain listen-сокетов +для работы с датаграммами на Linux. + + +in handling of client addresses when using unix domain listen sockets +to work with datagrams on Linux. + + + + + +в обработке ошибок выделения памяти. + + +in memory allocation error handling. + + + + + +