You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/05/30 11:06:06 UTC

[1/5] cordova-windows git commit: CB-10999 Add release notes from 4.3.2 release

Repository: cordova-windows
Updated Branches:
  refs/heads/master 5a6cb7283 -> d7f4b842d


CB-10999 Add release notes from 4.3.2 release


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/ebff5d22
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/ebff5d22
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/ebff5d22

Branch: refs/heads/master
Commit: ebff5d2203b9a85dcefd6b9cf10778556ad9198b
Parents: 5a6cb72
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Mon May 30 13:09:01 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Mon May 30 13:59:15 2016 +0300

----------------------------------------------------------------------
 RELEASENOTES.md | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/ebff5d22/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b446051..1922a37 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -7,9 +7,9 @@
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
-# 
+#
 # http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -24,6 +24,13 @@ Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merge
 
 cordova-windows is a library that enables developers to create Windows 8/8.1/10 and WP8.1 application projects that support Cordova APIs.
 
+### 4.3.2 (Mar 31, 2016)
+* CB-10622 Upgrade cordova-common to work with 'target'-defined icons
+* CB-10927 Framework references in plugin.xml file prevent Windows Universal projects from being used on other machines
+* CB-10845 Invalidate manifest cache in prepare
+* CB-10714 Ignore case for --archs
+* CB-10138 Adds missing plugin metadata to plugin_list module for Windows
+
 [4.3.1]
 * CB-10487 WindowsStoreIdentityName should be lowercased in Application.StartPage
 * CB-10446 Windows 10 Cordova Application restart instead of resume
@@ -66,7 +73,7 @@ cordova-windows is a library that enables developers to create Windows 8/8.1/10
 * CB-9499: Run failure targeting x64 with an x86 version of Node
 * CB-8936: Logs: Stability and formatting improvements
 * CB-8936: Windows logs: Improvements
-* CB-9482: Mobile deployment failure 
+* CB-9482: Mobile deployment failure
 * CB-9482: Mobile emulator deployment failure
 * CB-8936: Added logging functionality
 * CB-9458: Updated the baseline version of Universal Windows to 10240.
@@ -77,16 +84,16 @@ cordova-windows is a library that enables developers to create Windows 8/8.1/10
 * CB-8965: Copy cordova-js-src directory to platform folder during create
 * CB-9359: Adds support for .appxbundle creation
 * CB-9410: Added preferences for Windows Store ingestion.
-* CB-9408: Added a `windows-packageVersion` attribute to the `<widget>` element 
+* CB-9408: Added a `windows-packageVersion` attribute to the `<widget>` element
 * CB-9283: Add support for Windows 10 WinAppDeployCmd for deployment to remote devices.
 * CB-9239: Fixes issue with windows prepare on posix platforms.
 * CB-9235: Adds more checks based on the windows-target-version
 * CB-9159: Fix WP8.1 deploy when 'window-target-version' is 10.0.
-* CB-9335: Windows quality-of-life improvements.  
+* CB-9335: Windows quality-of-life improvements.
 * put channel in its proper place, and removed comment. Removed extra )
 * add same activated channel and activationContext for non-browserify workflows
 * add activationContext + activated channel to windows
-* CB-9271: Removed the unnecessary device capabilities from the Windows 10 app manifest. 
+* CB-9271: Removed the unnecessary device capabilities from the Windows 10 app manifest.
 * CB-9252: Migrate WinJS to an NPM dependency
 * Adding .ratignore file.
 * CB-9164 Better error message when deploying to Windows10 phone emulator


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[3/5] cordova-windows git commit: CB-11334 Add test fixtures to .ratignore

Posted by an...@apache.org.
CB-11334 Add test fixtures to .ratignore


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/d60f1643
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/d60f1643
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/d60f1643

Branch: refs/heads/master
Commit: d60f164310a62279429d5d308c3e1dac7df03cca
Parents: 89b01aa
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Mon May 30 12:52:13 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Mon May 30 14:00:26 2016 +0300

----------------------------------------------------------------------
 .ratignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/d60f1643/.ratignore
----------------------------------------------------------------------
diff --git a/.ratignore b/.ratignore
index 5d2c61f..0132a61 100644
--- a/.ratignore
+++ b/.ratignore
@@ -2,3 +2,4 @@
 base.js
 *.appx
 *.appxbundle
+spec


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/5] cordova-windows git commit: CB-10622 Fix MRTImage tests failures on Node 6.x

Posted by an...@apache.org.
CB-10622 Fix MRTImage tests failures on Node 6.x


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/89b01aa3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/89b01aa3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/89b01aa3

Branch: refs/heads/master
Commit: 89b01aa33d9613deb28914d47f7bad424603da45
Parents: ebff5d2
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Mon May 30 13:24:23 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Mon May 30 13:59:37 2016 +0300

----------------------------------------------------------------------
 spec/unit/MRTImage.spec.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/89b01aa3/spec/unit/MRTImage.spec.js
