You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rm...@apache.org on 2015/04/06 20:53:51 UTC

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

Author: rmannibucau
Date: Mon Apr  6 18:53:50 2015
New Revision: 1671636

URL: http://svn.apache.org/r1671636
Log:
updating changes.xml

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=1671636&r1=1671635&r2=1671636&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/changes/changes.xml (original)
+++ commons/proper/jcs/trunk/src/changes/changes.xml Mon Apr  6 18:53:50 2015
@@ -20,6 +20,9 @@
 	</properties>
 	<body>
         <release version="2.0" date="unreleased" description="JDK 1.6 based major release">
+            <action issue="JCS-140" dev="rmannibucau" type="fix" due-to="liangjiarui">
+                JCacheFilter code logic error, first hit always fails
+            </action>
             <action issue="JCS-147" dev="tv" type="add" due-to="Wiktor Niesiobedzki">
                 Provide file size limitation for Block Disk Cache and Indexed Disk Cache
             </action>