Skip to content

Commit 6993ef0

Browse files
author
Timothy O'Brien
committed
Changed the RELEASE_NOTES.txt to reference the 1.4 release. Added
a note about the recent Soundex bug fix to the changes.xml Changes the version label as per DL instructions. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@367313 13f79535-47bb-0310-9956-ffa450edef68
1 parent a07c7a0 commit 6993ef0

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The commons-codec team is pleased to announce the Codec 1.3.1 release!
1+
The commons-codec team is pleased to announce the Codec 1.4 release!
22

33
http://jakarta.apache.org/commons/codec/
44

xdocs/changes.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@
2121
<author>Gary D. Gregory</author>
2222
</properties>
2323
<body>
24-
<release version="1.4-dev" date="4 May 2005" description="Feature and fix release.">
24+
<release version="1-4-SNAPSHOT" date="4 May 2005" description="Feature and fix release.">
2525
<action dev="ggregory," type="add" issue="34157 " due-to="Jamie Flournoy" due-to-email="jamie@white-mountain.org">
2626
DigestUtils: Add methods for SHA-256, SHA-384, and SHA-512.</action>
2727
<action dev="ggregory," type="fix" issue="30825" due-to="Piero Ottuzzi " due-to-email="ottuzzi@libero.it">
28-
Base64.isArrayByteBase64() throws an ArrayIndexOutOfBoundsException for negative octets.</action>
28+
Base64.isArrayByteBase64() throws an ArrayIndexOutOfBoundsException for negative octets.</action>
29+
<action dev="tobrien" type="fix" issue="37894" due-to="Reggie Riser" due-to-email="rriser@informs.com">
30+
Using US_ENGLISH in Soundex caused an NullPointerException. Issue has been
31+
addressed by changing the order of static variables in Soundex.
32+
</action>
2933
</release>
3034
<release version="1.3" date="10 July 2004" description="Feature and fix release.">
3135
<action dev="ggregory, tobrien" type="add" issue="27813" due-to="Alex Karasulu">

0 commit comments

Comments
 (0)