You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/05/05 18:13:39 UTC

[42/47] git commit: CB-6452 Updated version and RELEASENOTES.md for release 0.3.7

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


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

Branch: refs/heads/cdvtest
Commit: 77342cc4b914776d692b54e1c2bbb11432d3ca04
Parents: 6138f99
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-geolocation/blob/77342cc4/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0154fa3..56add6f 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -52,3 +52,10 @@
 * add ubuntu platform support
 * CB-5326 adding FFOS permission and updating supported platforms
 * CB-5729 [BlackBerry10] Update GeolocationProxy to return collapsed object
+
+### 0.3.7 (Apr 17, 2014)
+* CB-6422: [windows8] use cordova/exec/proxy
+* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
+* CB-5977: [android] Removing the Android Geolocation Code.  Mission Accomplished.
+* CB-6460: Update license headers
+* Add NOTICE file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/77342cc4/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f0fe773..88cc6e3 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
 xmlns:rim="http://www.blackberry.com/ns/widgets"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.geolocation"
-      version="0.3.7-dev">
+      version="0.3.7">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>