Skip to content

Commit 8d907db

Browse files
author
Niall Kegan Pemberton
committed
Update the release notes for CODEC-59, CODEC-78 and CODEC-81
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@799859 13f79535-47bb-0310-9956-ffa450edef68
1 parent ffd08a4 commit 8d907db

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ o [CODEC-60] Implement Caverphone.
2323
o [CODEC-52] Digest on InputStreams.
2424
o [CODEC-39] DigestUtils: Add methods for SHA-256, SHA-384, and SHA-512.
2525
o [CODEC-69] Streaming Base64 (Base64InputStream and Base64OutputStream added).
26+
o [CODEC-59] Add methods to Base64 which work with String instead of byte[]
2627

2728
Fixed bugs:
2829

@@ -39,6 +40,8 @@ o [CODEC-51] Test failures in SoundexTest
3940
o [CODEC-10] Using US_ENGLISH in Soundex caused an NullPointerException.
4041
o [CODEC-6] Source tarball spews files all over the place.
4142
o [CODEC-22] Base64.isArrayByteBase64() throws an ArrayIndexOutOfBoundsException for negative octets
43+
o [CODEC-78] Base64: Improve Code Coverage
44+
o [CODEC-81] Base64's new constructor parameters ignored
4245

4346
Changes:
4447

xdocs/changes.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@
8585
</action>
8686
<action dev="jochen" type="add" issue="CODEC-69" due-to="Julius Davies">
8787
Streaming Base64 (Base64InputStream and Base64OutputStream added).
88+
</action>
89+
<action dev="ggregory" type="fix" issue="CODEC-78" due-to="Julius Davies">
90+
Base64: Improve Code Coverage
91+
</action>
92+
<action dev="ggregory" type="add" issue="CODEC-59" due-to="Julius Davies">
93+
Add methods to Base64 which work with String instead of byte[]
94+
</action>
95+
<action dev="ggregory" type="fix" issue="CODEC-81" due-to="Julius Davies">
96+
Base64's new constructor parameters ignored
8897
</action>
8998
</release>
9099
<release version="1.3" date="10 July 2004" description="Feature and fix release.">

0 commit comments

Comments
 (0)