You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2019/12/30 07:07:09 UTC

[cayenne] 02/02: CAY-2642 EhCache memory leak due to misconfiguration - release notes

This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch STABLE-4.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit 3c0dd4e75b4c9f7deb9b36a1cbf9d6fe9fb89f43
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Mon Dec 30 10:06:43 2019 +0300

    CAY-2642 EhCache memory leak due to misconfiguration
     - release notes
---
 RELEASE-NOTES.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 6a090f9..049568a 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -14,6 +14,7 @@ Date:
 
 Bug Fixes:
 
+CAY-2642 EhCache memory leak due to misconfiguration
 CAY-2643 ObjectSelect.prefetch(name, semantics) method creates a phantom node
 
 ----------------------------------