Author: ggregory
Date: Tue Mar 1 17:58:58 2011
New Revision: 1075948
URL: http://svn.apache.org/viewvc?rev=1075948&view=rev
Log:
[CODEC-117] Caverphone encodes names starting and ending with "mb" incorrectly.
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=1075948&r1=1075947&r2=1075948&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Tue Mar 1 17:58:58 2011
@@ -68,6 +68,9 @@
<action dev="ggregory" type="remove" issue="CODEC-116"
due-to="ggregory">
Remove deprecated package private method
Base64.discardWhitespace(byte[])
</action>
+ <action dev="ggregory" type="fix" issue="CODEC-117"
due-to="ggregory">
+ Caverphone encodes names starting and ending with "mb"
incorrectly.
+ </action>
</release>
<release version="1.4" date="9 August 2009" description="Feature and
fix release.">
<action dev="ggregory" type="fix" issue="CODEC-80" due-to="Julius
Davies">