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/01/11 13:54:54 UTC

[1/3] cordova-windows git commit: CB-10299 Update JS snapshot to version 4.3.0 (via coho)

Repository: cordova-windows
Updated Branches:
  refs/heads/4.3.x [created] 8198b8819


CB-10299 Update JS snapshot to version 4.3.0 (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/1125bd9b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/1125bd9b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/1125bd9b

Branch: refs/heads/4.3.x
Commit: 1125bd9b6d927ece0ff35f2df7bd6443cd022542
Parents: 2222535
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Mon Jan 11 14:35:57 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Mon Jan 11 14:47:33 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/1125bd9b/template/www/cordova.js
----------------------------------------------------------------------
diff --git a/template/www/cordova.js b/template/www/cordova.js
index eed6202..fd04fb1 100644
--- a/template/www/cordova.js
+++ b/template/www/cordova.js
@@ -1,5 +1,5 @@
 // Platform: windows
-// 7703d38498920bdcfadd574e475553a26fc490e5
+// ded62dda172755defaf75378ed007dc05730ec22
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '4.3.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '4.3.0';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -817,7 +817,7 @@ module.exports = channel;
 
 });
 
-// file: c:/cordova/cordova-windows/cordova-js-src/exec.js
+// file: e:/cordova/cordova-windows/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 /*jslint sloppy:true, plusplus:true*/
@@ -1394,7 +1394,7 @@ exports.reset();
 
 });
 
-// file: c:/cordova/cordova-windows/cordova-js-src/platform.js
+// file: e:/cordova/cordova-windows/cordova-js-src/platform.js
 define("cordova/platform", function(require, exports, module) {
 
 module.exports = {


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


[2/3] cordova-windows git commit: CB-10299 Set VERSION to 4.3.0 (via coho)

Posted by an...@apache.org.
CB-10299 Set VERSION to 4.3.0 (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/818af556
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/818af556
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/818af556

Branch: refs/heads/4.3.x
Commit: 818af556a543d39b2d5588aa0e9784af33e36924
Parents: 1125bd9
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Mon Jan 11 14:41:29 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Mon Jan 11 14:47:46 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/818af556/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 50299d1..8089590 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.3.0-dev
+4.3.0

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/818af556/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 4054421..7d1d2a1 100644
--- a/package.json
+++ b/package.json
@@ -1,50 +1,50 @@
 {
-  "name": "cordova-windows",
-  "version": "4.3.0-dev",
-  "description": "cordova-windows release",
-  "bin": "bin/create",
-  "main": "template/cordova/Api.js",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-windows"
-  },
-  "keywords": [
-    "windows",
-    "cordova",
-    "apache"
-  ],
-  "scripts": {
-    "test": "npm run jshint && npm run test-unit && npm run test-e2e",
-    "test-unit": "jasmine-node --captureExceptions spec/unit",
-    "test-e2e": "jasmine-node --captureExceptions spec/e2e",
-    "cover": "istanbul cover --root template --print detail node_modules/jasmine-node/bin/jasmine-node -- spec/unit",
-    "jshint": "jshint bin && jshint template && jshint spec"
-  },
-  "dependencies": {
-    "cordova-common": "^1.0.0",
-    "elementtree": "^0.1.6",
-    "node-uuid": "^1.4.3",
-    "nopt": "^3.0.4",
-    "q": "^1.4.1",
-    "semver": "^5.0.3",
-    "shelljs": "^0.5.3",
-    "winjs": "^4.4.0"
-  },
-  "devDependencies": {
-    "istanbul": "^0.4.0",
-    "jasmine-node": "1.14.5",
-    "jshint": "^2.8.0",
-    "rewire": "^2.1.3"
-  },
-  "bundledDependencies": [
-    "cordova-common",
-    "elementtree",
-    "node-uuid",
-    "nopt",
-    "q",
-    "shelljs",
-    "winjs"
-  ],
-  "author": "Apache Software Foundation",
-  "license": "Apache-2.0"
-}
+    "name": "cordova-windows",
+    "version": "4.3.0",
+    "description": "cordova-windows release",
+    "bin": "bin/create",
+    "main": "template/cordova/Api.js",
+    "repository": {
+        "type": "git",
+        "url": "https://github.com/apache/cordova-windows"
+    },
+    "keywords": [
+        "windows",
+        "cordova",
+        "apache"
+    ],
+    "scripts": {
+        "test": "npm run jshint && npm run test-unit && npm run test-e2e",
+        "test-unit": "jasmine-node --captureExceptions spec/unit",
+        "test-e2e": "jasmine-node --captureExceptions spec/e2e",
+        "cover": "istanbul cover --root template --print detail node_modules/jasmine-node/bin/jasmine-node -- spec/unit",
+        "jshint": "jshint bin && jshint template && jshint spec"
+    },
+    "dependencies": {
+        "cordova-common": "^1.0.0",
+        "elementtree": "^0.1.6",
+        "node-uuid": "^1.4.3",
+        "nopt": "^3.0.4",
+        "q": "^1.4.1",
+        "semver": "^5.0.3",
+        "shelljs": "^0.5.3",
+        "winjs": "^4.4.0"
+    },
+    "devDependencies": {
+        "istanbul": "^0.4.0",
+        "jasmine-node": "1.14.5",
+        "jshint": "^2.8.0",
+        "rewire": "^2.1.3"
+    },
+    "bundledDependencies": [
+        "cordova-common",
+        "elementtree",
+        "node-uuid",
+        "nopt",
+        "q",
+        "shelljs",
+        "winjs"
+    ],
+    "author": "Apache Software Foundation",
+    "license": "Apache-2.0"
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/818af556/template/cordova/version
----------------------------------------------------------------------
diff --git a/template/cordova/version b/template/cordova/version
index 83b0253..e3903f5 100644
--- a/template/cordova/version
+++ b/template/cordova/version
@@ -20,7 +20,7 @@
 */
 
 // Coho updates this line:
-var VERSION = "4.3.0-dev";
+var VERSION = "4.3.0";
 
 module.exports.version = VERSION;
 


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


[3/3] cordova-windows git commit: CB-10299 Updated RELEASENOTES for release 4.3.0

Posted by an...@apache.org.
CB-10299 Updated RELEASENOTES for release 4.3.0


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

Branch: refs/heads/4.3.x
Commit: 8198b881968e4008f445cb9cf8863e5428582df6
Parents: 818af55
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Mon Jan 11 14:45:23 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Mon Jan 11 14:48:05 2016 +0300

----------------------------------------------------------------------
 RELEASENOTES.md | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/8198b881/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 4da6913..f78e05c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -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.0]
+* CB-10193 Add BOM to www files at build stage instead of prepare
+* CB-10303 Fixes build arguments parsing
+* CB-10292: Windows platform support for next version of VS/MSBuild
+* CB-10224 Removes duplicated/incorrect console line
+* CB-9828 Implement and expose PlatformApi for Windows
+
 [4.2.0]
 
 * CB-8481: Add backbutton support on Windows 10 and Windows Phone 8.1


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