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

[8/9] git commit: CB-6452 Updated version and RELEASENOTES.md for release 0.2.7

CB-6452 Updated version and RELEASENOTES.md for release 0.2.7


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

Branch: refs/heads/master
Commit: e61df29abdb94cfa4020d208359f4aa32f585c72
Parents: 09e39b8
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 10:53:20 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 10:53:20 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md | 7 +++++++
 plugin.xml      | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/e61df29a/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 311e1e4..07a092c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -40,3 +40,10 @@
 
 ### 0.2.6 (Feb 05, 2014)
 * Add Tizen plugin support
+
+### 0.2.7 (Apr 17, 2014)
+* CB-4908: [android] Long.valueOf(0) instead of new Long(0)
+* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
+* CB-6460: Update license headers
+* CB-6465: Add license headers to Tizen code
+* Add NOTICE file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/e61df29a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 797b198..831277f 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.globalization"
-      version="0.2.7-dev">
+      version="0.2.7">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache 2.0</license>