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 2012/04/03 19:25:04 UTC

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

Author: ggregory
Date: Tue Apr  3 17:25:03 2012
New Revision: 1309058

URL: http://svn.apache.org/viewvc?rev=1309058&view=rev
Log:
[CODEC-96] Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder

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=1309058&r1=1309057&r2=1309058&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Tue Apr  3 17:25:03 2012
@@ -51,6 +51,9 @@ The <action> type attribute can be add,u
     </release>
     -->
     <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
+      </action>
       <action dev="sebb" type="fix" issue="CODEC-138">
         Complete FilterInputStream interface for BaseNCodecInputStream
       </action>