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/03/04 13:36:10 UTC

[1/3] cordova-browser git commit: CB-10788 Update JS snapshot to version 4.1.0 (via coho)

Repository: cordova-browser
Updated Branches:
  refs/heads/4.1.x [created] 2269c901f


CB-10788 Update JS snapshot to version 4.1.0 (via coho)


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

Branch: refs/heads/4.1.x
Commit: fb12044af7a2ba73c3505f77ec6554405e9d9f8d
Parents: 55abeab
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Fri Mar 4 13:55:14 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Fri Mar 4 15:34:34 2016 +0300

----------------------------------------------------------------------
 cordova-lib/cordova.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/fb12044a/cordova-lib/cordova.js
----------------------------------------------------------------------
diff --git a/cordova-lib/cordova.js b/cordova-lib/cordova.js
index 9731dbf..80ad302 100644
--- a/cordova-lib/cordova.js
+++ b/cordova-lib/cordova.js
@@ -1,5 +1,5 @@
 // Platform: browser
-// 1b111058631e118dc37da473e30b60214c211d76
+// c517ca811b4948b630e0b74dbae6c9637939da24
 /*
  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.1.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '4.1.0';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -817,7 +817,7 @@ module.exports = channel;
 
 });
 
-// file: f:/coho/cordova-browser/cordova-js-src/confighelper.js
+// file: e:/cordova/cordova-browser/cordova-js-src/confighelper.js
 define("cordova/confighelper", function(require, exports, module) {
 
 var config;
@@ -897,7 +897,7 @@ exports.readConfig = readConfig;
 
 });
 
-// file: f:/coho/cordova-browser/cordova-js-src/exec.js
+// file: e:/cordova/cordova-browser/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 /*jslint sloppy:true, plusplus:true*/
@@ -1477,7 +1477,7 @@ exports.reset();
 
 });
 
-// file: f:/coho/cordova-browser/cordova-js-src/platform.js
+// file: e:/cordova/cordova-browser/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


[3/3] cordova-browser git commit: CB-10788 Updated RELEASENOTES for 4.1.0 release

Posted by an...@apache.org.
CB-10788 Updated RELEASENOTES for 4.1.0 release


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

Branch: refs/heads/4.1.x
Commit: 2269c901fa123217394d36d365d0287cd1bf06a3
Parents: cf3c39b
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Fri Mar 4 14:02:45 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Fri Mar 4 15:35:01 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/2269c901/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 18e60ab..f3067e1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,15 @@
 -->
 ## Release Notes for Cordova Browser ##
 
+### 4.1.0 (Mar 04, 2016)
+* CB-10755 Updated checked in node_modules
+* CB-10650 Non-index content.src causes Splashscreen to be not displayed on browser
+* CB-9836 Add .gitattributes to prevent CRLF line endings in repos
+* CB-9669 Browser exec should have more failsafes 
+* Update to use new 'express' implementation of cordova-serve.
+* CB-9658 Improve 'cordova run browser' when browser not installed.
+* CB-9654 'cordova run browser' -> duplicate 'CTRL + C' messages.
+
 ### 4.0.0 (Aug 13, 2015)
 * updated version in version script
 * added .ratignore and added missing AL header to readme


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


[2/3] cordova-browser git commit: CB-10788 Set VERSION to 4.1.0 (via coho)

Posted by an...@apache.org.
CB-10788 Set VERSION to 4.1.0 (via coho)


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

Branch: refs/heads/4.1.x
Commit: cf3c39bff57ad56f28981fa040e4855a30353d38
Parents: fb12044
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Fri Mar 4 13:55:14 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Fri Mar 4 15:34:48 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/cf3c39bf/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 4aa925d..ee74734 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.1.0-dev
+4.1.0

http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/cf3c39bf/bin/templates/project/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/version b/bin/templates/project/cordova/version
index 7039287..8a13bae 100755
--- a/bin/templates/project/cordova/version
+++ b/bin/templates/project/cordova/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "4.1.0-dev";
+var VERSION = "4.1.0";
 
 console.log(VERSION);

http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/cf3c39bf/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 3751b1b..73044b9 100644
--- a/package.json
+++ b/package.json
@@ -1,51 +1,51 @@
 {
-  "name": "cordova-browser",
-  "version": "4.1.0-dev",
-  "description": "cordova-browser release",
-  "main": "bin/create",
-  "repository": {
-    "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/cordova-browser.git"
-  },
-  "keywords": [
-    "cordova",
-    "browser",
-    "apache"
-  ],
-  "scripts": {
-    "test": "npm run jshint && npm run test-unit",
-    "test-unit": "node node_modules/jasmine-node/lib/jasmine-node/cli.js --captureExceptions tests/spec/",
-    "jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint tests"
-  },
-  "dependencies": {
-    "adm-zip": "^0.4.7",
-    "cordova-serve": "^1.0.0",
-    "nopt": "^3.0.6",
-    "q": "^1.4.1",
-    "shelljs": "^0.6.0"
-  },
-  "devDependencies": {
-    "jasmine-node": "~1",
-    "jshint": "^2.6.0",
-    "tmp": "^0.0.26"
-  },
-  "bundledDependencies": [
-    "adm-zip",
-    "cordova-serve",
-    "nopt",
-    "q",
-    "shelljs"
-  ],
-  "author": "Apache Software Foundation",
-  "contributors": [
-    {
-      "name": "Steve Gill",
-      "email": "steveng@adobe.com"
+    "name": "cordova-browser",
+    "version": "4.1.0",
+    "description": "cordova-browser release",
+    "main": "bin/create",
+    "repository": {
+        "type": "git",
+        "url": "https://git-wip-us.apache.org/repos/asf/cordova-browser.git"
     },
-    {
-        "name": "Suraj Pindoria",
-        "email": "spindori@adobe.com"
-    }
-  ],
-  "license": "Apache-2.0"
-}
+    "keywords": [
+        "cordova",
+        "browser",
+        "apache"
+    ],
+    "scripts": {
+        "test": "npm run jshint && npm run test-unit",
+        "test-unit": "node node_modules/jasmine-node/lib/jasmine-node/cli.js --captureExceptions tests/spec/",
+        "jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint tests"
+    },
+    "dependencies": {
+        "adm-zip": "^0.4.7",
+        "cordova-serve": "^1.0.0",
+        "nopt": "^3.0.6",
+        "q": "^1.4.1",
+        "shelljs": "^0.6.0"
+    },
+    "devDependencies": {
+        "jasmine-node": "~1",
+        "jshint": "^2.6.0",
+        "tmp": "^0.0.26"
+    },
+    "bundledDependencies": [
+        "adm-zip",
+        "cordova-serve",
+        "nopt",
+        "q",
+        "shelljs"
+    ],
+    "author": "Apache Software Foundation",
+    "contributors": [
+        {
+            "name": "Steve Gill",
+            "email": "steveng@adobe.com"
+        },
+        {
+            "name": "Suraj Pindoria",
+            "email": "spindori@adobe.com"
+        }
+    ],
+    "license": "Apache-2.0"
+}
\ 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