Return-Path: X-Original-To: apmail-poi-dev-archive@www.apache.org Delivered-To: apmail-poi-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 C7C6F90FA for ; Tue, 16 Dec 2014 10:42:54 +0000 (UTC) Received: (qmail 3755 invoked by uid 500); 16 Dec 2014 10:42:54 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 3716 invoked by uid 500); 16 Dec 2014 10:42:54 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 3699 invoked by uid 99); 16 Dec 2014 10:42:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2014 10:42:53 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dominik.stadler@gmx.at designates 212.227.15.15 as permitted sender) Received: from [212.227.15.15] (HELO mout.gmx.net) (212.227.15.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2014 10:42:47 +0000 Received: from mail-pa0-f47.google.com ([209.85.220.47]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0LanoO-1XcnNP0G5o-00kS14 for ; Tue, 16 Dec 2014 11:42:15 +0100 Received: by mail-pa0-f47.google.com with SMTP id kq14so13884312pab.20 for ; Tue, 16 Dec 2014 02:42:13 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.70.89.207 with SMTP id bq15mr58749487pdb.68.1418726533431; Tue, 16 Dec 2014 02:42:13 -0800 (PST) Received: by 10.70.27.194 with HTTP; Tue, 16 Dec 2014 02:42:13 -0800 (PST) In-Reply-To: References: Date: Tue, 16 Dec 2014 11:42:13 +0100 Message-ID: Subject: Re: [VOTE] 3.11 final From: Dominik Stadler To: POI Developers List Content-Type: text/plain; charset=UTF-8 X-Provags-ID: V03:K0:1vldLOHQVeTwIDktV/ylGonx/oYSbWMM/BzReIBJ3YlvYoLBDei lkCBZCurbI0+VXwWbMocWPFVu0B3e1dZI8cp9MWGGqR8q4JZO+67dQBVtSD1AWemWpJ4609 FiJvrp2RQMu6wAG6ip45w4KaohmwrQZLiCrc1fG3Z3JGIIrdTx1UU8Zlrc/tO1RswuR/g1O zID0nyaH59H0FtzA0vzKA== X-UI-Out-Filterresults: notjunk:1; X-Virus-Checked: Checked by ClamAV on apache.org Hi, Unfortunately I found a regression while running the set of tests for the product of the company that I work for. It seems resizing pictures can throw an java.lang.ArrayIndexOutOfBoundsException due to some changes since beta3, the fix is to simply remove two unnecessary lines in XSSFSheet.getColumnWidthInPixels(). I have added this as https://issues.apache.org/bugzilla/show_bug.cgi?id=57355 and fixed it on trunk, should we roll another one or note it as "Known Issue"? Thanks... Dominik. On Tue, Dec 16, 2014 at 3:49 AM, Nick Burch wrote: > Hi All > > It looks like all release critical bugs and regressions are fixed, so as > discussed it's now time for the 3.11 final release! > > I've built a release candidate for it, available from: > https://dist.apache.org/repos/dist/dev/poi/3.11-final > > And the tag in SVN from which it was built is: > https://svn.apache.org/repos/asf/poi/tags/REL_3_11_FINAL > > As with all Apache release votes, please check that not only does the > code work, and no major breakages have occurred since the last > release, but also that packaging is correct, license headers and > notices exist etc. > > The vote will be open for just shy of a week, util 10am GMT on Sunday 21st > December. That hopefully gives everyone enough time at work or at home to > check and vote! > > The vote options are: > +1 - I support this release > 0 - I don't object to this release, but I haven't checked it > -1 - There's a problem with the release, and that is .... > > Votes are welcomed (and encouraged) from everyone, committer or not! > > Thanks > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org > For additional commands, e-mail: dev-help@poi.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org