Skip to content

Commit a28de89

Browse files
committed
Preparing for 1.4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@794022 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9d25700 commit a28de89

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

xdocs/changes.xml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,16 @@
2424
<body>
2525
<release version="1-4-SNAPSHOT" date="13 July 2009" description="Feature and fix release.">
2626
<action dev="ggregory" type="add" issue="CODEC-77" due-to="Julius Davies">
27-
Base64 bug with empty input (new byte[0])</action>
27+
Base64 bug with empty input (new byte[0]).
28+
</action>
2829
<action dev="ggregory" type="add" issue="CODEC-75" due-to="Julius Davies">
29-
Make Base64 URL-safe</action>
30+
Make Base64 URL-safe.
31+
</action>
3032
<action dev="ggregory" type="add" issue="CODEC-74">
31-
Allow for uppercase letters output in Hex.encodeHex()</action>
33+
Allow for uppercase letters output in Hex.encodeHex().
34+
</action>
3235
<action dev="bayard" type="fix" issue="CODEC-72" due-to="Sebb">
33-
Soundex and RefinedSoundex issues with character arrays
36+
Soundex and RefinedSoundex issues with character arrays.
3437
</action>
3538
<action dev="bayard" type="fix" issue="CODEC-71" due-to="Sebb">
3639
Base64.isArrayByteBase64() method is inefficient for large byte arrays.
@@ -39,10 +42,10 @@
3942
Thread safety and malicious code safety improvements.
4043
</action>
4144
<action dev="bayard" type="fix" issue="CODEC-68" due-to="Robert Rodewald">
42-
isBase64 throws ArrayIndexOutOfBoundsException on some non-BASE64 bytes
45+
isBase64 throws ArrayIndexOutOfBoundsException on some non-BASE64 bytes.
4346
</action>
4447
<action dev="bayard" type="fix" issue="CODEC-65" due-to="Benjamin Bentmann">
45-
Fix case-insensitive string handling
48+
Fix case-insensitive string handling.
4649
</action>
4750
<action dev="ggregory" type="fix" issue="CODEC-61" due-to="Igor Slepchin">
4851
Base64.encodeBase64() throws NegativeArraySizeException on large files.
@@ -51,22 +54,22 @@
5154
Implement Caverphone.
5255
</action>
5356
<action dev="bayard" type="fix" issue="CODEC-56" due-to="Sebb ">
54-
RefinedSoundex creates instance before al fields have been initialized
57+
RefinedSoundex creates instance before al fields have been initialized.
5558
</action>
5659
<action dev="bayard" type="add" issue="CODEC-52" due-to="Niklas Gustavsson">
57-
Digest on InputStreams
60+
Digest on InputStreams.
5861
</action>
5962
<action dev="bayard" type="fix" issue="CODEC-51">
60-
2 Test failures in SoundexTest
63+
2 Test failures in SoundexTest.
6164
</action>
6265
<action dev="bayard" type="add" issue="CODEC-40" due-to="Chris Black">
63-
Patch to add crypto-compatible BigInteger encoding support to Base64
66+
Patch to add crypto-compatible BigInteger encoding support to Base64.
6467
</action>
6568
<action dev="ggregory" type="add" issue="CODEC-39" due-to="Jamie Flournoy" due-to-email="jamie@white-mountain.org">
66-
DigestUtils: Add methods for SHA-256, SHA-384, and SHA-512.</action>
69+
DigestUtils: Add methods for SHA-256, SHA-384, and SHA-512.
70+
</action>
6771
<action dev="tobrien" type="fix" issue="CODEC-10" due-to="Reggie Riser" due-to-email="rriser@informs.com">
68-
Using US_ENGLISH in Soundex caused an NullPointerException. Issue has been
69-
addressed by changing the order of static variables in Soundex.
72+
Using US_ENGLISH in Soundex caused an NullPointerException.
7073
</action>
7174
<action dev="tobrien" type="fix" issue="CODEC-6" due-to="David Tonhofer">
7275
Source tarball spews files all over the place.

0 commit comments

Comments
 (0)