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/28 06:21:40 UTC

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

Author: ggregory
Date: Fri Jan 28 05:21:40 2011
New Revision: 1064461

URL: http://svn.apache.org/viewvc?rev=1064461&view=rev
Log:
[CODEC-113] and [CODEC-114]

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=1064461&r1=1064460&r2=1064461&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Fri Jan 28 05:21:40 2011
@@ -54,7 +54,13 @@
              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
+             Base64.encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe, int maxResultSize) throws IAE for valid maxResultSize if isChunked is false
+            </action>
+            <action dev="ggregory" type="add" issue="CODEC-113" due-to="ggregory">
+             org.apache.commons.codec.language.RefinedSoundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE
+            </action>
+            <action dev="ggregory" type="add" issue="CODEC-114" due-to="ggregory">
+             org.apache.commons.codec.language.Soundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE
             </action>
         </release>
         <release version="1.4" date="9 August 2009" description="Feature and fix release.">