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 F18621086B for ; Thu, 2 Jan 2014 18:13:14 +0000 (UTC) Received: (qmail 26359 invoked by uid 500); 2 Jan 2014 18:08:34 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 25795 invoked by uid 500); 2 Jan 2014 18:08:11 -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 25466 invoked by uid 99); 2 Jan 2014 18:07:58 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 18:07:58 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0E8CA914249; Thu, 2 Jan 2014 18:07:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Date: Thu, 02 Jan 2014 18:07:58 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: CB-5719 Updated version and RELEASENOTES.md for release 0.3.5 Updated Branches: refs/heads/dev 0af389ca8 -> 8a8aa20b7 CB-5719 Updated version and RELEASENOTES.md for release 0.3.5 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/236ec15d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/236ec15d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/236ec15d Branch: refs/heads/dev Commit: 236ec15d237277d3e2be415a313eb915b8e5579e Parents: 0af389c Author: Andrew Grieve Authored: Thu Jan 2 12:24:02 2014 -0500 Committer: Andrew Grieve Committed: Thu Jan 2 12:24:02 2014 -0500 ---------------------------------------------------------------------- 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/236ec15d/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 47f613b..5965a48 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -42,3 +42,8 @@ * call FxOS's getCurrentProxy added * pass by only coords * proper implementation for firefoxos + +### 0.3.5 (Jan 02, 2014) +* 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 http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/236ec15d/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 3799706..3f9877b 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.5-dev"> + version="0.3.5"> Geolocation Cordova Geolocation Plugin