|
22 | 22 | <author>Gary D. Gregory</author> |
23 | 23 | </properties> |
24 | 24 | <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."> |
29 | 26 | <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. |
31 | 31 | </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"> |
33 | 33 | Add test(s) to check that encodeBase64() does not chunk output. |
34 | 34 | </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> |
35 | 50 | </release> |
36 | 51 | <release version="1.4" date="9 August 2009" description="Feature and fix release."> |
37 | 52 | <action dev="ggregory" type="fix" issue="CODEC-80" due-to="Julius Davies"> |
|
0 commit comments