This is an automated email from the ASF dual-hosted git repository.
andor pushed a commit to branch branch-3.8.3
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.8.3 by this push:
new ab4235276 Release notes for 3.8.3
ab4235276 is described below
commit ab423527624526e8aff323707f67e2afa619eef3
Author: Andor Molnar <[email protected]>
AuthorDate: Thu Oct 5 12:16:41 2023 +0200
Release notes for 3.8.3
---
.../src/main/resources/markdown/releasenotes.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/zookeeper-docs/src/main/resources/markdown/releasenotes.md
b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
index 4b09bb9e7..f90baeda1 100644
--- a/zookeeper-docs/src/main/resources/markdown/releasenotes.md
+++ b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
@@ -15,6 +15,25 @@ limitations under the License.
//-->
+# Release Notes - ZooKeeper - Version 3.8.3
+
+## Bug
+
+* [ZOOKEEPER-4721](https://issues.apache.org/jira/browse/ZOOKEEPER-4721) -
Upgrade OWASP Dependency Check to 8.3.1
+
+## Improvement
+
+* [ZOOKEEPER-4753](https://issues.apache.org/jira/browse/ZOOKEEPER-4753) -
Explicit handling of DIGEST-MD5 vs GSSAPI in quorum auth
+
+## Task
+
+* [ZOOKEEPER-4751](https://issues.apache.org/jira/browse/ZOOKEEPER-4751) -
Update snappy-java to 1.1.10.5 to address CVE-2023-43642
+* [ZOOKEEPER-4754](https://issues.apache.org/jira/browse/ZOOKEEPER-4754) -
Update Jetty to avoid CVE-2023-36479, CVE-2023-40167, and CVE-2023-41900
+* [ZOOKEEPER-4755](https://issues.apache.org/jira/browse/ZOOKEEPER-4755) -
Handle Netty CVE-2023-4586
+
+
+
+
# Release Notes - ZooKeeper - Version 3.8.2
## Bug