1.25.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
Sources
- nginx 1.25.5 (nginx/nginx@14f8190)
- zlib 1.3.1 (madler/zlib@51b7f2a)
- pcre2-10.42 (PCRE2Project/pcre2@52c0884)
- openssl 3.0.13
Nginx changelog
Changes with nginx 1.25.5 16 Apr 2024
*) Feature: virtual servers in the stream module.
*) Feature: the ngx_stream_pass_module.
*) Feature: the "deferred", "accept_filter", and "setfib" parameters of
the "listen" directive in the stream module.
*) Feature: cache line size detection for some architectures.
Thanks to Piotr Sikora.
*) Feature: support for Homebrew on Apple Silicon.
Thanks to Piotr Sikora.
*) Bugfix: Windows cross-compilation bugfixes and improvements.
Thanks to Piotr Sikora.
*) Bugfix: unexpected connection closure while using 0-RTT in QUIC.
Thanks to Vladimir Khomutov.