Author: ggregory
Date: Fri Jul 24 00:44:44 2009
New Revision: 797285

URL: http://svn.apache.org/viewvc?rev=797285&view=rev
Log:
[#CODEC-80] Regression: Base64.encode(chunk=true) has bug when input length is 
multiple of 76.

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=797285&r1=797284&r2=797285&view=diff
==============================================================================
--- commons/proper/codec/trunk/xdocs/changes.xml (original)
+++ commons/proper/codec/trunk/xdocs/changes.xml Fri Jul 24 00:44:44 2009
@@ -23,6 +23,9 @@
        </properties>
        <body>
                <release version="1-4-SNAPSHOT" date="13 July 2009" 
description="Feature and fix release.">
+                       <action dev="ggregory" type="fix" issue="CODEC-80" 
due-to="Julius Davies">
+             Regression: Base64.encode(chunk=true) has bug when input length 
is multiple of 76.
+             </action>
                        <action dev="ggregory" type="fix" issue="CODEC-77" 
due-to="Julius Davies">
              Base64 bug with empty input (new byte[0]).
              </action>


Reply via email to