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 2016/09/26 19:26:57 UTC

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

Author: tv
Date: Mon Sep 26 19:26:56 2016
New Revision: 1762366

URL: http://svn.apache.org/viewvc?rev=1762366&view=rev
Log:
JCS-130: Simplify management of auxiliary caches

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=1762366&r1=1762365&r2=1762366&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/changes/changes.xml (original)
+++ commons/proper/jcs/trunk/src/changes/changes.xml Mon Sep 26 19:26:56 2016
@@ -20,6 +20,9 @@
 	</properties>
 	<body>
         <release version="2.0" date="unreleased" description="JDK 1.6 based major release">
+            <action issue="JCS-130" dev="tv" type="update">
+                Simplify management of auxiliary caches
+            </action>
             <action issue="JCS-165" dev="tv" type="fix" due-to="Wiktor Niesiobedzki">
                 Fix: BlockDiskCache partial remove / group remove doesn't work
             </action>