diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2020-10-29 14:53:58 +0000 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2020-10-29 14:53:58 +0000 |
| commit | 6f73d24061261884b1c2191629d4f1ced8740d82 (patch) | |
| tree | 883780cf53de409e2ccbd93b8ec4d7e2c566a20e /docs | |
| parent | c3e8e59a55c4bd144dec6ca1c55f06f8d509ec50 (diff) | |
| parent | db65797133842f3f632460e6a00f5f0ac901cd5f (diff) | |
| download | nginx-6f73d24061261884b1c2191629d4f1ced8740d82.tar.gz nginx-6f73d24061261884b1c2191629d4f1ced8740d82.tar.bz2 | |
Merged with the default branch.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 976c9de92..a7417f59c 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,40 @@ <change_log title="nginx"> +<changes ver="1.19.4" date="2020-10-27"> + +<change type="feature"> +<para lang="ru"> +директивы ssl_conf_command, proxy_ssl_conf_command, grpc_ssl_conf_command +и uwsgi_ssl_conf_command. +</para> +<para lang="en"> +the "ssl_conf_command", "proxy_ssl_conf_command", "grpc_ssl_conf_command", +and "uwsgi_ssl_conf_command" directives. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +директива ssl_reject_handshake. +</para> +<para lang="en"> +the "ssl_reject_handshake" directive. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +директива proxy_smtp_auth в почтовом прокси-сервере. +</para> +<para lang="en"> +the "proxy_smtp_auth" directive in mail proxy. +</para> +</change> + +</changes> + + <changes ver="1.19.3" date="2020-09-29"> <change type="feature"> |
