Author: julius
Date: Mon Feb 18 19:06:52 2013
New Revision: 1447433
URL: http://svn.apache.org/r1447433
Log:
CODEC-167 - Adds JUnit to test our decode with pad character in the middle.
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=1447433&r1=1447432&r2=1447433&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Mon Feb 18 19:06:52 2013
@@ -47,7 +47,8 @@ The <action> type attribute can be add,u
<action dev="..." type="fix" issue="CODEC-NNN">...</action>
</release>
-->
- <release version="1.8" date="TBA" description="Feature and fix release.">
+ <release version="1.8" date="TBA" description="Feature and fix release.">
+ <action dev="julius" type="update" issue="CODEC-167">Adds 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>
<action dev="ggregory" type="fix" issue="CODEC-163"
due-to="leo141">ColognePhonetic encoder unneccessarily creates many char arrays
on every loop run.</action>
<action dev="sebb" type="fix"
issue="CODEC-160">Base64.encodeBase64URLSafeString doesn't add padding
characters at the end.</action>