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 2013/11/07 21:14:18 UTC

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

Author: ggregory
Date: Thu Nov  7 20:14:17 2013
New Revision: 1539792

URL: http://svn.apache.org/r1539792
Log:
[CODEC-174] Improve performance of Beider Morse encoder. Update 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=1539792&r1=1539791&r2=1539792&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Thu Nov  7 20:14:17 2013
@@ -45,6 +45,7 @@ The <action> type attribute can be add,u
     <release version="1.9" date="TBA" description="Feature and fix release."> 
       <action dev="sebb" type="fix" issue="CODEC-170" due-to="Matt Bishop">Base32 decode table has spurious value</action>   
       <action dev="ggregory" type="fix" issue="CODEC-170" due-to="Ron Wheeler, Henri Yandell">Link broken in Metaphone Javadoc</action>   
+      <action dev="ggregory" type="updated" issue="CODEC-174" due-to=" Thomas Champagne">Improve performance of Beider Morse encoder</action>   
     </release>
     <release version="1.8" date="19 April 2013" description="Feature and fix release. Requires a minimum of Java 1.6">
       <action dev="ggregory" type="add" issue="CODEC-168" due-to="Daniel Cassidy">Add DigestUtils.updateDigest(MessageDigest, InputStream).</action>