Return-Path: X-Original-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-jena-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 4AD2876BA for ; Fri, 11 Nov 2011 13:04:17 +0000 (UTC) Received: (qmail 66322 invoked by uid 500); 11 Nov 2011 13:04:17 -0000 Delivered-To: apmail-incubator-jena-dev-archive@incubator.apache.org Received: (qmail 66293 invoked by uid 500); 11 Nov 2011 13:04:17 -0000 Mailing-List: contact jena-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-dev@incubator.apache.org Received: (qmail 66285 invoked by uid 99); 11 Nov 2011 13:04:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2011 13:04:17 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andy.seaborne.apache@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2011 13:04:08 +0000 Received: by wwp14 with SMTP id 14so2047964wwp.0 for ; Fri, 11 Nov 2011 05:03:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=o8+SdiNZf9F9x5K33QgBwQ1ysJ6CokkEeEPLM8FIqlg=; b=BZzcbx7dIr8WeqcMKWoT3B9iByCsumr4KRpsG1BIVuulr3psaG8V+4yKBZ+HJHws9p 07qpepRr2Yqe+iDNCkVtPxb3J9sVpVIjCQrLFR/EDWFqjFvQXptKX10V3BZ2hVznHxA3 dA3Vu4tHSkp3WkcP+shdPcjfls+d/GYCkjRUo= Received: by 10.216.135.170 with SMTP id u42mr136691wei.11.1321016627730; Fri, 11 Nov 2011 05:03:47 -0800 (PST) Received: from [192.168.1.33] (82-69-1-248.dsl.in-addr.zen.co.uk. [82.69.1.248]) by mx.google.com with ESMTPS id em4sm13418378wbb.20.2011.11.11.05.03.46 (version=SSLv3 cipher=OTHER); Fri, 11 Nov 2011 05:03:47 -0800 (PST) Sender: Andy Seaborne Message-ID: <4EBD1D31.8060500@apache.org> Date: Fri, 11 Nov 2011 13:03:45 +0000 From: Andy Seaborne User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 MIME-Version: 1.0 To: jena-dev@incubator.apache.org Subject: Re: How to decide to release (was: Re: JIRA issues and "Fix Version/s"...) References: <4EBD163B.7060201@apache.org> In-Reply-To: <4EBD163B.7060201@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Oh - and answering user questions, incoming non-committer contributions and even some technical work as well! Andy On 11/11/11 12:34, Andy Seaborne wrote: > Actual progress is being made! > > Ian has been porting the documentation to the Apache website. > > This has been a huge amount of work. > > Dave and Ian have cleaned and checked code where there was BSD > contributions. > > Other things done: > > + putting all the required files and content in place > + sorting out BSD contributions by removing, rewriting > or getting software grants for the contribution > + updating the source code headers > + adjusting the zip builds > + Trying out -Papache-release > + testing and breaking things > > > A *lot* more checking needs to be done, not by me who sees what should > be there and not what is there, especially checking the contents of zip > files. > > I'm assuming an RC cycle after (IRI/Jena/ARQ) > > JENA-110 > Decide on doc/ (/me don't put in the downloads) > > but that's just me. > > > There are TDB-isms but they are not blocks on the rest of IRI/Jena/ARQ. > > > According to cloc(1): > > Module files blank comment Java > --------------------------------------------------------------- > Jena2 1324 29574 79048 127164 > ARQ 1428 24715 41481 124612 > LARQ 39 700 1004 2850 > IRI 56 3894 9168 8418 > TDB 384 7478 11343 30159 > Fuseki 84 1450 2997 6495 > SDB 350 4592 8215 17986 > > > Andy