From ed6f67d14dc5d03c2b5d10d5bb6eb237f9c9b896 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Fri, 10 Jan 2025 16:45:42 +0000 Subject: Add 1.34.1 CHANGES This is autogenerated from docs/changes.xml by $ make -C docs/ changes && mv build/CHANGES . Signed-off-by: Andrew Clayton --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 78ea31b9..3c3d9524 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,12 @@ +Changes with Unit 1.34.1 10 Jan 2025 + + *) Bugfix: fix instability issues due to OpenTelemetry (OTEL) support. + + *) Bugfix: fix issues with building OpenTelemetry (OTEL) support on + various platforms, including macOS. + + Changes with Unit 1.34.0 19 Dec 2024 *) Feature: initial OpenTelemetry (OTEL) support. (Disabled by default). -- cgit From 8ab74a8cc929272eb8683d3f6ab4cb406465fd34 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Tue, 25 Feb 2025 17:11:07 +0000 Subject: Add 1.34.2 CHANGES This is autogenerated from docs/changes.xml by $ make -C docs/ changes && mv build/CHANGES . Signed-off-by: Andrew Clayton --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 3c3d9524..12c18667 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,14 @@ +Changes with Unit 1.34.2 26 Feb 2025 + + *) Security: 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). + + *) Bugfix: fix incorrect websocket payload length calculation in the + Java language module. + + Changes with Unit 1.34.1 10 Jan 2025 *) Bugfix: fix instability issues due to OpenTelemetry (OTEL) support. -- cgit