diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2020-04-14 19:35:20 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2020-04-14 19:35:20 +0300 |
| commit | 987a1216e7a9cdbff02c0ac43b0ebbf50476ba26 (patch) | |
| tree | c5f29769ff038fa068fbfb6a9a2717019ce0fc3d /docs/xml/nginx/changes.xml | |
| parent | b77fd3dc58b8398bf85d7c11901f5497f1abdf9e (diff) | |
| parent | 3ba88365b5acef17f01671cd969c909dee5e2cde (diff) | |
| download | nginx-987a1216e7a9cdbff02c0ac43b0ebbf50476ba26.tar.gz nginx-987a1216e7a9cdbff02c0ac43b0ebbf50476ba26.tar.bz2 | |
Merged with the default branch.
Diffstat (limited to 'docs/xml/nginx/changes.xml')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 0bf680c16..ada3f84dd 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,96 @@ <change_log title="nginx"> +<changes ver="1.17.10" date="2020-04-14"> + +<change type="feature"> +<para lang="ru"> +директива auth_delay. +</para> +<para lang="en"> +the "auth_delay" directive. +</para> +</change> + +</changes> + + +<changes ver="1.17.9" date="2020-03-03"> + +<change type="change"> +<para lang="ru"> +теперь nginx не разрешает +несколько строк "Host" в заголовке запроса. +</para> +<para lang="en"> +now nginx does not allow +several "Host" request header lines. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +nginx игнорировал дополнительные +строки "Transfer-Encoding" в заголовке запроса. +</para> +<para lang="en"> +nginx ignored additional +"Transfer-Encoding" request header lines. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +утечки сокетов при использовании HTTP/2. +</para> +<para lang="en"> +socket leak when using HTTP/2. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в рабочем процессе мог произойти segmentation fault, +если использовался OCSP stapling. +</para> +<para lang="en"> +a segmentation fault might occur in a worker process +if OCSP stapling was used. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в модуле ngx_http_mp4_module. +</para> +<para lang="en"> +in the ngx_http_mp4_module. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при перенаправлении ошибок с кодом 494 с помощью директивы error_page +nginx возвращал ответ с кодом 494 вместо 400. +</para> +<para lang="en"> +nginx used status code 494 instead of 400 +if errors with code 494 were redirected with the "error_page" directive. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +утечки сокетов при использовании подзапросов в модуле njs и директивы aio. +</para> +<para lang="en"> +socket leak when using subrequests in the njs module and the "aio" directive. +</para> +</change> + +</changes> + + <changes ver="1.17.8" date="2020-01-21"> <change type="feature"> |
