This is an automated email from the ASF dual-hosted git repository. symat pushed a commit to branch branch-3.6.4 in repository https://gitbox.apache.org/repos/asf/zookeeper.git
commit 30eef4aec422c7daafdba94a9c9ef810ad5c2f5a 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
