Skip to content

Commit 3fa9ada

Browse files
committed
CODEC-121 will be for 2.0. CODEC-130 will be for 1.7.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1302625 13f79535-47bb-0310-9956-ffa450edef68
1 parent fe56886 commit 3fa9ada

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

src/changes/changes.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@
2222
<author>Gary Gregory</author>
2323
</properties>
2424
<body>
25-
<!-- <release version="2.0" date="TBA" description="Feature and fix release."> <action dev="ggregory" type="fix" issue="CODEC-126"> Make
26-
org.apache.commons.codec.net.URLCodec charset field final. </action> </release>
25+
<!--
26+
<release version="2.0" date="TBA" description="Feature and fix release.">
27+
<action dev="ggregory" type="fix" issue="CODEC-126"> Make org.apache.commons.codec.net.URLCodec charset field final. </action>
28+
<action dev="ggregory" type="fix" issue="CODEC-121" due-to="tn">
29+
QuotedPrintableCodec does not support soft line break per the 'quoted-printable' example on Wikipedia
30+
</action>
31+
</release>
2732
-->
2833
<release version="1.7" date="TBD" description="Feature and fix release.">
2934
<action dev="ggregory" type="fix" issue="CODEC-132" due-to="rcmuir">
@@ -32,8 +37,8 @@
3237
<action dev="tn" type="fix" issue="CODEC-131" due-to="smolav">
3338
DoubleMetaphone javadoc contains dead links
3439
</action>
35-
<action dev="ggregory" type="fix" issue="CODEC-121" due-to="tn">
36-
QuotedPrintableCodec does not support soft line break per the 'quoted-printable' example on Wikipedia
40+
<action dev="ggregory" type="add" issue="CODEC-130" due-to="tn">
41+
Base64InputStream.skip skips underlying stream, not output
3742
</action>
3843
<action dev="ggregory" type="add" issue="CODEC-63" due-to="bayard">
3944
Implement NYSIIS

0 commit comments

Comments
 (0)