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>   


Reply via email to