Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 76092 invoked from network); 13 Jul 2009 23:27:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jul 2009 23:27:38 -0000 Received: (qmail 90294 invoked by uid 500); 13 Jul 2009 23:27:47 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 90195 invoked by uid 500); 13 Jul 2009 23:27:47 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 90186 invoked by uid 99); 13 Jul 2009 23:27:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 23:27:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 23:27:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 29F3323888CC; Mon, 13 Jul 2009 23:27:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r793746 - /commons/proper/codec/trunk/xdocs/changes.xml Date: Mon, 13 Jul 2009 23:27:25 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090713232725.29F3323888CC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ Gary D. Gregory - - - DigestUtils: Add methods for SHA-256, SHA-384, and SHA-512. - - Base64.isArrayByteBase64() throws an ArrayIndexOutOfBoundsException for negative octets. - - Using US_ENGLISH in Soundex caused an NullPointerException. Issue has been - addressed by changing the order of static variables in Soundex. + + + Base64 bug with empty input (new byte[0]) + + Make Base64 URL-safe + + Allow for uppercase letters output in Hex.encodeHex() + + Soundex and RefinedSoundex issues with character arrays + + + Base64.isArrayByteBase64() method is inefficient for large byte arrays. + + + Thread safety and malicious code safety improvements. + + + isBase64 throws ArrayIndexOutOfBoundsException on some non-BASE64 bytes + + + Fix case-insensitive string handling + + + Base64.encodeBase64() throws NegativeArraySizeException on large files. + + + Implement Caverphone. + + + RefinedSoundex creates instance before al fields have been initialized + + + Digest on InputStreams + + + 2 Test failures in SoundexTest + + + DigestUtils: Add methods for SHA-256, SHA-384, and SHA-512. + + Using US_ENGLISH in Soundex caused an NullPointerException. Issue has been + addressed by changing the order of static variables in Soundex. + + + Source tarball spews files all over the place.