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/04/19 17:21:58 UTC

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

Author: ggregory
Date: Fri Apr 19 15:21:58 2013
New Revision: 1469893

URL: http://svn.apache.org/r1469893
Log:
Release preparation for 1.8-RC4.

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=1469893&r1=1469892&r2=1469893&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Fri Apr 19 15:21:58 2013
@@ -47,7 +47,7 @@ The <action> type attribute can be add,u
       <action dev="..." type="fix" issue="CODEC-NNN">...</action>   
     </release>
     -->
-    <release version="1.8" date="18 April 2013" description="Feature and fix release. Requires a minimum of Java 1.6">
+    <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>   
       <action dev="julius" type="add" issue="CODEC-167">Add JUnit to test our decode with pad character in the middle.</action> 
       <action dev="ggregory" type="add" issue="CODEC-161" due-to="crice">Add Match Rating Approach (MRA) phonetic algorithm encoder.</action>