diff --git a/src/pages/changelog.md b/src/pages/changelog.md index c6bd043..9224222 100644 --- a/src/pages/changelog.md +++ b/src/pages/changelog.md @@ -4,12 +4,16 @@ title: Changelog # Changelog -## July 31, 2023 +## Aug 4, 2023 + +- Upgrade OpenSSL to 3.1.2 + +## Jul 31, 2023 - Upgrade Nginx to 1.25.1 - Feature: the `http2` directive, which enables HTTP/2 on a per-server basis; the `http2` parameter of the `listen` directive is now deprecated. If you previously used `listen ... http2`, you should now use `http2 on` instead, or you will see the following warning during configuration testing: `nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead`. -## June 5, 2023 +## Jun 5, 2023 - Upgrade Nginx to 1.25.0 - HTTP/3: removed `http3` parameter of `listen` directive, use `quic` instead. diff --git a/src/pages/intro.md b/src/pages/intro.md index 14afadc..3587f33 100644 --- a/src/pages/intro.md +++ b/src/pages/intro.md @@ -46,7 +46,7 @@ Version info: ```bash nginx version: nginx-n.wtf/1.25.1 -built with OpenSSL 3.0.9+quic 30 May 2023 +built with OpenSSL 3.1.2+quic 1 Aug 2023 TLS SNI support enabled configure arguments: --with-cc-opt='-g -O2 -ffile-prefix-map=/build/nginx=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -fPIC' --with-openssl=/build/nginx/../openssl --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-compat --with-debug --with-pcre-jit --without-pcre2 --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_v2_module --with-http_v3_module --with-http_dav_module --with-http_slice_module --with-threads --with-http_addition_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_sub_module --add-module=/build/nginx/sb-modules/ngx_brotli ```