diff --git a/CHANGELOG.md b/CHANGELOG.md index eb57e2d..a9e9355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - LibreSSL release bumped to 3.8.4 +- Update zlib to 1.2.13 by @WinSCaP in [#146](https://github.com/VirtuBox/nginx-ee/pull/146) + +### Fixed + +- Fix compile error due to Brotli by @janiosarmento in [#151](https://github.com/VirtuBox/nginx-ee/pull/152) ## [3.7.1] - 2023-05-08 diff --git a/README.md b/README.md index 3719b66..76e5158 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Optional modules : ### HTTP/3 QUIC -Full support of HTTP/3 QUIC is only available with Nginx mainline release and compiled with LibreSSL. More information [here](https://nginx.org/en/docs/http/ngx_http_v3_module.html). +**Full support of HTTP/3 QUIC is only available with Nginx mainline release and compiled with LibreSSL**. More information [here](https://nginx.org/en/docs/http/ngx_http_v3_module.html). --- diff --git a/docs/index.md b/docs/index.md index 78d9d55..71cf4b0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -42,19 +42,18 @@ Automated Nginx compilation from sources with additional modules support
  • Nginx built-in modules selection
  • Nginx Third-party modules selection
  • Dynamic modules support
  • +
  • HTTP/3 QUIC Support with Mainline Release
  • Brotli Support
  • TLS v1.3 support (Final)
  • OpenSSL or LibreSSL
  • -
  • Cloudflare HPACK
  • Cloudflare zlib
  • Automated nginx updates cronjob
  • -
  • Compilation with GCC-7/9
  • Security hardening and performance optimization enabled with proper GCC flags

  • Additional Third-party modules

    -

    Nginx current mainline release : v1.23.4 -Nginx current stable release : v1.24.0

    +

    Nginx current mainline release : v1.25.5 with HTTP/3 QUIC +Nginx current stable release : v1.24.0

    with Cloudflare HTTP/2 HPACK

    Optional modules :


    @@ -109,12 +108,15 @@ Nginx current stable release : v1.24.0

  • 17.9.x
  • 18.x (Obsidian)
  • +

    ### HTTP/3 QUIC

    +

    Full support of HTTP/3 QUIC is only available with Nginx mainline release and compiled with LibreSSL**. More information [here](https://nginx.org/en/docs/http/ngx_http_v3_module.html).

    +

    Usage

    One-Step Automated Install

    Default settings :