You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/01/27 15:05:05 UTC

svn commit: r1064125 - /commons/proper/codec/trunk/src/changes/changes.xml

Author: ggregory
Date: Thu Jan 27 14:05:04 2011
New Revision: 1064125

URL: http://svn.apache.org/viewvc?rev=1064125&view=rev
Log:
[CODEC-112] for 1.5

Modified:
    commons/proper/codec/trunk/src/changes/changes.xml

Modified: commons/proper/codec/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/changes/changes.xml?rev=1064125&r1=1064124&r2=1064125&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Thu Jan 27 14:05:04 2011
@@ -53,6 +53,9 @@
             <action dev="ggregory" type="add" issue="CODEC-111" due-to="ggregory">
              org.apache.commons.codec.net.URLCodec.ESCAPE_CHAR isn't final but should be.
             </action>
+            <action dev="sebb" type="add" issue="CODEC-112" due-to="sebb">
+            Base64.encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxResultSize) throws IAE for valid maxResultSize if isChunked is false
+            </action>
         </release>
         <release version="1.4" date="9 August 2009" description="Feature and fix release.">
             <action dev="ggregory" type="fix" issue="CODEC-80" due-to="Julius Davies">