You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/10/10 21:49:10 UTC

js commit: updated version to 3.7.1, pinned deps

Repository: cordova-js
Updated Branches:
  refs/heads/master 1fc2526fa -> f5046c966


updated version to 3.7.1, pinned deps


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

Branch: refs/heads/master
Commit: f5046c96658e77d5d1998023f7c213e36ec0a1b2
Parents: 1fc2526
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 10 12:46:36 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 10 12:48:27 2014 -0700

----------------------------------------------------------------------
 RELEASENOTES.md                |  3 ++-
 VERSION                        |  2 +-
 package.json                   | 12 ++++++------
 tasks/lib/compute-commit-id.js |  3 ++-
 4 files changed, 11 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/f5046c96/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 29776ff..0b682fd 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,8 +20,9 @@
 -->
 ## Release Notes for Cordova JS ##
 
-### 3.7.0 (Oct 01, 2014)
+### 3.7.1 (Oct 10, 2014)
 * added missing AL header
+* removed console.log
 
 ### 3.6.3 ###
 

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/f5046c96/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index a4ce38e..a76ccff 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.7.0-dev
+3.7.1

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/f5046c96/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1995264..7ce9eff 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
     "author": "Gord Tanner <gt...@gmail.com> (http://github.com/gtanner)",
     "name": "cordova-js",
     "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
-    "version": "3.7.1-dev",
+    "version": "3.7.1",
     "homepage": "http://cordova.apache.org",
     "repository": {
         "type": "git",
@@ -54,15 +54,15 @@
         }
     ],
     "devDependencies": {
-        "jasmine-node": "1.14.x",
+        "jasmine-node": "1.14.5",
         "jsdom-nogyp": "0.8.3",
         "connect": "1.8.5",
-        "grunt": "~0.4.1",
-        "grunt-contrib-clean": "~0.4.1",
-        "grunt-contrib-jshint": "~0.6.0"
+        "grunt": "0.4.1",
+        "grunt-contrib-clean": "0.4.1",
+        "grunt-contrib-jshint": "0.6.0"
     },
     "dependencies": {
-        "uglify-js": "2.4.x",
+        "uglify-js": "2.4.15",
         "browserify": "3.46.0",
         "through": "2.3.4"
     }

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/f5046c96/tasks/lib/compute-commit-id.js
----------------------------------------------------------------------
diff --git a/tasks/lib/compute-commit-id.js b/tasks/lib/compute-commit-id.js
index a4c4765..94ade56 100644
--- a/tasks/lib/compute-commit-id.js
+++ b/tasks/lib/compute-commit-id.js
@@ -54,7 +54,8 @@ module.exports = function computeCommitId(callback, cachedGitVersion) {
             }
         });
     } else {
-        console.log('no git');
+        //console.log('no git');
+        //Can't compute commit ID
         done('???');
     } 
 


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