You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/02/26 22:29:32 UTC

js commit: 2.5.0

Updated Branches:
  refs/heads/next 73b6ecefc -> f50d20a87
Updated Tags:  refs/tags/2.5.0 [created] f50d20a87


2.5.0


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

Branch: refs/heads/next
Commit: f50d20a87431c79a54572263729461883f611a53
Parents: 73b6ece
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Feb 26 13:29:09 2013 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Feb 26 13:29:09 2013 -0800

----------------------------------------------------------------------
 VERSION                                        |    2 +-
 lib/bada/plugin/bada/device.js                 |    2 +-
 lib/blackberry/plugin/air/device.js            |    2 +-
 lib/blackberry/plugin/qnx/device.js            |    2 +-
 lib/firefoxos/plugin/firefoxos/notification.js |    2 +-
 lib/firefoxos/plugin/firefoxos/orientation.js  |    2 +-
 lib/tizen/plugin/tizen/Device.js               |    2 +-
 lib/windows8/plugin/windows8/DeviceProxy.js    |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/f50d20a8/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index aa0822f..437459c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.5.0rc1
+2.5.0

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/f50d20a8/lib/bada/plugin/bada/device.js
----------------------------------------------------------------------
diff --git a/lib/bada/plugin/bada/device.js b/lib/bada/plugin/bada/device.js
index 0a97e91..75a41e8 100644
--- a/lib/bada/plugin/bada/device.js
+++ b/lib/bada/plugin/bada/device.js
@@ -72,7 +72,7 @@ Device.prototype.getDeviceInfo = function(success, fail, args) {
            me.platform = os_vendor + " " + os_name;
            me.version = os_version;
            me.uuid = uuid;
-           me.cordova = "2.5.0rc1";
+           me.cordova = "2.5.0";
            success(me);
        }
    };

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/f50d20a8/lib/blackberry/plugin/air/device.js
----------------------------------------------------------------------
diff --git a/lib/blackberry/plugin/air/device.js b/lib/blackberry/plugin/air/device.js
index d66dd28..4050a0a 100644
--- a/lib/blackberry/plugin/air/device.js
+++ b/lib/blackberry/plugin/air/device.js
@@ -35,7 +35,7 @@ module.exports = {
                     model: "PlayBook",
                     name: "PlayBook", // deprecated: please use device.model
                     uuid: info.uuid,
-                    cordova: "2.5.0rc1"
+                    cordova: "2.5.0"
                 });
             }),
             request = new blackberry.transport.RemoteFunctionCall("org/apache/cordova/getDeviceInfo");

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/f50d20a8/lib/blackberry/plugin/qnx/device.js
----------------------------------------------------------------------
diff --git a/lib/blackberry/plugin/qnx/device.js b/lib/blackberry/plugin/qnx/device.js
index e085f0c..7c44ddd 100644
--- a/lib/blackberry/plugin/qnx/device.js
+++ b/lib/blackberry/plugin/qnx/device.js
@@ -33,7 +33,7 @@ module.exports = {
             model: "Dev Alpha",
             name: "Dev Alpha", // deprecated: please use device.model
             uuid: blackberry.identity.uuid,
-            cordova: "2.5.0rc1"
+            cordova: "2.5.0"
         });
 
         return { "status" : cordova.callbackStatus.NO_RESULT, "message" : "Device info returned" };

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/f50d20a8/lib/firefoxos/plugin/firefoxos/notification.js
----------------------------------------------------------------------
diff --git a/lib/firefoxos/plugin/firefoxos/notification.js b/lib/firefoxos/plugin/firefoxos/notification.js
index ec8760d..830997a 100644
--- a/lib/firefoxos/plugin/firefoxos/notification.js
+++ b/lib/firefoxos/plugin/firefoxos/notification.js
@@ -30,5 +30,5 @@ module.exports = {
             console.log ("cordova/plugin/firefoxos/notification, vibrate API does not exist");
         }
     }
-    
+
 };

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/f50d20a8/lib/firefoxos/plugin/firefoxos/orientation.js
----------------------------------------------------------------------
diff --git a/lib/firefoxos/plugin/firefoxos/orientation.js b/lib/firefoxos/plugin/firefoxos/orientation.js
index 17e07b3..ed4a41d 100644
--- a/lib/firefoxos/plugin/firefoxos/orientation.js
+++ b/lib/firefoxos/plugin/firefoxos/orientation.js
@@ -27,5 +27,5 @@ module.exports = {
     getCurrentOrientation: function() {
           return window.screen.orientation;
     }
-    
+
 };

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/f50d20a8/lib/tizen/plugin/tizen/Device.js
----------------------------------------------------------------------
diff --git a/lib/tizen/plugin/tizen/Device.js b/lib/tizen/plugin/tizen/Device.js
index 7a2628f..8e5f83a 100644
--- a/lib/tizen/plugin/tizen/Device.js
+++ b/lib/tizen/plugin/tizen/Device.js
@@ -29,7 +29,7 @@ function Device() {
     this.version = null;
     this.uuid = null;
     this.name = null;
-    this.cordova = "2.5.0rc1";
+    this.cordova = "2.5.0";
     this.platform = "Tizen";
 
     var me = this;

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/f50d20a8/lib/windows8/plugin/windows8/DeviceProxy.js
----------------------------------------------------------------------
diff --git a/lib/windows8/plugin/windows8/DeviceProxy.js b/lib/windows8/plugin/windows8/DeviceProxy.js
index a89c971..7826c72 100644
--- a/lib/windows8/plugin/windows8/DeviceProxy.js
+++ b/lib/windows8/plugin/windows8/DeviceProxy.js
@@ -50,7 +50,7 @@ module.exports = {
         }
 
         setTimeout(function () {
-            win({ platform: "windows8", version: "8", name: name, uuid: deviceId, cordova: "2.5.0rc1" });
+            win({ platform: "windows8", version: "8", name: name, uuid: deviceId, cordova: "2.5.0" });
         }, 0);
     }