You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/12/17 19:59:38 UTC

[1/3] cordova-ubuntu git commit: CB-10210 Updated RELEASENOTES and Version for release 4.3.2

Repository: cordova-ubuntu
Updated Branches:
  refs/heads/master 4de08bf48 -> 3ff56ddff


CB-10210 Updated RELEASENOTES and Version for release 4.3.2


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

Branch: refs/heads/master
Commit: c0782b24dcd54be99f546b59edd93499ed0d4dc9
Parents: 4de08bf
Author: David Barth <da...@canonical.com>
Authored: Thu Dec 17 18:51:35 2015 +0100
Committer: David Barth <da...@canonical.com>
Committed: Thu Dec 17 18:51:35 2015 +0100

----------------------------------------------------------------------
 RELEASENOTES.md | 2 +-
 package.json    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/c0782b24/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 559a55f..ce7d54c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,7 +20,7 @@
 -->
 ## Release Notes for Cordova Ubuntu ##
 
-### 4.3.2-pre ###
+### 4.3.2 ###
 
 * CB-10119 - change click framework to 15.04 by default (14.10 is deprecated)
 * check_reqs only verifies node dependencies now, not ubuntu build deps which

http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/c0782b24/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index af730d4..9463ac3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova-ubuntu",
-    "version": "4.4.0-dev",
+    "version": "4.3.2",
     "description": "Cordova tooling for the Ubuntu platform.",
     "main": "bin/create",
     "repository": {
@@ -46,4 +46,4 @@
         }
     ],
     "license": "Apache Version 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


[3/3] cordova-ubuntu git commit: Update JS snapshot to version 4.4.0-dev (via coho)

Posted by db...@apache.org.
Update JS snapshot to version 4.4.0-dev (via coho)


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

Branch: refs/heads/master
Commit: 3ff56ddff637c095e6a9d07a2586d37be21dc76f
Parents: ed9f9be
Author: David Barth <da...@canonical.com>
Authored: Thu Dec 17 19:45:09 2015 +0100
Committer: David Barth <da...@canonical.com>
Committed: Thu Dec 17 19:45:09 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/3ff56ddf/www/cordova.js
----------------------------------------------------------------------
diff --git a/www/cordova.js b/www/cordova.js
index 3193162..9aa4221 100644
--- a/www/cordova.js
+++ b/www/cordova.js
@@ -1,5 +1,5 @@
 // Platform: ubuntu
-// 8e9610fe33fc743fcaf5d920064f0deb2cad1715
+// ded62dda172755defaf75378ed007dc05730ec22
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -817,7 +817,7 @@ module.exports = channel;
 
 });
 
-// file: /Users/steveng/repo/cordova/cordova-ubuntu/cordova-js-src/exec.js
+// file: /home/dbarth/devel/wily/cordova/cordova-ubuntu/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 var cordova = require('cordova'),
@@ -1368,7 +1368,7 @@ exports.reset();
 
 });
 
-// file: /Users/steveng/repo/cordova/cordova-ubuntu/cordova-js-src/platform.js
+// file: /home/dbarth/devel/wily/cordova/cordova-ubuntu/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-ubuntu git commit: Set VERSION to 4.4.0-dev (via coho)

Posted by db...@apache.org.
Set VERSION to 4.4.0-dev (via coho)


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

Branch: refs/heads/master
Commit: ed9f9bef37d5f2d09bb9a4b75f2f7639acdef904
Parents: c0782b2
Author: David Barth <da...@canonical.com>
Authored: Thu Dec 17 19:45:06 2015 +0100
Committer: David Barth <da...@canonical.com>
Committed: Thu Dec 17 19:45:06 2015 +0100

----------------------------------------------------------------------
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/ed9f9bef/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 9463ac3..af730d4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova-ubuntu",
-    "version": "4.3.2",
+    "version": "4.4.0-dev",
     "description": "Cordova tooling for the Ubuntu platform.",
     "main": "bin/create",
     "repository": {
@@ -46,4 +46,4 @@
         }
     ],
     "license": "Apache Version 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