comparison xml/index.xml @ 2712:caa04d53b7af

nginx-1.20.0
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 20 Apr 2021 17:49:29 +0300
parents f8686d85df53
children a7a36efd10af
comparison
equal deleted inserted replaced
2711:aa837ec44acf 2712:caa04d53b7af
4 --> 4 -->
5 5
6 <!DOCTYPE news SYSTEM "../dtd/news.dtd"> 6 <!DOCTYPE news SYSTEM "../dtd/news.dtd">
7 7
8 <news name="nginx news" link="/" lang="en"> 8 <news name="nginx news" link="/" lang="en">
9
10 <event date="2021-04-20">
11 <para>
12 <link doc="en/download.xml">nginx-1.20.0</link>
13 stable version has been released,
14 incorporating new features and bug fixes from the 1.19.x mainline branch &mdash;
15 including
16 <link doc="en/docs/http/ngx_http_ssl_module.xml" id="ssl_ocsp">OCSP
17 validation</link> of client SSL certificates,
18 the
19 <link doc="en/docs/http/ngx_http_ssl_module.xml" id="ssl_reject_handshake">ssl_reject_handshake</link>
20 and
21 <link doc="en/docs/http/ngx_http_ssl_module.xml" id="ssl_conf_command">ssl_conf_command</link>
22 directives,
23 simplified and improved handling of HTTP/2 connections with the
24 <link doc="en/docs/http/ngx_http_core_module.xml" id="lingering_close">lingering_close</link>,
25 <link doc="en/docs/http/ngx_http_core_module.xml" id="keepalive_timeout">keepalive_timeout</link>,
26 and
27 <link doc="en/docs/http/ngx_http_core_module.xml" id="keepalive_requests">keepalive_requests</link>
28 directives,
29 the
30 <link doc="en/docs/http/ngx_http_core_module.xml" id="keepalive_time">keepalive_time</link>
31 directive,
32 stricter handling of upstream server responses,
33 <link doc="en/docs/http/ngx_http_proxy_module.xml" id="proxy_cookie_flags">cookie
34 flags</link> handling,
35 cache clearing based on the
36 <link doc="en/docs/http/ngx_http_proxy_module.xml" id="proxy_cache_path_max_size">minimum
37 amount of free space</link>,
38 PROXY protocol support
39 <link doc="en/docs/mail/ngx_mail_core_module.xml" id="proxy_protocol">from
40 clients</link> and
41 <link doc="en/docs/mail/ngx_mail_proxy_module.xml" id="proxy_protocol">to
42 backend servers</link> in the mail proxy,
43 <link doc="en/docs/mail/ngx_mail_proxy_module.xml" id="proxy_smtp_auth">proxying
44 SMTP authentication</link>,
45 the <link doc="en/docs/stream/ngx_stream_set_module.xml">set</link> directive
46 in the stream module,
47 and more.
48 </para>
49 </event>
9 50
10 <event date="2021-04-13"> 51 <event date="2021-04-13">
11 <para> 52 <para>
12 <link doc="en/download.xml">nginx-1.19.10</link> 53 <link doc="en/download.xml">nginx-1.19.10</link>
13 mainline version has been released. 54 mainline version has been released.