You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2012/09/05 21:14:29 UTC

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

Author: tn
Date: Wed Sep  5 19:14:29 2012
New Revision: 1381304

URL: http://svn.apache.org/viewvc?rev=1381304&view=rev
Log:
Added missing Base32 support to changes, added trailing dots for consistency.

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=1381304&r1=1381303&r2=1381304&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Wed Sep  5 19:14:29 2012
@@ -97,22 +97,22 @@ The <action> type attribute can be add,u
         intended for internal use.
       </action>
       <action issue="CODEC-138" dev="sebb" type="fix">
-        Complete FilterInputStream interface for BaseNCodecInputStream
+        Complete FilterInputStream interface for BaseNCodecInputStream.
       </action>
       <action issue="CODEC-136" dev="ggregory" type="fix">
-        Use Charset objects when possible, create Charsets for required character encodings
+        Use Charset objects when possible, create Charsets for required character encodings.
       </action>
       <action issue="CODEC-132" dev="ggregory" type="fix" due-to="rcmuir">
-        BeiderMorseEncoder OOM issues
+        BeiderMorseEncoder OOM issues.
       </action>
       <action issue="CODEC-131" dev="tn" type="fix" due-to="smolav">
-        DoubleMetaphone javadoc contains dead links
+        DoubleMetaphone javadoc contains dead links.
       </action>
       <action issue="CODEC-130" dev="ggregory" type="add" due-to="tn">
-        Base64InputStream.skip skips underlying stream, not output
+        Base64InputStream.skip skips underlying stream, not output.
       </action>
       <action issue="CODEC-63" dev="ggregory" type="add" due-to="bayard">
-        Implement NYSIIS
+        Implement NYSIIS phonetic encoder.
       </action>
     </release>
     <release version="1.6" date="20 November 2011" description="Feature and fix release.">
@@ -139,6 +139,9 @@ The <action> type attribute can be add,u
       </action>
     </release>
     <release version="1.5" date="29 March 2011" description="Feature and fix release.">
+      <action dev="sebb" type="add" issue="CODEC-88">
+        Added new Base32 encoder.
+      </action>
       <action dev="sebb" type="fix" issue="CODEC-89">
         new Base64().encode() appends a CRLF, and chunks results into 76 character lines.
       </action>