comparison xml/index.xml @ 2376:16a066373701

nginx-1.16.0
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 23 Apr 2019 17:04:19 +0300
parents 5209dfad8fc9
children e01b7a3b601d
comparison
equal deleted inserted replaced
2375:085ea04e2b23 2376:16a066373701
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="2019-04-23">
11 <para>
12 <link doc="en/download.xml">nginx-1.16.0</link>
13 stable version has been released,
14 incorporating new features and bug fixes from the 1.15.x mainline branch -
15 including UDP proxying improvements in the
16 <link doc="en/docs/stream/ngx_stream_core_module.xml">stream module</link>,
17 <link doc="en/docs/http/ngx_http_upstream_module.xml" id="random">random load
18 balancing method</link>,
19 support for
20 <link doc="en/docs/http/ngx_http_ssl_module.xml" id="ssl_early_data">TLS 1.3
21 early data</link>,
22 dynamic loading of
23 <link doc="en/docs/http/ngx_http_ssl_module.xml" id="ssl_certificate">SSL
24 certificates</link>,
25 and more.
26 </para>
27 </event>
9 28
10 <event date="2019-04-16"> 29 <event date="2019-04-16">
11 <para> 30 <para>
12 <link doc="en/docs/njs/index.xml">njs-0.3.1</link> 31 <link doc="en/docs/njs/index.xml">njs-0.3.1</link>
13 version has been released, featuring ES6 arrow functions support 32 version has been released, featuring ES6 arrow functions support