You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2015/03/22 19:50:48 UTC

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

Author: ggregory
Date: Sun Mar 22 18:50:48 2015
New Revision: 1668443

URL: http://svn.apache.org/r1668443
Log:
Add missing due-to attributes in changes.xml.

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=1668443&r1=1668442&r2=1668443&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Sun Mar 22 18:50:48 2015
@@ -44,10 +44,10 @@ The <action> type attribute can be add,u
   <body>
     <release version="1.11" date="DD MM 2014" description="Feature and fix release.">        
       <action dev="ggregory" type="add" issue="CODEC-199" due-to="Yossi Tamari">Bug in HW rule in Soundex</action>         
-      <action dev="ggregory" type="add" issue="CODEC-183">BaseNCodecOutputStream only supports writing EOF on close()</action>         
-      <action dev="ggregory" type="add" issue="CODEC-195">Support SHA-224 in DigestUtils on Java 8</action>         
-      <action dev="ggregory" type="add" issue="CODEC-194">Support java.nio.ByteBuffer in org.apache.commons.codec.binary.Hex</action>         
-      <action dev="ggregory" type="add" issue="CODEC-193">Support java.nio.ByteBuffer in DigestUtils</action>         
+      <action dev="ggregory" type="add" issue="CODEC-183" due-to="Steven Wurster">BaseNCodecOutputStream only supports writing EOF on close()</action>         
+      <action dev="ggregory" type="add" issue="CODEC-195" due-to="Gary Gregory">Support SHA-224 in DigestUtils on Java 8</action>         
+      <action dev="ggregory" type="add" issue="CODEC-194" due-to="Gary Gregory">Support java.nio.ByteBuffer in org.apache.commons.codec.binary.Hex</action>         
+      <action dev="ggregory" type="add" issue="CODEC-193" due-to="Michael Donaghy">Support java.nio.ByteBuffer in DigestUtils</action>         
     </release>   
     <release version="1.10" date="5 November 2014" description="Feature and fix release.">
       <action dev="ggregory" type="add" issue="CODEC-192" due-to="Thomas Neidhart">Add Daitch-Mokotoff Soundex</action>   



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

Posted by Benedikt Ritter <br...@apache.org>.
2015-03-22 19:50 GMT+01:00 <gg...@apache.org>:

> Author: ggregory
> Date: Sun Mar 22 18:50:48 2015
> New Revision: 1668443
>
> URL: http://svn.apache.org/r1668443
> Log:
> Add missing due-to attributes in changes.xml.
>
> 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=1668443&r1=1668442&r2=1668443&view=diff
>
> ==============================================================================
> --- commons/proper/codec/trunk/src/changes/changes.xml (original)
> +++ commons/proper/codec/trunk/src/changes/changes.xml Sun Mar 22 18:50:48
> 2015
> @@ -44,10 +44,10 @@ The <action> type attribute can be add,u
>    <body>
>      <release version="1.11" date="DD MM 2014" description="Feature and
> fix release.">
>        <action dev="ggregory" type="add" issue="CODEC-199" due-to="Yossi
> Tamari">Bug in HW rule in Soundex</action>
> -      <action dev="ggregory" type="add"
> issue="CODEC-183">BaseNCodecOutputStream only supports writing EOF on
> close()</action>
> -      <action dev="ggregory" type="add" issue="CODEC-195">Support SHA-224
> in DigestUtils on Java 8</action>
> -      <action dev="ggregory" type="add" issue="CODEC-194">Support
> java.nio.ByteBuffer in org.apache.commons.codec.binary.Hex</action>
> -      <action dev="ggregory" type="add" issue="CODEC-193">Support
> java.nio.ByteBuffer in DigestUtils</action>
> +      <action dev="ggregory" type="add" issue="CODEC-183" due-to="Steven
> Wurster">BaseNCodecOutputStream only supports writing EOF on
> close()</action>
> +      <action dev="ggregory" type="add" issue="CODEC-195" due-to="Gary
> Gregory">Support SHA-224 in DigestUtils on Java 8</action>
>

I don't think you need a due-to in this case.


> +      <action dev="ggregory" type="add" issue="CODEC-194" due-to="Gary
> Gregory">Support java.nio.ByteBuffer in
> org.apache.commons.codec.binary.Hex</action>
> +      <action dev="ggregory" type="add" issue="CODEC-193" due-to="Michael
> Donaghy">Support java.nio.ByteBuffer in DigestUtils</action>
>      </release>
>      <release version="1.10" date="5 November 2014" description="Feature
> and fix release.">
>        <action dev="ggregory" type="add" issue="CODEC-192" due-to="Thomas
> Neidhart">Add Daitch-Mokotoff Soundex</action>
>
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter