Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F13D5993D for ; Sun, 1 Apr 2012 05:07:08 +0000 (UTC) Received: (qmail 43771 invoked by uid 500); 1 Apr 2012 05:07:08 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 43536 invoked by uid 500); 1 Apr 2012 05:07:08 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 43522 invoked by uid 99); 1 Apr 2012 05:07:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2012 05:07:07 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2012 05:07:00 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 0F83A40E0014 for ; Sun, 1 Apr 2012 07:06:40 +0200 (CEST) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OpsbMC9jLfgh for ; Sun, 1 Apr 2012 07:06:38 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 1000) id DE13740E0010; Sun, 1 Apr 2012 07:06:38 +0200 (CEST) From: Stefan Bodewig To: "Commons Developers List" Subject: Re: [compress] Releasing 1.4 References: <87limh5qa2.fsf@v35516.1blu.de> Date: Sun, 01 Apr 2012 07:06:38 +0200 In-Reply-To: (Gary Gregory's message of "Sat, 31 Mar 2012 08:10:18 -0400") Message-ID: <871uo8f3c1.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On 2012-03-31, Gary Gregory wrote: > The trunk looks good now IMO. I'll let others decide about the change set > docs. > The only item that stick out but could wait for another release: > - the large code dup in BZip2CompressorInputStream as noted by CPD. I've seen that but must admit I didn't see a proper way to get rid of it on first glance - extracting a method would require shuffling around a lot of state IIRC. > - the apparently unfinished JarArchiveEntry Oh, it's been unfinished since Compress 1.0 ;-) > - unused summary fields in DumpArchiveEntry Probably unfinished work as well. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org