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 D9AAF17672 for ; Wed, 25 Mar 2015 20:35:21 +0000 (UTC) Received: (qmail 29896 invoked by uid 500); 25 Mar 2015 20:35:21 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 29854 invoked by uid 500); 25 Mar 2015 20:35:21 -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 29842 invoked by uid 99); 25 Mar 2015 20:35:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2015 20:35:21 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stevengill97@gmail.com designates 209.85.192.47 as permitted sender) Received: from [209.85.192.47] (HELO mail-qg0-f47.google.com) (209.85.192.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2015 20:35:17 +0000 Received: by qgh3 with SMTP id 3so50644382qgh.2 for ; Wed, 25 Mar 2015 13:34:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=cLDeNcQWbHQvxZHsz+uxJNjpP6KTdY3Xy4ODln/+Hh0=; b=Rr7Bu/AwcK0hxMK66Nz05KK+NgxfjueteiCLWxkp3zy9TeGAtPcf8f2y84aNrJnxsc dzyNPhYb07Bwkw4xSBhvkhErNrfMs8z5GiHSC4D1gkmXcxmIRR/n3EWF0aoLAHA5dS2j jp6GNtWpBMq2+xXQpsPEmILAFX6KqXV7O6KX83oWjCPPIZZoAIczmXi5Zut1s1z6Aj3O nRXM9KZaRdQuwetQ84Sml2XhN8dU/KdHwR03we6GMFM3GlKxAkT/51evMaYLvvUEX1ZB zbWGvMrkcteQAoXZ3cOJaMzAdNQ0ZsT0081tmpbhs1RT5wxPK9CJseoTzrPkVxxNZdb+ B53g== X-Received: by 10.55.31.91 with SMTP id f88mr22590744qkf.91.1427315651012; Wed, 25 Mar 2015 13:34:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.187.72 with HTTP; Wed, 25 Mar 2015 13:33:50 -0700 (PDT) In-Reply-To: References: <8bc8b6d23ed24454b8595ffa114dbb00@DFM-DB3MBX15-05.exchange.corp.microsoft.com> From: Steven Gill Date: Wed, 25 Mar 2015 13:33:50 -0700 Message-ID: Subject: Re: [DISCUSS] Cordova-WP8 Release 3.8.0 To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a1147e8765c706e051222d291 X-Virus-Checked: Checked by ClamAV on apache.org --001a1147e8765c706e051222d291 Content-Type: text/plain; charset=ISO-8859-1 https://issues.apache.org/jira/browse/CB-8748 On Wed, Mar 25, 2015 at 1:18 PM, Jesse wrote: > Yeah, let's push out a 3.8.0 for cordova-wp8 > We can do a 4.0.0 after I get the JSON fixes in. > > @purplecabbage > risingj.com > > On Tue, Mar 24, 2015 at 2:36 PM, Rob Paveza > wrote: > > > Is it worth breaking out the Newtonsoft.Json additions into a separate > > (major 4.0) release and taking these bugfixes into a minor release until > we > > get the legal stuff worked out on the JSON side? > > > > -----Original Message----- > > From: Jesse [mailto:purplecabbage@gmail.com] > > Sent: Tuesday, March 24, 2015 11:19 AM > > To: dev@cordova.apache.org > > Subject: Re: [DISCUSS] Cordova-WP8 Release 3.8.0 > > > > I would like to finish off the Newtonsoft.Json additions, and release a > > 4.0.0 > > The changes to the JSON namespace in c# potentially break some plugins. > > The barcode scanner [1] for one, as it is including the dll already. > > There is also possibly some impact on the file-transfer plugin [2] > > however, that is not a breaking change. > > > > > > > > [1] https://github.com/phonegap-build/PushPlugin > > [2] > > > > > https://github.com/apache/cordova-plugin-file-transfer/blob/master/src/wp/FileTransfer.cs#L319 > > > > > > > > @purplecabbage > > risingj.com > > > > On Tue, Mar 24, 2015 at 10:26 AM, Rob Paveza > > wrote: > > > > > It's been three months since the last release of Cordova-WP8. There > > > are a number of bugfixes pending, particularly with emulator vs. > > > deploy-to-device and in scenarios where there are only Phone 8.1 tools > > > on the machine doing the building. Also added JSHint, improved console > > logging, etc. > > > > > > There is the outstanding issue is that of Newtonsoft.Json (and a > > > thread going on about it), but if we can nail that down today either > > > way, we can move this along to a vote tomorrow. > > > > > > Any other outstanding issues to discuss? > > > > > > -Rob > > > > > > --001a1147e8765c706e051222d291--