From 3f11669e2a0a0d0fe4bbe6105e8523c538308f3d Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Thu, 19 Dec 2024 20:56:24 +0000 Subject: Version bump Signed-off-by: Andrew Clayton --- docs/changes.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index d8d5ef78..0ccff917 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,38 @@ + + + + +NGINX Unit updated to 1.34.1. + + + + + + + + + + + @@ -31,9 +31,22 @@ NGINX Unit updated to 1.34.1. + + +fix instability issues due to OpenTelemetry (OTEL) support. + + + + + +fix issues with building OpenTelemetry (OTEL) support on various platforms, +including macOS. + + + -- cgit From c5aabd39eab778f8a13da1fccac200395502ee25 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Tue, 25 Feb 2025 17:06:00 +0000 Subject: Version bump Signed-off-by: Andrew Clayton --- docs/changes.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 7252d66a..3d19fea6 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,38 @@ + + + + +NGINX Unit updated to 1.34.2. + + + + + + + + + + + @@ -31,9 +31,24 @@ NGINX Unit updated to 1.34.2. + + +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). + + + + + + +fix incorrect websocket payload length calculation in the Java language module. + + + -- cgit