Author: ggregory
Date: Tue Jul 14 18:45:52 2009
New Revision: 794010

URL: http://svn.apache.org/viewvc?rev=794010&view=rev
Log:
[CODEC-40] Patch to add crypto-compatible BigInteger encoding support to Base64.

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=794010&r1=794009&r2=794010&view=diff
==============================================================================
--- commons/proper/codec/trunk/xdocs/changes.xml (original)
+++ commons/proper/codec/trunk/xdocs/changes.xml Tue Jul 14 18:45:52 2009
@@ -59,6 +59,9 @@
                        <action dev="bayard" type="fix" issue="CODEC-51">
                        2 Test failures in SoundexTest
                        </action>
+                       <action dev="bayard" type="add" issue="CODEC-40" 
due-to="Chris Black">
+                       Patch to add crypto-compatible BigInteger encoding 
support to Base64
+                       </action>
                        <action dev="ggregory" type="add" issue="CODEC-39" 
due-to="Jamie Flournoy" due-to-email="ja...@white-mountain.org">
             DigestUtils: Add methods for SHA-256, SHA-384, and 
SHA-512.</action>
                        <action dev="tobrien" type="fix" issue="CODEC-10" 
due-to="Reggie Riser" due-to-email="rri...@informs.com">


Reply via email to