Releases: VirtuBox/nginx-ee
Releases · VirtuBox/nginx-ee
v3.8.1 - Nginx-ee maintenance release
Changed
- Nginx stable release bumped to 1.26.0 by @VirtuBox in #155
- HTTP/3 now available on both mainline and stable release
- Always download latest zlib library if zlib-cf not supported
- Always download the latest libressl release
- HTTP/2 HPACK removed
Full Changelog: v3.8.0...v3.8.1
v3.8.0 - Nginx-ee stable release
Added
--with-http_v3_module
on Mainline release- Full HTTP/3 QUIC support on Mainline release with LibreSSL
Full HTTP/3 QUIC support is online available on mainline release with LibreSSL. Read more here
# compile latest nginx mainline release with full HTTP/3 QUIC support with LibreSSL
bash <(wget -O - vtb.cx/nginx-ee || curl -sL vtb.cx/nginx-ee) --libressl
Changed
Fixed
- Fix compile error due to Brotli by @janiosarmento in #151
New Contributors
Full Changelog: v3.7.1...v3.8.0
v3.7.1 - Nginx-ee maintenance release
v3.7.0 - Nginx-ee stable release
Main Changes
- Nginx stable version bumped to v1.22.1 and mainline to v1.23.2
- LibreSSL version bumped to v3.5.3
- Nginx is now compiled with OpenSSL from system lib
What's Changed
- Allow omitting configuration, resolves #96 by @ser in #99
- Fix cronjob by @VirtuBox in #101
- Use latest stable NGINX (1.20) as latest stable by @techieshark in #108
- fix typo by @techieshark in #109
- update downloads by @overdigo in #123
New Contributors
- @ser made their first contribution in #99
- @techieshark made their first contribution in #108
- @overdigo made their first contribution in #123
Known issues
- Pagespeed cannot be compiled with Nginx Mainline
- Redis-cache header status not working for WordOps users
Full Changelog: v3.6.7...v3.7.0
v3.6.7 - Nginx-ee maintenance release
Changed
- Compile with gcc-9
Fixed
- wrong PPA repositories with Ubuntu 20.04
v3.6.6 - Nginx-ee maintenance release
v3.6.5 - Nginx-ee maintenance release
Added
- Dynamic modules configuration
- Added Ubuntu EOAN (19.10) support
Changed
- Bump OpenSSL version to 1.1.1d
- Updated ngx_brotli module
- Bump LibreSSL version to 3.0.2
- Fix issue with ngx_http_redis module download
- Update OpenSSL 3.0.0-dev commit number and patch
Fixed
- dpkg-buildflags variable set before installing dpkg-dev
v3.6.4 - Nginx-ee maintenance release
Added
- Debian 10 (buster) support
- Raspbian 10 (buster) support
Changes
- Updated cronjob
- Improve module cloning duration by adding
--depth=50
togit clone
- PCRE, OPENSSL & Brotli are not compiled anymore. But are installed from APT repository excepted Brotli on Debian 8 (jessie)
- Decrease build duration by 2
v3.6.3 - Nginx-ee maintenance release
Added
- Ubuntu 19.04 (disco) support
- Strip Nginx binary to remove debug symbols
- Update OpenSSL to release 1.1.1c
- Added help menu
Changed
- Improve code quality according to codacy checkup
- Brotli bumped to v1.0.7
- Only third party modules are compiled as dynamic modules
Fixed
- Missing OpenSSL patch
v3.6.2 - Nginx-ee
Added
- Additional GCC flags : "-Wno-error=date-time for Debian" : PR #52
Changed
- Update LibreSSL to v2.9.1
- Update Nginx stable to 1.16.0