This is an automated email from the ASF dual-hosted git repository.
symat pushed a commit to branch website
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/website by this push:
new 74f8ce1 minor fix for 3.5.8 release
74f8ce1 is described below
commit 74f8ce14c4b2da275d1df8e0664d807a96e56ae7
Author: Mate Szalay-Beko <symat@apache.org>
AuthorDate: Mon May 11 14:20:41 2020 +0000
minor fix for 3.5.8 release
---
src/main/resources/markdown/releases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/markdown/releases.md b/src/main/resources/markdown/releases.md
index 04cc05c..d86cf7d 100644
--- a/src/main/resources/markdown/releases.md
+++ b/src/main/resources/markdown/releases.md
@@ -61,7 +61,7 @@ Release notes for Apache Zookeeper releases are available in Jira: [Browse
relea
### 11 May, 2020: release 3.5.8 available
This is a bugfix release for 3.5 branch.\
-It fixes 30 issues, including third party CVE fixes, several leader-election related fixes
and a compatibility issue with applications built against earlier 3.5 client libraries (by
restoring a few non public APIs).
+It fixes 24 issues, including third party CVE fixes, several leader-election related fixes
and a compatibility issue with applications built against earlier 3.5 client libraries (by
restoring a few non public APIs).
See [ZooKeeper 3.5.8 Release Notes](https://zookeeper.apache.org/doc/r3.5.8/releasenotes.html)
for details.
|