Author: sebb
Date: Tue Apr 3 18:52:44 2012
New Revision: 1309095
URL: http://svn.apache.org/viewvc?rev=1309095&view=rev
Log:
CODEC-96 document API breakage
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=1309095&r1=1309094&r2=1309095&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Tue Apr 3 18:52:44 2012
@@ -52,7 +52,9 @@ The <action> type attribute can be add,u
-->
<release version="1.7" date="TBD" description="Feature and fix release.">
<action dev="ggregory" type="fix" issue="CODEC-96" due-to="sebb">
- Base64 encode() method is no longer thread-safe, breaking clients
using it as a shared BinaryEncoder
+ Base64 encode() method is no longer thread-safe, breaking clients
using it as a shared BinaryEncoder.
+ Note: the fix breaks binary compatibility, however the changes are to
a class (BaseNCodec) which is
+ intended for internal use.
</action>
<action dev="sebb" type="fix" issue="CODEC-138">
Complete FilterInputStream interface for BaseNCodecInputStream