----------------------------------------------------------------------
diff --git a/spec/unit/MRTImage.spec.js b/spec/unit/MRTImage.spec.js
index 4f27df0..2d5c050 100644
--- a/spec/unit/MRTImage.spec.js
+++ b/spec/unit/MRTImage.spec.js
@@ -43,9 +43,9 @@ describe('MRTImage class', function () {
             expect(new MRTImage('some/path/Basename.scale-240.png').matchesTo(testImage)).toBe(true);
             expect(new MRTImage('some/path/Basename.targetsize-20_scale-240.png').matchesTo(testImage)).toBe(true);
 
-            expect(new MRTImage(testImage).matchesTo('')).toBe(false);
-            expect(new MRTImage(testImage).matchesTo({})).toBe(false);
-            expect(new MRTImage(testImage).matchesTo(undefined)).toBe(false);
+            expect(testImage.matchesTo('')).toBe(false);
+            expect(testImage.matchesTo({})).toBe(false);
+            expect(testImage.matchesTo(undefined)).toBe(false);
 
             expect(new MRTImage('some/path/Basename.jpg').matchesTo(testImage)).toBe(false);
             expect(new MRTImage('some/path/Basename.with.dots.scale-240.png').matchesTo(testImage)).toBe(false);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[4/5] cordova-windows git commit: CB-11334 Set VERSION to 4.5.0-dev (via coho)

Posted by an...@apache.org.
CB-11334 Set VERSION to 4.5.0-dev (via coho)


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/ff74f78a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/ff74f78a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/ff74f78a

Branch: refs/heads/master
Commit: ff74f78a77f9568cb7fe0dc2d2bbb620976b9015
Parents: d60f164
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Mon May 30 12:48:56 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Mon May 30 14:03:20 2016 +0300

----------------------------------------------------------------------
 VERSION                  | 2 +-
 package.json             | 2 +-
 template/cordova/version | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/ff74f78a/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 7075368..63bdbfa 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.4.0-dev
+4.5.0-dev

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/ff74f78a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 77ef87e..3f56b44 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-windows",
-  "version": "4.4.0-dev",
+  "version": "4.5.0-dev",
   "description": "cordova-windows release",
   "bin": "bin/create",
   "main": "template/cordova/Api.js",

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/ff74f78a/template/cordova/version
----------------------------------------------------------------------
diff --git a/template/cordova/version b/template/cordova/version
index d6c295d..c2746d0 100644
--- a/template/cordova/version
+++ b/template/cordova/version
@@ -20,7 +20,7 @@
 */
 
 // Coho updates this line:
-var VERSION = "4.4.0-dev";
+var VERSION = "4.5.0-dev";
 
 module.exports.version = VERSION;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[5/5] cordova-windows git commit: CB-11334 Update JS snapshot to version 4.5.0-dev (via coho)

Posted by an...@apache.org.
CB-11334 Update JS snapshot to version 4.5.0-dev (via coho)


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/d7f4b842
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/d7f4b842
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/d7f4b842

Branch: refs/heads/master
Commit: d7f4b842d1d3109652192af5de01cfbe69a09e2a
Parents: ff74f78
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Mon May 30 12:49:00 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Mon May 30 14:03:21 2016 +0300

----------------------------------------------------------------------
 template/www/cordova.js | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/d7f4b842/template/www/cordova.js
----------------------------------------------------------------------
diff --git a/template/www/cordova.js b/template/www/cordova.js
index 4723aba..3bd2584 100644
--- a/template/www/cordova.js
+++ b/template/www/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '4.4.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '4.5.0-dev';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -817,7 +817,7 @@ module.exports = channel;
 
 });
 
-// file: f:/coho/cordova-windows/cordova-js-src/confighelper.js
+// file: D:/cordova/cordova-windows/cordova-js-src/confighelper.js
 define("cordova/confighelper", function(require, exports, module) {
 
 // config.xml wrapper (non-node ConfigParser analogue)
@@ -891,7 +891,7 @@ exports.readConfig = readConfig;
 
 });
 
-// file: f:/coho/cordova-windows/cordova-js-src/exec.js
+// file: D:/cordova/cordova-windows/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 /*jslint sloppy:true, plusplus:true*/
@@ -1482,7 +1482,7 @@ exports.reset();
 
 });
 
-// file: f:/coho/cordova-windows/cordova-js-src/platform.js
+// file: D:/cordova/cordova-windows/cordova-js-src/platform.js
 define("cordova/platform", function(require, exports, module) {
 
 module.exports = {
@@ -1796,7 +1796,7 @@ exports.load = function(callback) {
 
 });
 
-// file: f:/coho/cordova-windows/cordova-js-src/splashscreen.js
+// file: D:/cordova/cordova-windows/cordova-js-src/splashscreen.js
 define("cordova/splashscreen", function(require, exports, module) {
 
 var isPhone = (cordova.platformId == 'windows') && WinJS.Utilities.isPhone;
@@ -2312,4 +2312,4 @@ window.cordova = require('cordova');
 
 require('cordova/init');
 
-})();
+})();
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org