Author: sebb
Date: Fri May  4 01:09:14 2012
New Revision: 1333725

URL: http://svn.apache.org/viewvc?rev=1333725&view=rev
Log:
Move issue to first attribute; makes it easier to find issues in Eclipse 
outline view

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=1333725&r1=1333724&r2=1333725&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Fri May  4 01:09:14 2012
@@ -54,33 +54,33 @@ The <action> type attribute can be add,u
       <action issue="CODEC-143" dev="sebb" type="update">
         StringBuffer could be replaced by StringBuilder for local variables.
       </action>
-      <action dev="ggregory" type="add" issue="CODEC-139" due-to="dsebastien">
+      <action issue="CODEC-139" dev="ggregory" type="add" due-to="dsebastien">
         DigestUtils: add updateDigest methods and make methods public.
       </action>
-      <action dev="ggregory" type="add" issue="CODEC-133" due-to="lathspell">
+      <action issue="CODEC-133" dev="ggregory" type="add" due-to="lathspell">
         Add classes for MD5/SHA1/SHA-512-based Unix crypt(3) hash variants.
       </action>
-      <action dev="ggregory" type="fix" issue="CODEC-96" due-to="sebb">
+      <action issue="CODEC-96" dev="ggregory" type="fix" due-to="sebb">
         Base64 encode() method is no longer thread-safe, breaking clients 
using it as a shared BinaryEncoder.
         Note: the fix breaks binary compatibility, however the changes are to 
a class (BaseNCodec) which is
         intended for internal use.
       </action>
-      <action dev="sebb" type="fix" issue="CODEC-138">
+      <action issue="CODEC-138" dev="sebb" type="fix">
         Complete FilterInputStream interface for BaseNCodecInputStream
       </action>
-      <action dev="ggregory" type="fix" issue="CODEC-136">
+      <action issue="CODEC-136" dev="ggregory" type="fix">
         Use Charset objects when possible, create Charsets for required 
character encodings
       </action>
-      <action dev="ggregory" type="fix" issue="CODEC-132" due-to="rcmuir">
+      <action issue="CODEC-132" dev="ggregory" type="fix" due-to="rcmuir">
         BeiderMorseEncoder OOM issues
       </action>
-      <action dev="tn" type="fix" issue="CODEC-131" due-to="smolav">
+      <action issue="CODEC-131" dev="tn" type="fix" due-to="smolav">
         DoubleMetaphone javadoc contains dead links
       </action>
-      <action dev="ggregory" type="add" issue="CODEC-130" due-to="tn">
+      <action issue="CODEC-130" dev="ggregory" type="add" due-to="tn">
         Base64InputStream.skip skips underlying stream, not output
       </action>
-      <action dev="ggregory" type="add" issue="CODEC-63" due-to="bayard">
+      <action issue="CODEC-63" dev="ggregory" type="add" due-to="bayard">
         Implement NYSIIS
       </action>
     </release>


Reply via email to