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 C05891852C for ; Tue, 9 Feb 2016 10:18:54 +0000 (UTC) Received: (qmail 78546 invoked by uid 500); 9 Feb 2016 10:18:54 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 78485 invoked by uid 500); 9 Feb 2016 10:18:54 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 78462 invoked by uid 99); 9 Feb 2016 10:18:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2016 10:18:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6B8E9E0099; Tue, 9 Feb 2016 10:18:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: an-selm@apache.org To: commits@cordova.apache.org Date: Tue, 09 Feb 2016 10:18:54 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] cordova-plugin-media git commit: CB-10557 Updated version and RELEASENOTES.md for release 2.2.0 [Forced Update!] Repository: cordova-plugin-media Updated Branches: refs/heads/2.2.x c55da2884 -> e9df2cbfb (forced update) refs/heads/master 679d4a410 -> 7bb5a37a6 (forced update) Updated Tags: refs/tags/2.2.0 c55da2884 -> e9df2cbfb CB-10557 Updated version and RELEASENOTES.md for release 2.2.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/e9df2cbf Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/e9df2cbf Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/e9df2cbf Branch: refs/heads/2.2.x Commit: e9df2cbfb3c456e0b95c6e66df569699b7e5f9ff Parents: 597e998 Author: Vladimir Kotikov Authored: Tue Feb 9 11:43:37 2016 +0300 Committer: Vladimir Kotikov Committed: Tue Feb 9 13:17:14 2016 +0300 ---------------------------------------------------------------------- RELEASENOTES.md | 7 +++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/e9df2cbf/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f8ae993..a3585b8 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,13 @@ --> # Release Notes +### 2.2.0 (Feb 09, 2016) +* [CB-10476](https://issues.apache.org/jira/browse/CB-10476) Fix problem where callbacks were not invoked on android due to messageChannel being overridden by callbackContext in every execute() call +* Edit package.json license to match SPDX id +* [CB-10455](https://issues.apache.org/jira/browse/CB-10455) android: Adding permission helper to remove cordova-android 5.0.0 constraint +* [CB-57](https://issues.apache.org/jira/browse/CB-57) Updated to use avplayer when url starts with http:// or https:// for full streaming support +* [CB-8222](https://issues.apache.org/jira/browse/CB-8222) Background thread on play to prevent locking during initial load of media + ### 2.1.0 (Jan 15, 2016) * Fixed example referencing non-existent variable * CB-9452: Treat `RTSP streams` as `remote URLs` http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/e9df2cbf/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index cf651dd..5122e5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-media", - "version": "2.1.1-dev", + "version": "2.2.0", "description": "Cordova Media Plugin", "cordova": { "id": "cordova-plugin-media", http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/e9df2cbf/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 86744df..8e27973 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="2.2.0"> Media Cordova Media Plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/e9df2cbf/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 14a47b7..ef72e0c 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-media-tests" - version="2.1.1-dev"> + version="2.2.0"> Cordova Media Plugin Tests Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org