File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ o [CODEC-60] Implement Caverphone.
2323o [CODEC-52] Digest on InputStreams.
2424o [CODEC-39] DigestUtils: Add methods for SHA-256, SHA-384, and SHA-512.
2525o [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
3940o [CODEC-10] Using US_ENGLISH in Soundex caused an NullPointerException.
4041o [CODEC-6] Source tarball spews files all over the place.
4142o [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
Original file line number Diff line number Diff line change 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." >
You can’t perform that action at this time.
0 commit comments