comparison text/en/CHANGES @ 2816:ae1d713a06e2

nginx-1.21.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 Dec 2021 18:38:35 +0300
parents 9385526a9b2d
children 1ecf0e0526da
comparison
equal deleted inserted replaced
2815:bbbee78495ec 2816:ae1d713a06e2
1
2 Changes with nginx 1.21.5 28 Dec 2021
3
4 *) Change: now nginx is built with the PCRE2 library by default.
5
6 *) Change: now nginx always uses sendfile(SF_NODISKIO) on FreeBSD.
7
8 *) Feature: support for sendfile(SF_NOCACHE) on FreeBSD.
9
10 *) Feature: the $ssl_curve variable.
11
12 *) Bugfix: connections might hang when using HTTP/2 without SSL with the
13 "sendfile" and "aio" directives.
14
1 15
2 Changes with nginx 1.21.4 02 Nov 2021 16 Changes with nginx 1.21.4 02 Nov 2021
3 17
4 *) Change: support for NPN instead of ALPN to establish HTTP/2 18 *) Change: support for NPN instead of ALPN to establish HTTP/2
5 connections has been removed. 19 connections has been removed.