diff options
| author | oxpa <iippolitov@gmail.com> | 2025-03-03 15:22:09 +0000 |
|---|---|---|
| committer | oxpa <iippolitov@gmail.com> | 2025-03-03 15:22:09 +0000 |
| commit | 228377b1ff64b7ffba92c1914de667d8d018b2b3 (patch) | |
| tree | 285055bed39f1c64920c29e8978f580618f6fbce /docs | |
| parent | bdc4d30548c6964f6fedffb27c4e41176a67de05 (diff) | |
| parent | 8ab74a8cc929272eb8683d3f6ab4cb406465fd34 (diff) | |
| download | unit-1.34.2-1.tar.gz unit-1.34.2-1.tar.bz2 | |
Merge tag '1.34.2' into packaging1.34.2-1
Unit 1.34.2 release.
Diffstat (limited to 'docs')
| -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, |
