Author: ggregory
Date: Sat Sep 1 16:30:24 2012
New Revision: 1379799
URL: http://svn.apache.org/viewvc?rev=1379799&view=rev
Log:
[CODEC-153] Create a class MessageDigestAlgorithms to define standard algorithm
names.
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=1379799&r1=1379798&r2=1379799&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Sat Sep 1 16:30:24 2012
@@ -51,6 +51,9 @@ The <action> type attribute can be add,u
</release>
-->
<release version="1.7" date="TBD" description="Feature and fix release.">
+ <action issue="CODEC-153" dev="ggregory" type="add" due-to="ggregory">
+ Create a class MessageDigestAlgorithms to define standard algorithm
names.
+ </action>
<action issue="CODEC-152" dev="ggregory" type="add" due-to="ggregory">
DigestUtils.getDigest(String) looses the orginal exception.
</action>