Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 7716 invoked from network); 1 Jun 2010 16:38:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 16:38:38 -0000 Received: (qmail 86080 invoked by uid 500); 1 Jun 2010 16:38:38 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 86024 invoked by uid 500); 1 Jun 2010 16:38:37 -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 86017 invoked by uid 99); 1 Jun 2010 16:38:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 16:38:37 +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; Tue, 01 Jun 2010 16:38:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 31F9423889E5; Tue, 1 Jun 2010 16:38:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r950152 - in /commons/proper/compress/trunk: RELEASE-NOTES.txt src/changes/changes.xml Date: Tue, 01 Jun 2010 16:38:14 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100601163814.31F9423889E5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Tue Jun 1 16:38:13 2010 New Revision: 950152 URL: http://svn.apache.org/viewvc?rev=950152&view=rev Log: Another fix Modified: commons/proper/compress/trunk/RELEASE-NOTES.txt commons/proper/compress/trunk/src/changes/changes.xml Modified: commons/proper/compress/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/RELEASE-NOTES.txt?rev=950152&r1=950151&r2=950152&view=diff ============================================================================== --- commons/proper/compress/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/compress/trunk/RELEASE-NOTES.txt Tue Jun 1 16:38:13 2010 @@ -88,6 +88,7 @@ o COMPRESS-105: Document that the name If you don't use the constructor with the File argument the entry's name must end in a "/" in order for the entry to be known as a directory. o COMPRESS-79: Move DOS/Java time conversions into Zip utility class. +o COMPRESS-75: ZipArchiveInputStream does not show location in file where a problem occurred. For complete information on Commons Compress, including instructions on how to submit bug reports, Modified: commons/proper/compress/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/changes/changes.xml?rev=950152&r1=950151&r2=950152&view=diff ============================================================================== --- commons/proper/compress/trunk/src/changes/changes.xml (original) +++ commons/proper/compress/trunk/src/changes/changes.xml Tue Jun 1 16:38:13 2010 @@ -134,6 +134,9 @@ The type attribute can be add,u ZipArchiveEntry, ZipFile and ZipArchiveInputStream are now more lenient when parsing extra fields. + + ZipArchiveInputStream does not show location in file where a problem occurred. + cpio is terribly slow. Documented that buffered streams are needed for performance