Author: tobrien
Date: Mon Jan  9 07:02:09 2006
New Revision: 367313

URL: http://svn.apache.org/viewcvs?rev=367313&view=rev
Log:
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.

Modified:
    jakarta/commons/proper/codec/trunk/RELEASE-NOTES.txt
    jakarta/commons/proper/codec/trunk/xdocs/changes.xml

Modified: jakarta/commons/proper/codec/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/codec/trunk/RELEASE-NOTES.txt?rev=367313&r1=367312&r2=367313&view=diff
==============================================================================
--- jakarta/commons/proper/codec/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/codec/trunk/RELEASE-NOTES.txt Mon Jan  9 07:02:09 
2006
@@ -1,4 +1,4 @@
-The commons-codec team is pleased to announce the Codec 1.3.1 release! 
+The commons-codec team is pleased to announce the Codec 1.4 release! 
 
 http://jakarta.apache.org/commons/codec/
 

Modified: jakarta/commons/proper/codec/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/codec/trunk/xdocs/changes.xml?rev=367313&r1=367312&r2=367313&view=diff
==============================================================================
--- jakarta/commons/proper/codec/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/codec/trunk/xdocs/changes.xml Mon Jan  9 07:02:09 
2006
@@ -21,11 +21,15 @@
                <author>Gary D. Gregory</author>
        </properties>
        <body>
-               <release version="1.4-dev" date="4 May 2005" 
description="Feature and fix release.">
+               <release version="1-4-SNAPSHOT" date="4 May 2005" 
description="Feature and fix release.">
                        <action dev="ggregory," type="add" issue="34157 " 
due-to="Jamie Flournoy" due-to-email="[EMAIL PROTECTED]">
              DigestUtils: Add methods for SHA-256, SHA-384, and 
SHA-512.</action>
                        <action dev="ggregory," type="fix" issue="30825" 
due-to="Piero Ottuzzi " due-to-email="[EMAIL PROTECTED]">
-             Base64.isArrayByteBase64() throws an 
ArrayIndexOutOfBoundsException for negative octets.</action>
+                               Base64.isArrayByteBase64() throws an 
ArrayIndexOutOfBoundsException for negative octets.</action>
+                       <action dev="tobrien" type="fix" issue="37894" 
due-to="Reggie Riser" due-to-email="[EMAIL PROTECTED]">
+                         Using US_ENGLISH in Soundex caused an 
NullPointerException.  Issue has been
+                         addressed by changing the order of static variables 
in Soundex.
+                       </action>
                </release>
                <release version="1.3" date="10 July 2004" description="Feature 
and fix release.">
                        <action dev="ggregory, tobrien" type="add" 
issue="27813" due-to="Alex Karasulu">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to