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 2623217DFA for ; Fri, 30 Jan 2015 11:06:20 +0000 (UTC) Received: (qmail 90173 invoked by uid 500); 30 Jan 2015 11:06:07 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 90031 invoked by uid 500); 30 Jan 2015 11:06:07 -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 90020 invoked by uid 99); 30 Jan 2015 11:06:07 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jan 2015 11:06:07 +0000 Received: from samaflost.de (v35516.1blu.de [178.254.33.213]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id EF9B81A01E4 for ; Fri, 30 Jan 2015 11:06:06 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 4EAF9588E235 for ; Fri, 30 Jan 2015 12:06:04 +0100 (CET) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dKFcNeKgn8jF for ; Fri, 30 Jan 2015 12:06:03 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id 2F871588E22E; Fri, 30 Jan 2015 12:06:03 +0100 (CET) From: Stefan Bodewig To: Commons Developers List Subject: Re: [VOTE] Release Compress 1.10 Based on RC1 References: <878ugqvzzf.fsf@v35516.1blu.de> <87r3ucu1b9.fsf@v35516.1blu.de> Date: Fri, 30 Jan 2015 12:06:03 +0100 In-Reply-To: (sebb's message of "Fri, 30 Jan 2015 10:31:59 +0000") Message-ID: <87r3uc4jfo.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain On 2015-01-30, sebb wrote: > On 30 January 2015 at 08:20, Stefan Bodewig wrote: >> On 2015-01-28, Benedikt Ritter wrote: >>> - PROPOSAL.txt is not in the src archives. Should it be? >> This is only there for historical reasons, I don't even think the other >> components still have a file like this. I've removed it completely. >>> - there is a typo in the release notes. The first line says "Apache >>> Apache Commons Compress" >> fixed, thanks. >>> - will clients who extended ZCompressorInputStream be affected by the >>> change in it's superclass hierarchy? In other words, is the change to >>> ZCompressorInputStream reported by clirr binary compatible with 1.9? >>> The last one would be a blocker for me. It could be resolved by restoring >>> the _internal_ package and deprecate it right away. >> It is reported as not compatible, so yes, we are breaking backwards >> compatibility. > Note that Clirr does not distinguish binary and source compatibility. > Breaking binary compatibility is almost never a good idea. > However source compatibility may be less important in some cases. > Which incompatibility is it? The superclass of ZCompressorInputStream has changed from one we've removed with the old __internal__ package to a new one in the now supported lzw package. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org