Skip to content

Commit e4d7385

Browse files
committed
Move issue to first attribute; makes it easier to find issues in Eclipse outline view
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1333725 13f79535-47bb-0310-9956-ffa450edef68
1 parent 188e25d commit e4d7385

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/changes/changes.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,33 +54,33 @@ The <action> type attribute can be add,update,fix,remove.
5454
<action issue="CODEC-143" dev="sebb" type="update">
5555
StringBuffer could be replaced by StringBuilder for local variables.
5656
</action>
57-
<action dev="ggregory" type="add" issue="CODEC-139" due-to="dsebastien">
57+
<action issue="CODEC-139" dev="ggregory" type="add" due-to="dsebastien">
5858
DigestUtils: add updateDigest methods and make methods public.
5959
</action>
60-
<action dev="ggregory" type="add" issue="CODEC-133" due-to="lathspell">
60+
<action issue="CODEC-133" dev="ggregory" type="add" due-to="lathspell">
6161
Add classes for MD5/SHA1/SHA-512-based Unix crypt(3) hash variants.
6262
</action>
63-
<action dev="ggregory" type="fix" issue="CODEC-96" due-to="sebb">
63+
<action issue="CODEC-96" dev="ggregory" type="fix" due-to="sebb">
6464
Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder.
6565
Note: the fix breaks binary compatibility, however the changes are to a class (BaseNCodec) which is
6666
intended for internal use.
6767
</action>
68-
<action dev="sebb" type="fix" issue="CODEC-138">
68+
<action issue="CODEC-138" dev="sebb" type="fix">
6969
Complete FilterInputStream interface for BaseNCodecInputStream
7070
</action>
71-
<action dev="ggregory" type="fix" issue="CODEC-136">
71+
<action issue="CODEC-136" dev="ggregory" type="fix">
7272
Use Charset objects when possible, create Charsets for required character encodings
7373
</action>
74-
<action dev="ggregory" type="fix" issue="CODEC-132" due-to="rcmuir">
74+
<action issue="CODEC-132" dev="ggregory" type="fix" due-to="rcmuir">
7575
BeiderMorseEncoder OOM issues
7676
</action>
77-
<action dev="tn" type="fix" issue="CODEC-131" due-to="smolav">
77+
<action issue="CODEC-131" dev="tn" type="fix" due-to="smolav">
7878
DoubleMetaphone javadoc contains dead links
7979
</action>
80-
<action dev="ggregory" type="add" issue="CODEC-130" due-to="tn">
80+
<action issue="CODEC-130" dev="ggregory" type="add" due-to="tn">
8181
Base64InputStream.skip skips underlying stream, not output
8282
</action>
83-
<action dev="ggregory" type="add" issue="CODEC-63" due-to="bayard">
83+
<action issue="CODEC-63" dev="ggregory" type="add" due-to="bayard">
8484
Implement NYSIIS
8585
</action>
8686
</release>

0 commit comments

Comments
 (0)