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/02/05 11:26:12 UTC

svn commit: r1781733 - /commons/proper/jcs/branches/commons-jcs-2.1-RC/src/changes/changes.xml

Author: tv
Date: Sun Feb  5 11:26:12 2017
New Revision: 1781733

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

Modified:
    commons/proper/jcs/branches/commons-jcs-2.1-RC/src/changes/changes.xml

Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/src/changes/changes.xml?rev=1781733&r1=1781732&r2=1781733&view=diff
==============================================================================
--- commons/proper/jcs/branches/commons-jcs-2.1-RC/src/changes/changes.xml (original)
+++ commons/proper/jcs/branches/commons-jcs-2.1-RC/src/changes/changes.xml Sun Feb  5 11:26:12 2017
@@ -19,7 +19,9 @@
 		<author email="dev@commons.apache.org">Apache Commons Developers</author>
 	</properties>
 	<body>
-        <release version="2.1" date="unreleased">
+        <release version="2.2" date="unreleased">
+        </release>
+        <release version="2.1" date="2017-02-05">
             <action dev="tv" type="fix">
                 SoftReference cache did not work because of strong references being 
                 stored in payload of DoubleLinkedListNode
@@ -31,6 +33,9 @@
             <action issue="JCS-171" dev="tv" type="fix" due-to="Wiktor Niesiobedzki">
                 Multiple CacheEventQueue.QProcessor spawned for the same cache region 
             </action>
+            <action issue="JCS-170" dev="rmannibucau" type="fix">
+                Replace at least commas for jmx registration
+            </action>
         </release>
         <release version="2.0" date="2016-12-25" description="JDK 1.6 based major release">
             <action issue="JCS-119" dev="tv" type="update">