You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2017/06/21 18:28:20 UTC

svn commit: r1799493 - /commons/proper/jcs/trunk/src/changes/changes.xml

Author: tv
Date: Wed Jun 21 18:28:19 2017
New Revision: 1799493

URL: http://svn.apache.org/viewvc?rev=1799493&view=rev
Log:
Document changes

Modified:
    commons/proper/jcs/trunk/src/changes/changes.xml

Modified: commons/proper/jcs/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/changes/changes.xml?rev=1799493&r1=1799492&r2=1799493&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/changes/changes.xml (original)
+++ commons/proper/jcs/trunk/src/changes/changes.xml Wed Jun 21 18:28:19 2017
@@ -26,6 +26,9 @@
             <action dev="tv" type="add">
                 Add a shutdown() method to JCS
             </action>
+            <action issue="JCS-177" dev="tv" type="fix" due-to="Ryan Fong">
+                Fix: CompositeCacheManager leaks memory if CacheAccess.dipose is called
+            </action>
         </release>
         <release version="2.1" date="2017-02-05">
             <action dev="tv" type="fix">