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 2013/01/26 19:49:38 UTC

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

Author: tv
Date: Sat Jan 26 18:49:37 2013
New Revision: 1438944

URL: http://svn.apache.org/viewvc?rev=1438944&view=rev
Log:
Use central thread pool instance to clean up the code.

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=1438944&r1=1438943&r2=1438944&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/changes/changes.xml (original)
+++ commons/proper/jcs/trunk/src/changes/changes.xml Sat Jan 26 18:49:37 2013
@@ -21,6 +21,9 @@
 	<body>
 		<release version="2.0" date="unreleased" description="JDK 1.5 based major release">
             <action dev="tv" type="update">
+                Use central thread pool instance to clean up the code.
+            </action>
+            <action dev="tv" type="update">
                 Use type-safe enums instead of integer constants to clean up the code.
             </action>
             <action dev="tv" type="fix" issue="JCS-91" due-to="Diego Rivera">