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 07E6511B49 for ; Mon, 5 May 2014 15:07:00 +0000 (UTC) Received: (qmail 64172 invoked by uid 500); 5 May 2014 15:06:44 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 63943 invoked by uid 500); 5 May 2014 15:06:35 -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 63412 invoked by uid 99); 5 May 2014 15:06:25 -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 15:06:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2489190E000; Mon, 5 May 2014 15:06:23 +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 15:06:46 -0000 Message-Id: <8a07279f8b004439a8c613e8cc565ca5@git.apache.org> In-Reply-To: <51de07046c9943cb83cc14624d9decd8@git.apache.org> References: <51de07046c9943cb83cc14624d9decd8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [25/37] git commit: Updated version and RELEASENOTES.md for release 0.2.7 Updated version and RELEASENOTES.md for release 0.2.7 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/b7aa352c Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/b7aa352c Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/b7aa352c Branch: refs/heads/cdvtest Commit: b7aa352c21a4f8b46b7390632aeb6052a8e92e29 Parents: 6b40b60 Author: Andrew Grieve Authored: Tue Jan 7 15:32:53 2014 -0500 Committer: Andrew Grieve Committed: Tue Jan 7 15:32:53 2014 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 3 +++ plugin.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/b7aa352c/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 27a7164..ede4004 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -49,3 +49,6 @@ ### 0.2.6 (Jan 02, 2014) * CB-5658 Add doc/index.md for Device plugin * CB-5504 Moving Telephony Logic out of Device + +### 0.2.7 (Jan 07, 2014) +* CB-5737 Fix exception on close caused by left over telephony code from CB-5504 http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/b7aa352c/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 6846467..b49bd3d 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.device" - version="0.2.7-dev"> + version="0.2.7"> Device Cordova Device Plugin Apache 2.0