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 43F0E10AB9 for ; Mon, 10 Feb 2014 23:26:37 +0000 (UTC) Received: (qmail 79201 invoked by uid 500); 10 Feb 2014 23:23:19 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 77992 invoked by uid 500); 10 Feb 2014 23:22:41 -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 77581 invoked by uid 99); 10 Feb 2014 23:22:33 -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, 10 Feb 2014 23:22:33 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 728CF922E28; Mon, 10 Feb 2014 23:22:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Mon, 10 Feb 2014 23:22:33 -0000 Message-Id: <52914458c19a4531b1c9dc5c6c333fe5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: CB-5980 Updated version and RELEASENOTES.md for release 0.3.6 Updated Branches: refs/heads/dev f5a26ebf7 -> c9ba094ee CB-5980 Updated version and RELEASENOTES.md for release 0.3.6 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/7393e84b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/7393e84b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/7393e84b Branch: refs/heads/dev Commit: 7393e84b319fe3dd65d047f23b1051b1067e6b3b Parents: f5a26eb Author: Steven Gill Authored: Wed Feb 5 17:53:59 2014 -0800 Committer: Steven Gill Committed: Wed Feb 5 17:53:59 2014 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 5 +++++ plugin.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/7393e84b/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5965a48..0154fa3 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -47,3 +47,8 @@ * CB-5658 Add doc/index.md for Geolocation plugin * windows8: adds missing reference to PositionError (w/o it the app crashes) * Removing incorrectly added closing comments for wp7 platform in plugin.xml + +### 0.3.6 (Feb 05, 2014) +* add ubuntu platform support +* CB-5326 adding FFOS permission and updating supported platforms +* CB-5729 [BlackBerry10] Update GeolocationProxy to return collapsed object http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/7393e84b/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 5a58561..50b9920 100644 --- a/plugin.xml +++ b/plugin.xml @@ -4,7 +4,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.6-dev"> + version="0.3.6"> Geolocation Cordova Geolocation Plugin