You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2016/05/14 10:00:45 UTC

Re: svn commit: r1743752 - /commons/proper/codec/trunk/src/changes/changes.xml

On 13 May 2016 at 21:41,  <gg...@apache.org> wrote:
> Author: ggregory
> Date: Fri May 13 20:41:40 2016
> New Revision: 1743752
>
> URL: http://svn.apache.org/viewvc?rev=1743752&view=rev
> Log:
> Use same attribute order in changes.xml.

It would be better to change them all to put the issue attribute first.

That makes it easier to find the entries in IDEs such as Eclipse which
only show the first attribute in the XML outline.

> 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=1743752&r1=1743751&r2=1743752&view=diff
> ==============================================================================
> --- commons/proper/codec/trunk/src/changes/changes.xml (original)
> +++ commons/proper/codec/trunk/src/changes/changes.xml Fri May 13 20:41:40 2016
> @@ -43,7 +43,7 @@ The <action> type attribute can be add,u
>    </properties>
>    <body>
>      <release version="1.11" date="DD MM 2015" description="Feature and fix release.">
> -      <action issue="CODEC-200" dev="sebb" type="fix" due-to="Luciano Vernaschi">Base32.HEX_DECODE_TABLE contains the wrong value 32</action>
> +      <action dev="sebb" type="fix" issue="CODEC-200" due-to="Luciano Vernaschi">Base32.HEX_DECODE_TABLE contains the wrong value 32</action>
>        <action dev="ggregory" type="fix" issue="CODEC-207" due-to="Gary Gregory">Charsets Javadoc breaks build when using Java 8</action>
>        <action dev="ggregory" type="fix" issue="CODEC-199" due-to="Yossi Tamari">Bug in HW rule in Soundex</action>
>        <action dev="ggregory" type="add" issue="CODEC-183" due-to="Steven Wurster">BaseNCodecOutputStream only supports writing EOF on close()</action>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org