Skip to content

Commit fcc8b54

Browse files
committed
[CODEC-96] Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1309058 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3f41cf1 commit fcc8b54

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ The <action> type attribute can be add,update,fix,remove.
5151
</release>
5252
-->
5353
<release version="1.7" date="TBD" description="Feature and fix release.">
54+
<action dev="ggregory" type="fix" issue="CODEC-96" due-to="sebb">
55+
Base64 encode() method is no longer thread-safe, breaking clients using it as a shared BinaryEncoder
56+
</action>
5457
<action dev="sebb" type="fix" issue="CODEC-138">
5558
Complete FilterInputStream interface for BaseNCodecInputStream
5659
</action>

0 commit comments

Comments
 (0)