This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch branch-3.8
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.8 by this push:
new 5ed8b4707 Amend 3.8.1 release notes after RC0
5ed8b4707 is described below
commit 5ed8b4707b4ccbe7d9a260bc7ae67a7bf8cc7fa0
Author: Enrico Olivelli <[email protected]>
AuthorDate: Wed Jan 25 10:03:27 2023 +0100
Amend 3.8.1 release notes after RC0
---
zookeeper-docs/src/main/resources/markdown/releasenotes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zookeeper-docs/src/main/resources/markdown/releasenotes.md
b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
index c5ea7234a..5a6fc1da5 100644
--- a/zookeeper-docs/src/main/resources/markdown/releasenotes.md
+++ b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
@@ -20,7 +20,6 @@ limitations under the License.
## Bug
-* [ZOOKEEPER-1875](https://issues.apache.org/jira/browse/ZOOKEEPER-1875) -
NullPointerException in ClientCnxn$EventThread.processEvent
* [ZOOKEEPER-3652](https://issues.apache.org/jira/browse/ZOOKEEPER-3652) -
Improper synchronization in ClientCnxn
* [ZOOKEEPER-4308](https://issues.apache.org/jira/browse/ZOOKEEPER-4308) -
Flaky test: EagerACLFilterTest.testSetDataFail
* [ZOOKEEPER-4460](https://issues.apache.org/jira/browse/ZOOKEEPER-4460) -
QuorumPeer overrides Thread.getId with different semantics
@@ -54,6 +53,7 @@ limitations under the License.
* [ZOOKEEPER-4632](https://issues.apache.org/jira/browse/ZOOKEEPER-4632) - Fix
NPE from ConnectionMetricsTest.testRevalidateCount
* [ZOOKEEPER-4641](https://issues.apache.org/jira/browse/ZOOKEEPER-4641) - GH
CI fails with error: implicit declaration of function FIPS_mode
* [ZOOKEEPER-4649](https://issues.apache.org/jira/browse/ZOOKEEPER-4649) -
Upgrade netty to 4.1.86 because of CVE-2022-41915
+# [ZOOKEEPER-4666](https://issues.apache.org/jira/browse/ZOOKEEPER-4666) - Fix
license files for Netty: some files are for 4.1.76 and some other files are for
4.1.86
## Sub-task