Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0E66211EB6 for ; Mon, 5 May 2014 16:13:31 +0000 (UTC) Received: (qmail 35032 invoked by uid 500); 5 May 2014 16:13:24 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 34718 invoked by uid 500); 5 May 2014 16:13:12 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 34156 invoked by uid 99); 5 May 2014 16:13:01 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2014 16:13:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CB9C6911468; Mon, 5 May 2014 16:12:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mmocny@apache.org To: commits@cordova.apache.org Date: Mon, 05 May 2014 16:13:39 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Thu Apr 17 10:53:20 2014 -0400 Committer: Ian Clelland 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"> Geolocation Cordova Geolocation Plugin