summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Kalmar <nkalmar@apache.org>2021-01-06 20:46:31 +0100
committerNorbert Kalmar <nkalmar@apache.org>2021-01-06 20:46:31 +0100
commit83df9301aa5c2a5d284a9940177808c01bc35cef (patch)
tree780566f29853daf7f8023ee3657da71cd21e31dd
parent5ea966ab6a7b8e63b78a9d04c6504e15d081334c (diff)
downloadzookeeper-branch-3.5.9.tar.gz
-rw-r--r--zookeeper-docs/src/main/resources/markdown/releasenotes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/zookeeper-docs/src/main/resources/markdown/releasenotes.md b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
index 97e33011a..0714a6fe4 100644
--- a/zookeeper-docs/src/main/resources/markdown/releasenotes.md
+++ b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
@@ -32,6 +32,7 @@ limitations under the License.
* [ZOOKEEPER-3885](https://issues.apache.org/jira/browse/ZOOKEEPER-3885) - zoo_aremove_watches segfault: zk_hashtable needs locking!
* [ZOOKEEPER-3905](https://issues.apache.org/jira/browse/ZOOKEEPER-3905) - Race condition causes sessions to be created for clients even though their certificate authentication has failed
* [ZOOKEEPER-3954](https://issues.apache.org/jira/browse/ZOOKEEPER-3954) - use of uninitialized data in zookeeper-client/zookeeper-client-c/src/zookeeper.c:free_auth_completion
+* [ZOOKEEPER-4045](https://issues.apache.org/jira/browse/ZOOKEEPER-4045) - CVE-2020-25649 - Upgrade jackson databind to 2.10.5.1
## Improvement