diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2021-03-10 15:39:01 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-03-10 15:39:01 +0300 |
| commit | 02b52e4c0b71b960ce426ef80fefa359e5e6b42e (patch) | |
| tree | eb36f3f05641ada335fc88ff4f04d6e75555010c /docs/xml/nginx/changes.xml | |
| parent | b7433b15fcdd97cc0d8b45407a4af1520663e54f (diff) | |
| parent | 0026dded46da04b6b4522c5887bed5fceb4eda11 (diff) | |
| download | nginx-02b52e4c0b71b960ce426ef80fefa359e5e6b42e.tar.gz nginx-02b52e4c0b71b960ce426ef80fefa359e5e6b42e.tar.bz2 | |
Merged with the default branch.
Diffstat (limited to 'docs/xml/nginx/changes.xml')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 6d407f0bb..1c7fb26b1 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,68 @@ <change_log title="nginx"> +<changes ver="1.19.8" date="2021-03-09"> + +<change type="feature"> +<para lang="ru"> +в директиве proxy_cookie_flags теперь +флаги можно задавать с помощью переменных. +</para> +<para lang="en"> +flags in the "proxy_cookie_flags" directive +can now contain variables. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +параметр proxy_protocol в директиве listen, +директивы proxy_protocol и set_real_ip_from +в почтовом прокси-сервере. +</para> +<para lang="en"> +the "proxy_protocol" parameter of the "listen" directive, +the "proxy_protocol" and "set_real_ip_from" directives +in mail proxy. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +HTTP/2-соединения сразу закрывались +при использовании "keepalive_timeout 0"; +ошибка появилась в 1.19.7. +</para> +<para lang="en"> +HTTP/2 connections were immediately closed +when using "keepalive_timeout 0"; +the bug had appeared in 1.19.7. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +некоторые ошибки логгировались как неизвестные, +если nginx был собран с glibc 2.32. +</para> +<para lang="en"> +some errors were logged as unknown +if nginx was built with glibc 2.32. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в методе обработки соединений eventport. +</para> +<para lang="en"> +in the eventport method. +</para> +</change> + +</changes> + + <changes ver="1.19.7" date="2021-02-16"> <change type="change"> |
