You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/08/01 15:42:26 UTC

svn commit: r799859 - in /commons/proper/codec/trunk: RELEASE-NOTES.txt xdocs/changes.xml

Author: niallp
Date: Sat Aug  1 13:42:25 2009
New Revision: 799859

URL: http://svn.apache.org/viewvc?rev=799859&view=rev
Log:
Update the release notes for CODEC-59, CODEC-78 and CODEC-81

Modified:
    commons/proper/codec/trunk/RELEASE-NOTES.txt
    commons/proper/codec/trunk/xdocs/changes.xml

Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/RELEASE-NOTES.txt?rev=799859&r1=799858&r2=799859&view=diff
==============================================================================
--- commons/proper/codec/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/codec/trunk/RELEASE-NOTES.txt Sat Aug  1 13:42:25 2009
@@ -23,6 +23,7 @@
 o [CODEC-52] Digest on InputStreams.
 o [CODEC-39] DigestUtils: Add methods for SHA-256, SHA-384, and SHA-512.
 o [CODEC-69] Streaming Base64 (Base64InputStream and Base64OutputStream added).
+o [CODEC-59] Add methods to Base64 which work with String instead of byte[]
 
   Fixed bugs:
 
@@ -39,6 +40,8 @@
 o [CODEC-10] Using US_ENGLISH in Soundex caused an NullPointerException.
 o [CODEC-6]  Source tarball spews files all over the place.
 o [CODEC-22] Base64.isArrayByteBase64() throws an ArrayIndexOutOfBoundsException for negative octets
+o [CODEC-78] Base64: Improve Code Coverage
+o [CODEC-81] Base64's new constructor parameters ignored
 
   Changes:
 

Modified: commons/proper/codec/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/xdocs/changes.xml?rev=799859&r1=799858&r2=799859&view=diff
==============================================================================
--- commons/proper/codec/trunk/xdocs/changes.xml (original)
+++ commons/proper/codec/trunk/xdocs/changes.xml Sat Aug  1 13:42:25 2009
@@ -86,6 +86,15 @@
              <action dev="jochen" type="add" issue="CODEC-69" due-to="Julius Davies">
                   Streaming Base64 (Base64InputStream and Base64OutputStream added).
              </action>
+             <action dev="ggregory" type="fix" issue="CODEC-78" due-to="Julius Davies">
+                 Base64: Improve Code Coverage
+             </action>
+             <action dev="ggregory" type="add" issue="CODEC-59" due-to="Julius Davies">
+                 Add methods to Base64 which work with String instead of byte[]
+             </action>
+             <action dev="ggregory" type="fix" issue="CODEC-81" due-to="Julius Davies">
+                 Base64's new constructor parameters ignored
+             </action>
 		</release>
 		<release version="1.3" date="10 July 2004" description="Feature and fix release.">
 			<action dev="ggregory, tobrien" type="add" issue="CODEC-21" due-to="Alex Karasulu">