From 2b80ff098821e5476a0082eaa3f2503eb51a156480cc631cc231b8bf196cb0cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=98=D0=BD=D0=B4=D0=B8=D0=B3?= =?UTF-8?q?=D0=BE?= Date: Wed, 2 Jun 2021 20:23:28 +0000 Subject: [PATCH] Accepting request 896985 from home:13ilya:branches:server:http - Updated to 1.21.0 * https://nginx.org/en/CHANGES * Added variables support in the "proxy_ssl_certificate", "proxy_ssl_certificate_key" "grpc_ssl_certificate", "grpc_ssl_certificate_key", "uwsgi_ssl_certificate", and "uwsgi_ssl_certificate_key" directives. * Added the "max_errors" directive in the mail proxy module. * Added the mail proxy module supports POP3 and IMAP pipelining. * Added the "fastopen" parameter of the "listen" directive in the stream module. * Fixed special characters were not escaped during automatic redirect with appended trailing slash. * Fixed connections with clients in the mail proxy module might be closed unexpectedly when using SMTP pipelining. OBS-URL: https://build.opensuse.org/request/show/896985 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=207 --- nginx.changes | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/nginx.changes b/nginx.changes index 714059a..cc1d8d9 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,18 +1,19 @@ ------------------------------------------------------------------- Thu May 27 16:35:26 UTC 2021 - Dirk Müller -- update to 1.21.0: - * Feature: variables support in the "proxy_ssl_certificate", +- Updated to 1.21.0 + * https://nginx.org/en/CHANGES + * Added variables support in the "proxy_ssl_certificate", "proxy_ssl_certificate_key" "grpc_ssl_certificate", "grpc_ssl_certificate_key", "uwsgi_ssl_certificate", and "uwsgi_ssl_certificate_key" directives. - * Feature: the "max_errors" directive in the mail proxy module. - * Feature: the mail proxy module supports POP3 and IMAP pipelining. - * Feature: the "fastopen" parameter of the "listen" directive in the + * Added the "max_errors" directive in the mail proxy module. + * Added the mail proxy module supports POP3 and IMAP pipelining. + * Added the "fastopen" parameter of the "listen" directive in the stream module. - * Bugfix: special characters were not escaped during automatic redirect + * Fixed special characters were not escaped during automatic redirect with appended trailing slash. - * Bugfix: connections with clients in the mail proxy module might be + * Fixed connections with clients in the mail proxy module might be closed unexpectedly when using SMTP pipelining. -------------------------------------------------------------------