This is an automated email from the ASF dual-hosted git repository.
symat pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.6 by this push:
new 9b436666c update release notes after including ZOOKEEPER-4654 to 3.6.4
9b436666c is described below
commit 9b436666ccaebe676f03a898ab76e8acd1d92075
Author: Mate Szalay-Beko <[email protected]>
AuthorDate: Sun Dec 18 18:59:26 2022 +0100
update release notes after including ZOOKEEPER-4654 to 3.6.4
---
zookeeper-docs/src/main/resources/markdown/releasenotes.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/zookeeper-docs/src/main/resources/markdown/releasenotes.md
b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
index 5b1a31d34..1f737a948 100644
--- a/zookeeper-docs/src/main/resources/markdown/releasenotes.md
+++ b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
@@ -38,6 +38,7 @@ limitations under the License.
* [ZOOKEEPER-4515](https://issues.apache.org/jira/browse/ZOOKEEPER-4515) - ZK
Cli quit command always logs error
* [ZOOKEEPER-4516](https://issues.apache.org/jira/browse/ZOOKEEPER-4516) -
checkstyle:check is failing
* [ZOOKEEPER-4537](https://issues.apache.org/jira/browse/ZOOKEEPER-4537) -
Race between SyncThread and CommitProcessor thread
+* [ZOOKEEPER-4654](https://issues.apache.org/jira/browse/ZOOKEEPER-4654) - Fix
C client test compilation error in Util.cc.
## Improvement