Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-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 51013D6E0 for ; Thu, 1 Nov 2012 16:57:56 +0000 (UTC) Received: (qmail 16441 invoked by uid 500); 1 Nov 2012 16:57:56 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 16406 invoked by uid 500); 1 Nov 2012 16:57:56 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 16392 invoked by uid 99); 1 Nov 2012 16:57:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 16:57:55 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anis.kadri@gmail.com designates 209.85.161.175 as permitted sender) Received: from [209.85.161.175] (HELO mail-gg0-f175.google.com) (209.85.161.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 16:57:51 +0000 Received: by mail-gg0-f175.google.com with SMTP id p1so523879ggn.6 for ; Thu, 01 Nov 2012 09:57:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Go92uxV+GJ6IWpmfTIrEw0y+2qyOfKrvb8jl7gkz0k8=; b=vgiCxaE7e0Gl52OZ3OK6PcPhELpWCrObf4PS+d8xeGhTGuOXJV/C80KxlOlGbianf7 5PxEIE9fIjErupOeVs53iVuX62eE4sUzaYGoBEARrB+b+8nwg5jFRMaa6plUvhUQsseP v793rQJrN/mJtdXg/qNTNSnJwynezxy+p+OKcmMXz/ig1uOH4mJz5euVHChxw11tMZIN VrYtB3CjtR89tQA9X2m7qLUL0FIbUczOTaqnkKO5L5LLr/1MK+IVFfFagS6mnu6dbmWd +jSO4sOzBK1nsHeN1I5a2jqZjTi9+nqb51tfySUvywyir6ls4uDNvNBPDtF0SQy3nj7X I12Q== MIME-Version: 1.0 Received: by 10.236.144.165 with SMTP id n25mr41035093yhj.61.1351789050359; Thu, 01 Nov 2012 09:57:30 -0700 (PDT) Received: by 10.236.148.41 with HTTP; Thu, 1 Nov 2012 09:57:30 -0700 (PDT) In-Reply-To: References: Date: Thu, 1 Nov 2012 09:57:30 -0700 Message-ID: Subject: Re: 2.2.0 tagging? From: Anis KADRI To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=20cf303ea44028701004cd71ea99 X-Virus-Checked: Checked by ClamAV on apache.org --20cf303ea44028701004cd71ea99 Content-Type: text/plain; charset=ISO-8859-1 Tizen tagged and Bada re-tagged (with updated js). On Thu, Nov 1, 2012 at 9:38 AM, Filip Maj wrote: > Great idea Joe. We should integrate with the ci efforts underway as well > > On 11/1/12 9:01 AM, "Joe Bowser" wrote: > > >The only problem I have with these changes is that we don't have solid > >tests against this. Our jUnit tests are in a semi-broken state at the > >moment. We should probably spend the next release going through our > >Java API and deciding what to support, and what we can toss by the > >wayside. > > > >That being said, this should be supported Java API, since it's an > >extension of the inherited method. I'm OK with this in this release, > >but we need to get tests in place for this stuff again. > > > >Joe > > > >On Thu, Nov 1, 2012 at 7:38 AM, Simon MacDonald > > wrote: > >> Okay, I really hope nobody minds but I just bumped the tag up to my > >>commit. > >> Minor, minor change. I don't expect any issues to pop up from it and > >>I've > >> tested it on 2.2, 2.3, 4.0 and 4.1. > >> > >> > >> > https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.git;a > >>=commit;h=d9db845b435d7b614e20ed5a3065be124a5842f5 > >> > >> Simon Mac Donald > >> http://hi.im/simonmacdonald > >> > >> > >> On Thu, Nov 1, 2012 at 10:29 AM, Simon MacDonald > >> wrote: > >> > >>> No, this is purely a Java code change. > >>> > >>> Simon Mac Donald > >>> http://hi.im/simonmacdonald > >>> > >>> > >>> On Thu, Nov 1, 2012 at 10:18 AM, Jesse MacFadyen > >>>wrote: > >>> > >>>> Will Cordova-js need to be re-tagged? > >>>> > >>>> Cheers, > >>>> Jesse > >>>> > >>>> > >>>> On 2012-11-01, at 7:11 AM, Simon MacDonald > > >>>> wrote: > >>>> > >>>> > Guys, is it too late to get one more bug fix in on Android? CB-1795 > >>>>was > >>>> > raised over night and it shows a regression from 2.1.0 where native > >>>> options > >>>> > menus are concerned on Android. There is a fairly simple work around > >>>> where > >>>> > you override onPrepareOptionsMenu but I do so hate to regress. > >>>> > > >>>> > I'm going to check the fix in shortly once I can do a bit more > >>>>testing. > >>>> > Basically I change return false to return true. > >>>> > > >>>> > Simon Mac Donald > >>>> > http://hi.im/simonmacdonald > >>>> > > >>>> > > >>>> > On Thu, Nov 1, 2012 at 9:30 AM, Jesse MacFadyen < > >>>> purplecabbage@gmail.com>wrote: > >>>> > > >>>> >> Wait on docs until I finish some windows8 stuff, please. > >>>> >> > >>>> >> Cheers, > >>>> >> Jesse > >>>> >> > >>>> >> Sent from my iPhone5 > >>>> >> > >>>> >> On 2012-11-01, at 6:22 AM, Marcel Kinard > >>>>wrote: > >>>> >> > >>>> >>> Almost there! Looks like we are missing only tizen and docs. > >>>> >>> > >>>> >>> Tim, looks like you updated www/ for bb, so CB-1774 should be > >>>>closed? > >>>> >>> > >>>> >>> -- Marcel Kinard > >>>> >>> > >>>> >>> On 10/31/2012 1:36 PM, Michael Brooks wrote: > >>>> >>>> Okay guys, > >>>> >>>> > >>>> >>>> I've went ahead and created the JIRA issue (CB-1760 [1]) to > >>>>track the > >>>> >> 2.2.0 > >>>> >>>> release process. > >>>> >>>> > >>>> >>>> I've also went ahead and tagged cordova-js and the hello-world > >>>>app. > >>>> >>>> > >>>> >>>> Happy tagging! > >>>> >>>> Michael > >>>> >>>> > >>>> >>>> [1] https://issues.apache.org/jira/browse/CB-1760 > >>>> >>>> > >>>> >>>> On Wed, Oct 31, 2012 at 10:02 AM, Marcel Kinard > >>>> > >>>> >> wrote: > >>>> >>>> > >>>> >>>>> Today is the day to start tagging 2.2.0, right? > >>>> >>>>> > >>>> >>>>> Who is going to start it by tagging the js? > >>>> >>>>> > >>>> >>>>> -- Marcel Kinard > >>>> >>>>> > >>>> >>>>> > >>>> >>>>> On 10/30/2012 10:07 PM, Andrew Grieve wrote: > >>>> >>>>> > >>>> >>>>>> There's nothing outstanding that I'm aware of for iOS / > >>>>Android. > >>>> This > >>>> >>>>>> release is going to be solid! > >>>> >>>>>> > >>>> >>>>>> > >>>> >>>>>> On Tue, Oct 30, 2012 at 7:42 PM, Shazron > >>>> wrote: > >>>> >>>>>> > >>>> >>>>>> iOS issues all resolved or punted to 2.3.0. > >>>> >>>>>>> Can the js be tagged? > >>>> >>>>>>> > >>>> >>>>>>> On Tue, Oct 30, 2012 at 1:25 PM, Joe Bowser > >>>> > >>>> >> wrote: > >>>> >>>>>>> > >>>> >>>>>>>> Hey > >>>> >>>>>>>> > >>>> >>>>>>>> So what are we waiting on for the 2.2.0 release? When > >>>>should we > >>>> >>>>>>>> expect the JS to be tagged so we can start tagging? > >>>> >>>>>>>> > >>>> >>>>>>>> Joe > >>>> >> > >>>> > >>> > >>> > > --20cf303ea44028701004cd71ea99--