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 2014/09/22 17:13:41 UTC

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

Author: tv
Date: Mon Sep 22 15:13:40 2014
New Revision: 1626805

URL: http://svn.apache.org/r1626805
Log:
Fix JCS-136: OutOfMemoryError when using compressing serializer

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=1626805&r1=1626804&r2=1626805&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/changes/changes.xml (original)
+++ commons/proper/jcs/trunk/src/changes/changes.xml Mon Sep 22 15:13:40 2014
@@ -20,7 +20,10 @@
 	</properties>
 	<body>
 		<release version="2.0" date="unreleased" description="JDK 1.6 based major release">
-            <action issue="JCS-133" dev="seb" type="fix">
+            <action issue="JCS-136" dev="tv" type="fix" due-to="Youngho Cho">
+                OutOfMemoryError when using compressing serializer
+            </action>
+            <action issue="JCS-133" dev="sebb" type="fix">
                 RemoteUtils.getNamingURL does not handle IPv6 numeric addresses properly
             </action>
             <action issue="JCS-131" dev="tv" type="remove">