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 2009/07/18 03:23:10 UTC

svn commit: r795294 - /commons/proper/codec/trunk/xdocs/changes.xml

Author: ggregory
Date: Sat Jul 18 01:23:10 2009
New Revision: 795294

URL: http://svn.apache.org/viewvc?rev=795294&view=rev
Log:
[CODEC-58] Character set used by Base64 not documented. Apply modified patch. Better Javadocs. Changes to private field "buf" rename to "buffer". Rename private method "resizeBuf" to "resizeBuffer"

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

Modified: commons/proper/codec/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/xdocs/changes.xml?rev=795294&r1=795293&r2=795294&view=diff
==============================================================================
--- commons/proper/codec/trunk/xdocs/changes.xml (original)
+++ commons/proper/codec/trunk/xdocs/changes.xml Sat Jul 18 01:23:10 2009
@@ -53,7 +53,10 @@
 			<action dev="bayard" type="fix" issue="CODEC-60">
 			Implement Caverphone.
 			</action>
-			<action dev="bayard" type="fix" issue="CODEC-56" due-to="Sebb ">
+			<action dev="ggregory" type="fix" issue="CODEC-58" due-to="Julius Davies">
+			Character set used by Base64 not documented.
+			</action>
+			<action dev="bayard" type="fix" issue="CODEC-56" due-to="Sebb">
 			RefinedSoundex creates instance before al fields have been initialized.
 			</action>
 			<action dev="bayard" type="add" issue="CODEC-52" due-to="Niklas Gustavsson">