1.21.5
Binaries
nginx-*-i686.exe: 32-bit nginxnginx-*-i686-debug.exe: 32-bit nginx with debugging log and symbolsnginx-slim-*-i686.exe: 32-bit nginx without opensslnginx-*-x86_64.exe: 64-bit nginxnginx-*-x86_64-debug.exe: 64-bit nginx with debugging log and symbolsnginx-slim-*-x86_64.exe: 64-bit nginx without openssl
Changes
- build: use pcre2 if supported
Sources
- nginx 1.21.5 (nginx/nginx@3a7d332)
- zlib 1.2.11 (madler/zlib@cacf7f1)
- pcre2-10.39 (PCRE2Project/pcre2@35fee41)
- openssl 1.1.1m (openssl/openssl@ac3cef2)
Nginx changelog
Changes with nginx 1.21.5 28 Dec 2021
*) Change: now nginx is built with the PCRE2 library by default.
*) Change: now nginx always uses sendfile(SF_NODISKIO) on FreeBSD.
*) Feature: support for sendfile(SF_NOCACHE) on FreeBSD.
*) Feature: the $ssl_curve variable.
*) Bugfix: connections might hang when using HTTP/2 without SSL with the
"sendfile" and "aio" directives.