This is an automated email from the ASF dual-hosted git repository.
eolivelli 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 b57d0e9 add ZOOKEEPER-3726 and ZOOKEEPER-3797 to release notes
b57d0e9 is described below
commit b57d0e9efa04f9dcd6e519cef9df563acb7c5830
Author: Enrico Olivelli <[email protected]>
AuthorDate: Sun Apr 19 08:36:32 2020 +0200
add ZOOKEEPER-3726 and ZOOKEEPER-3797 to release notes
---
zookeeper-docs/src/main/resources/markdown/releasenotes.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/zookeeper-docs/src/main/resources/markdown/releasenotes.md
b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
index 89a5d8c..15aaaa0 100644
--- a/zookeeper-docs/src/main/resources/markdown/releasenotes.md
+++ b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
@@ -32,6 +32,8 @@ limitations under the License.
* [ZOOKEEPER-3778](https://issues.apache.org/jira/browse/ZOOKEEPER-3778) -
Cannot upgrade from 3.5.7 to 3.6.0 due to multiAddress.reachabilityCheckEnabled
* [ZOOKEEPER-3780](https://issues.apache.org/jira/browse/ZOOKEEPER-3780) -
restore Version.getRevision() to be backward compatible
* [ZOOKEEPER-3793](https://issues.apache.org/jira/browse/ZOOKEEPER-3793) -
Request throttling is broken when RequestThrottler is disabled or configured
incorrectly.
+* [ZOOKEEPER-3726](https://issues.apache.org/jira/browse/ZOOKEEPER-3726) -
invalid ipv6 address comparison in C client
+* [ZOOKEEPER-3797](https://issues.apache.org/jira/browse/ZOOKEEPER-3797) -
Conflict between fatjar and full-build Maven profiles in branch-3.6
## New Feature