Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7E00E95C0 for ; Mon, 16 Apr 2012 05:38:33 +0000 (UTC) Received: (qmail 40934 invoked by uid 500); 16 Apr 2012 05:38:33 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 40859 invoked by uid 500); 16 Apr 2012 05:38:32 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 40824 invoked by uid 99); 16 Apr 2012 05:38:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2012 05:38:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [87.253.162.5] (HELO server5.configcenter.info) (87.253.162.5) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2012 05:38:24 +0000 Received: from [9.123.139.115] (unknown [202.108.130.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: web445p1) by server5.configcenter.info (Postfix) with ESMTP id BCC5C1BB06EA for ; Mon, 16 Apr 2012 07:37:53 +0200 (CEST) Message-ID: <4F8BB029.7070301@a-w-f.de> Date: Mon, 16 Apr 2012 13:37:45 +0800 From: Andre Fischer User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: [RELEASE] Dictionary extensions References: <4F6AF019.3020308@a-w-f.de> <4F746868.5080105@a-w-f.de> <4F7828BA.3070703@apache.org> <4F79C620.2000002@a-w-f.de> <014001cd134a$62b5c640$282152c0$@acm.org> <4F8AD852.5020800@apache.org> <4F8AEE1E.2090402@apache.org> In-Reply-To: <4F8AEE1E.2090402@apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (server5.configcenter.info [0.0.0.0]); Mon, 16 Apr 2012 07:37:54 +0200 (CEST) X-server5-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: BCC5C1BB06EA.A8A75 X-server5-MailScanner: Found to be clean X-server5-MailScanner-From: af@a-w-f.de X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No On 15.04.2012 23:49, Andrea Pescetti wrote: > Rob Weir wrote: >[...] >> So if you think that >> https://issues.apache.org/ooo/show_bug.cgi?id=119229 is a >> release-blocking issue, then you need to make your case on that now. > > I won't. The effect, as far as the Italian dictionary is concerned, is > not so big. But then we might discover that, due to that bug, we are > bundling different versions of the Presentation Minimizer, or any other > bundled extension, across different operating systems, and the bug might > need to be re-evaluated. We do not use MD5 checksums for the internal extensions like presenter console or minimizer. Their current version is always used. As for the downloaded extension. I see this problem as an inconvenience at best. For a new extension you have to update the main/extensions.lst file anyway, so that the new MD5 sum is used. If you do a clean build then everything is fine. The described problem occurs only if one tries to save time by reusing previously downloaded extensions. But I agree that a MD5 mismatch should be handled more gracefully. That is something that should be fixed after the 3.4 release. -Andre