Skip to content

Commit 8d80d1c

Browse files
committed
Bring up to date.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1062563 13f79535-47bb-0310-9956-ffa450edef68
1 parent 954d995 commit 8d80d1c

1 file changed

Lines changed: 21 additions & 6 deletions

File tree

src/changes/changes.xml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,31 @@
2222
<author>Gary D. Gregory</author>
2323
</properties>
2424
<body>
25-
<release version="TBA" date="TBA" description="TBC">
26-
<action dev="sebb" type="fix" issue="CODEC-97">
27-
Base64 default constructor behaviour changed to enable chunking in 1.4
28-
</action>
25+
<release version="1.5" date="TBA" description="Feature and fix release.">
2926
<action dev="sebb" type="fix" issue="CODEC-89">
30-
new Base64().encode() appends a CRLF, and chunks results into 76 character lines
27+
new Base64().encode() appends a CRLF, and chunks results into 76 character lines.
28+
</action>
29+
<action dev="sebb" type="fix" issue="CODEC-92">
30+
Many test cases use getBytes() which uses the default platform encoding so tests may fail on some platforms.
3131
</action>
32-
<action dev="sebb" type="add" issue="CODEC-93" due-to="Julius Davies">
32+
<action dev="sebb, julius, ggregory" type="add" issue="CODEC-93" due-to="sebb">
3333
Add test(s) to check that encodeBase64() does not chunk output.
3434
</action>
35+
<action dev="sebb" type="fix" issue="CODEC-97" due-to="mjryall">
36+
Base64 default constructor behaviour changed to enable chunking in 1.4.
37+
</action>
38+
<action dev="ggregory" type="fix" issue="CODEC-99" due-to="julius">
39+
Base64.encodeBase64String() shouldn't chunk.
40+
</action>
41+
<action dev="julius" type="fix" issue="CODEC-101" due-to="balusc">
42+
Base64InputStream#read(byte[]) incorrectly returns 0 at end of any stream which is multiple of 3 bytes long.
43+
</action>
44+
<action dev="bayard" type="fix" issue="CODEC-103" due-to="gnuf">
45+
Typo in DecoderException message thrown from Hex.decodeHex.
46+
</action>
47+
<action dev="bayard" type="add" issue="CODEC-106" due-to="it2mmeyerfa">
48+
Add the "Kölner Phonetik" encoder (cologne phonetic) to codec.lang.
49+
</action>
3550
</release>
3651
<release version="1.4" date="9 August 2009" description="Feature and fix release.">
3752
<action dev="ggregory" type="fix" issue="CODEC-80" due-to="Julius Davies">

0 commit comments

Comments
 (0)