summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authoroxpa <iippolitov@gmail.com>2025-03-03 15:22:09 +0000
committeroxpa <iippolitov@gmail.com>2025-03-03 15:22:09 +0000
commit228377b1ff64b7ffba92c1914de667d8d018b2b3 (patch)
tree285055bed39f1c64920c29e8978f580618f6fbce /CHANGES
parentbdc4d30548c6964f6fedffb27c4e41176a67de05 (diff)
parent8ab74a8cc929272eb8683d3f6ab4cb406465fd34 (diff)
downloadunit-228377b1ff64b7ffba92c1914de667d8d018b2b3.tar.gz
unit-228377b1ff64b7ffba92c1914de667d8d018b2b3.tar.bz2
Merge tag '1.34.2' into packaging1.34.2-1
Unit 1.34.2 release.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ba28f692..87f04c59 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.