diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/changes.xml | 47 | ||||
| -rw-r--r-- | docs/unit-openapi.yaml | 2 |
2 files changed, 48 insertions, 1 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index e8151465..f4eef232 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -17,6 +17,53 @@ unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18 unit-jsc19 unit-jsc20 unit-jsc21 unit-wasm" + ver="1.34.2" rev="1" + date="2025-02-26" time="18:00:00 +0000" + packager="Nginx Packaging <nginx-packaging@f5.com>"> + +<change> +<para> +NGINX Unit updated to 1.34.2. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.34.2" rev="1" + date="2025-02-26" time="18:00:00 +0000" + packager="Nginx Packaging <nginx-packaging@f5.com>"> + +<change type="security"> +<para> +fix missing websocket payload length validation in the Java language module +which could lead to Java language module processes consuming excess CPU. +(CVE-2025-1695). + +</para> +</change> + +<change type="bugfix"> +<para> +fix incorrect websocket payload length calculation in the Java language module. +</para> +</change> + +</changes> + + +<changes apply="unit-php + unit-python unit-python2.7 + unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 + unit-python3.8 unit-python3.9 unit-python3.10 unit-python3.11 + unit-python3.12 unit-python3.13 + unit-go + unit-perl + unit-ruby + unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13 + unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18 + unit-jsc19 unit-jsc20 unit-jsc21 + unit-wasm" ver="1.34.1" rev="1" date="2025-01-10" time="18:00:00 +0000" packager="Nginx Packaging <nginx-packaging@f5.com>"> diff --git a/docs/unit-openapi.yaml b/docs/unit-openapi.yaml index 7353ead2..0ea38cf3 100644 --- a/docs/unit-openapi.yaml +++ b/docs/unit-openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - title: "NGINX Unit 1.34.1" + title: "NGINX Unit 1.34.2" description: "NGINX Unit is a lightweight and versatile application runtime that provides the essential components for your web application as a single open-source server: running application code, serving static assets, |
