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 2011/10/30 19:34:27 UTC

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

Author: tv
Date: Sun Oct 30 18:34:27 2011
New Revision: 1195209

URL: http://svn.apache.org/viewvc?rev=1195209&view=rev
Log:
Add method for programmatic configuration to JCS. Fixes JCS-11

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=1195209&r1=1195208&r2=1195209&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/changes/changes.xml (original)
+++ commons/proper/jcs/trunk/src/changes/changes.xml Sun Oct 30 18:34:27 2011
@@ -20,6 +20,9 @@
 	</properties>
 	<body>
 		<release version="2.0" date="unreleased" description="JDK 1.5 based major release">
+            <action dev="tv" type="fix" issue="JCS-11" due-to="Peter Schwarz">
+                Add method for programmatic configuration to JCS
+            </action>
             <action dev="tv" type="fix" issue="JCS-84" due-to="Aleksandar Ivanisevic">
                 Increase precision of CREATE_TIME, fix name of UPDATE_TIME_SECONDS
                 column.