You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2009/07/14 01:27:25 UTC

svn commit: r793746 - /commons/proper/codec/trunk/xdocs/changes.xml

Author: ggregory
Date: Mon Jul 13 23:27:24 2009
New Revision: 793746

URL: http://svn.apache.org/viewvc?rev=793746&view=rev
Log:
Preparing for 1.4, sync up with JIRA.

Modified:
    commons/proper/codec/trunk/xdocs/changes.xml

Modified: commons/proper/codec/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/xdocs/changes.xml?rev=793746&r1=793745&r2=793746&view=diff
==============================================================================
--- commons/proper/codec/trunk/xdocs/changes.xml (original)
+++ commons/proper/codec/trunk/xdocs/changes.xml Mon Jul 13 23:27:24 2009
@@ -22,14 +22,51 @@
 		<author>Gary D. Gregory</author>
 	</properties>
 	<body>
-		<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="jamie@white-mountain.org">
-             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="ottuzzi@libero.it">
-				Base64.isArrayByteBase64() throws an ArrayIndexOutOfBoundsException for negative octets.</action>
-			<action dev="tobrien" type="fix" issue="37894" due-to="Reggie Riser" due-to-email="rriser@informs.com">
-			  Using US_ENGLISH in Soundex caused an NullPointerException.  Issue has been
-			  addressed by changing the order of static variables in Soundex.
+		<release version="1-4-SNAPSHOT" date="13 July 2009" description="Feature and fix release.">
+			<action dev="ggregory" type="add" issue="CODEC-77" due-to="Julius Davies">
+             Base64 bug with empty input (new byte[0])</action>
+			<action dev="ggregory" type="add" issue="CODEC-75" due-to="Julius Davies">
+             Make Base64 URL-safe</action>
+			<action dev="ggregory" type="add" issue="CODEC-74">
+             Allow for uppercase letters output in Hex.encodeHex()</action>
+			<action dev="bayard" type="fix" issue="CODEC-72" due-to="Sebb">
+			Soundex and RefinedSoundex issues with character arrays
+			</action>
+			<action dev="bayard" type="fix" issue="CODEC-71" due-to="Sebb">
+			Base64.isArrayByteBase64() method is inefficient for large byte arrays.
+			</action>
+			<action dev="bayard" type="fix" issue="CODEC-70" due-to="Sebb">
+			Thread safety and malicious code safety improvements.
+			</action>
+			<action dev="bayard" type="fix" issue="CODEC-68" due-to="Robert Rodewald">
+			isBase64 throws ArrayIndexOutOfBoundsException on some non-BASE64 bytes
+			</action>
+			<action dev="bayard" type="fix" issue="CODEC-65" due-to="Benjamin Bentmann">
+			Fix case-insensitive string handling
+			</action>
+			<action dev="ggregory" type="fix" issue="CODEC-61" due-to="Igor Slepchin">
+			Base64.encodeBase64() throws NegativeArraySizeException on large files.
+			</action>
+			<action dev="bayard" type="fix" issue="CODEC-60">
+			Implement Caverphone.
+			</action>
+			<action dev="bayard" type="fix" issue="CODEC-56" due-to="Sebb ">
+			RefinedSoundex creates instance before al fields have been initialized
+			</action>
+			<action dev="bayard" type="add" issue="CODEC-52" due-to="Niklas Gustavsson">
+			Digest on InputStreams
+			</action>
+			<action dev="bayard" type="fix" issue="CODEC-51">
+			2 Test failures in SoundexTest
+			</action>
+			<action dev="ggregory" type="add" issue="CODEC-39" due-to="Jamie Flournoy" due-to-email="jamie@white-mountain.org">
+            DigestUtils: Add methods for SHA-256, SHA-384, and SHA-512.</action>
+			<action dev="tobrien" type="fix" issue="CODEC-10" due-to="Reggie Riser" due-to-email="rriser@informs.com">
+			 Using US_ENGLISH in Soundex caused an NullPointerException.  Issue has been
+			 addressed by changing the order of static variables in Soundex.
+			</action>
+			<action dev="tobrien" type="fix" issue="CODEC-6" due-to="David Tonhofer">
+			Source tarball spews files all over the place.
 			</action>
 		</release>
 		<release version="1.3" date="10 July 2004" description="Feature and fix release.">