Author: ggregory
Date: Sat Sep 1 16:50:36 2012
New Revision: 1379807
URL: http://svn.apache.org/viewvc?rev=1379807&view=rev
Log:
Order some entries.
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=1379807&r1=1379806&r2=1379807&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Sat Sep 1 16:50:36 2012
@@ -51,18 +51,18 @@ The <action> type attribute can be add,u
</release>
-->
<release version="1.7" date="TBD" description="Feature and fix release.">
- <action issue="CODEC-150" dev="ggregory" type="add" due-to="lathspell">
- Remove unnecessary call to Math.abs().
- </action>
- <action issue="CODEC-151" dev="ggregory" type="add" due-to="lathspell">
- Remove unnecessary attempt to fill up the salt variable in UnixCrypt.
- </action>
<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>
+ <action issue="CODEC-151" dev="ggregory" type="add" due-to="lathspell">
+ Remove unnecessary attempt to fill up the salt variable in UnixCrypt.
+ </action>
+ <action issue="CODEC-150" dev="ggregory" type="add" due-to="lathspell">
+ Remove unnecessary call to Math.abs().
+ </action>
<action issue="CODEC-148" dev="ggregory" type="add" due-to="lathspell">
More tests and minor things.
</action>