changeset 2712:caa04d53b7af

nginx-1.20.0
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 20 Apr 2021 17:49:29 +0300
parents aa837ec44acf
children efb3d27dfa23
files text/en/CHANGES-1.20 text/ru/CHANGES.ru-1.20 xml/index.xml xml/versions.xml
diffstat 4 files changed, 60 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
copy from text/en/CHANGES
copy to text/en/CHANGES-1.20
--- a/text/en/CHANGES
+++ b/text/en/CHANGES-1.20
@@ -1,4 +1,9 @@
 
+Changes with nginx 1.20.0                                        20 Apr 2021
+
+    *) 1.20.x stable branch.
+
+
 Changes with nginx 1.19.10                                       13 Apr 2021
 
     *) Change: the default value of the "keepalive_requests" directive was
copy from text/ru/CHANGES.ru
copy to text/ru/CHANGES.ru-1.20
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru-1.20
@@ -1,4 +1,9 @@
 
+Изменения в nginx 1.20.0                                          20.04.2021
+
+    *) Стабильная ветка 1.20.x.
+
+
 Изменения в nginx 1.19.10                                         13.04.2021
 
     *) Изменение: в директиве keepalive_requests значение по умолчанию
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,47 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2021-04-20">
+<para>
+<link doc="en/download.xml">nginx-1.20.0</link>
+stable version has been released,
+incorporating new features and bug fixes from the 1.19.x mainline branch &mdash;
+including
+<link doc="en/docs/http/ngx_http_ssl_module.xml" id="ssl_ocsp">OCSP
+validation</link> of client SSL certificates,
+the
+<link doc="en/docs/http/ngx_http_ssl_module.xml" id="ssl_reject_handshake">ssl_reject_handshake</link>
+and
+<link doc="en/docs/http/ngx_http_ssl_module.xml" id="ssl_conf_command">ssl_conf_command</link>
+directives,
+simplified and improved handling of HTTP/2 connections with the
+<link doc="en/docs/http/ngx_http_core_module.xml" id="lingering_close">lingering_close</link>,
+<link doc="en/docs/http/ngx_http_core_module.xml" id="keepalive_timeout">keepalive_timeout</link>,
+and
+<link doc="en/docs/http/ngx_http_core_module.xml" id="keepalive_requests">keepalive_requests</link>
+directives,
+the
+<link doc="en/docs/http/ngx_http_core_module.xml" id="keepalive_time">keepalive_time</link>
+directive,
+stricter handling of upstream server responses,
+<link doc="en/docs/http/ngx_http_proxy_module.xml" id="proxy_cookie_flags">cookie
+flags</link> handling,
+cache clearing based on the
+<link doc="en/docs/http/ngx_http_proxy_module.xml" id="proxy_cache_path_max_size">minimum
+amount of free space</link>,
+PROXY protocol support
+<link doc="en/docs/mail/ngx_mail_core_module.xml" id="proxy_protocol">from
+clients</link> and
+<link doc="en/docs/mail/ngx_mail_proxy_module.xml" id="proxy_protocol">to
+backend servers</link> in the mail proxy,
+<link doc="en/docs/mail/ngx_mail_proxy_module.xml" id="proxy_smtp_auth">proxying
+SMTP authentication</link>,
+the <link doc="en/docs/stream/ngx_stream_set_module.xml">set</link> directive
+in the stream module,
+and more.
+</para>
+</event>
+
 <event date="2021-04-13">
 <para>
 <link doc="en/download.xml">nginx-1.19.10</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -10,6 +10,14 @@
 <download tag="mainline" changes="">
 
 <item ver="1.19.10" />
+
+</download>
+
+
+<download tag="stable" changes="1.20">
+
+<item ver="1.20.0" />
+<item ver="1.19.10" />
 <item ver="1.19.9" />
 <item ver="1.19.8" />
 <item ver="1.19.7" />
@@ -24,7 +32,7 @@
 </download>
 
 
-<download tag="stable" changes="1.18">
+<download tag="legacy" changes="1.18">
 
 <item ver="1.18.0" />
 <item ver="1.17.10" />