You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/09/09 23:09:53 UTC

[1/2] cordova-plugin-media git commit: CB-11832 Updated version and RELEASENOTES.md for release 2.4.0

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/master 62d896a48 -> 0a5a72df4


CB-11832 Updated version and RELEASENOTES.md for release 2.4.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/978c0386
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/978c0386
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/978c0386

Branch: refs/heads/master
Commit: 978c038603dd6ebfbb139e9bf0fd3218c549ca68
Parents: 62d896a
Author: Steve Gill <st...@gmail.com>
Authored: Thu Sep 8 23:38:54 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Sep 8 23:38:54 2016 -0700

----------------------------------------------------------------------
 RELEASENOTES.md  | 43 +++++++++++++++++++++++++++++++++++--------
 package.json     |  2 +-
 plugin.xml       |  2 +-
 tests/plugin.xml |  2 +-
 4 files changed, 38 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/978c0386/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 220bbed..0ccca54 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,15 +20,42 @@
 -->
 # Release Notes
 
+### 2.4.0 (Sep 08, 2016)
+* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
+* [CB-11793](https://issues.apache.org/jira/browse/CB-11793) fixed **android** build issue with last commit
+* [CB-11085](https://issues.apache.org/jira/browse/CB-11085) Fix error output using `println` to `LOG.e`
+* [CB-11757](https://issues.apache.org/jira/browse/CB-11757) (**ios**) Error out if trying to stop playback while in a wrong state
+* [CB-11380](https://issues.apache.org/jira/browse/CB-11380) (**ios**) Overloaded `audioFileForResource` method instead of modifying its signature
+* [CB-11380](https://issues.apache.org/jira/browse/CB-11380) (**ios**) Updated modified method signature in the .h file
+* [CB-11380](https://issues.apache.org/jira/browse/CB-11380) (**ios**) Fixed an unexpected error callback when initializing Media with file that doesn't exist
+* [CB-10849](https://issues.apache.org/jira/browse/CB-10849) (ios) Fixed a crash when playing soundfiles consecutively
+* [CB-11754](https://issues.apache.org/jira/browse/CB-11754) (**Android**) Fixed the build error
+* [CB-11086](https://issues.apache.org/jira/browse/CB-11086) (**Android**) Fixed a crash when `setVolume()` is called on unitialized audio This closes #93
+* Plugin uses `Android Log class` and not `Cordova LOG class`
+* [CB-11655](https://issues.apache.org/jira/browse/CB-11655) (**Android**) Enabled asynchronous error handling
+* [CB-11430](https://issues.apache.org/jira/browse/CB-11430) Report duration NaN value to JS properly
+* [CB-11429](https://issues.apache.org/jira/browse/CB-11429) Update test stream URL
+* [CB-11430](https://issues.apache.org/jira/browse/CB-11430) Skip audio playback tests on Saucelabs
+* [CB-11458](https://issues.apache.org/jira/browse/CB-11458) - `media.spec.25` 'should be able to play an audio stream' fails on **iOS** platform
+* Add badges for paramedic builds on Jenkins
+* [CB-11313](https://issues.apache.org/jira/browse/CB-11313) Can't start media streaming on **Android 6.0**
+* Add pull request template.
+* Readme: Add fenced code blocks with langauage hints
+* [CB-11165](https://issues.apache.org/jira/browse/CB-11165) removed peer dependency
+* [CB-10776](https://issues.apache.org/jira/browse/CB-10776) Add the ability to pause and resume an audio recording (**Android**)
+* [CB-10776](https://issues.apache.org/jira/browse/CB-10776) Add the ability to pause and resume an audio recording (**iOS**)
+* [CB-9487](https://issues.apache.org/jira/browse/CB-9487) Don't update position when getting amplitude
+* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
+
 ### 2.3.0 (Apr 15, 2016)
 * Request audio focus when playing; Pause audio when audio focus is lost; resume playing when audio focus is granted again.
 * Replace `PermissionHelper.java` with `cordova-plugin-compat`
-* CB-10783 Modify expected position to be in a proper range.
-* CB-9487 Support getting amplitude for recording
+* [CB-10783](https://issues.apache.org/jira/browse/CB-10783) Modify expected position to be in a proper range.
+* [CB-9487](https://issues.apache.org/jira/browse/CB-9487) Support getting amplitude for recording
 * **iOS** audio should handle naked local file sources
-* CB-10720 Fixing README for display on Cordova website
-* CB-10636 Add `JSHint` for plugins
-* CB-10535 Fix CI crash caused by media plugin
+* [CB-10720](https://issues.apache.org/jira/browse/CB-10720) Fixing README for display on Cordova website
+* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
+* [CB-10535](https://issues.apache.org/jira/browse/CB-10535) Fix CI crash caused by media plugin
 
 ### 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
@@ -39,10 +66,10 @@
 
 ### 2.1.0 (Jan 15, 2016)
 * Fixed example referencing non-existent variable
-* CB-9452: Treat `RTSP streams` as `remote URLs`
+* [CB-9452](https://issues.apache.org/jira/browse/CB-9452) Treat `RTSP streams` as `remote URLs`
 * add JIRA issue tracker link
-* fix CB-9884 & CB-9885
-* CB-10100 updated file dependency to not grab new majors
+* fix [CB-9884](https://issues.apache.org/jira/browse/CB-9884) & [CB-9885](https://issues.apache.org/jira/browse/CB-9885)
+* [CB-10100](https://issues.apache.org/jira/browse/CB-10100) updated file dependency to not grab new majors
 * Fix block usage of self
 
 ### 2.0.0 (Nov 18, 2015)

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/978c0386/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c8b4bf1..1154c44 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media",
-  "version": "2.3.1-dev",
+  "version": "2.4.0",
   "description": "Cordova Media Plugin",
   "cordova": {
     "id": "cordova-plugin-media",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/978c0386/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 3f26a38..45c36eb 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
 id="cordova-plugin-media"
-    version="2.3.1-dev">
+    version="2.4.0">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/978c0386/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 6079f64..2abb86f 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.3.1-dev">
+    version="2.4.0">
     <name>Cordova Media Plugin Tests</name>
     <license>Apache 2.0</license>
     <js-module src="tests.js" name="tests">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-plugin-media git commit: CB-11832 Incremented plugin version.

Posted by st...@apache.org.
CB-11832 Incremented plugin version.


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/0a5a72df
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/0a5a72df
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/0a5a72df

Branch: refs/heads/master
Commit: 0a5a72df42ddd91c50f2a36d0c58408c3b43a9fd
Parents: 978c038
Author: Steve Gill <st...@gmail.com>
Authored: Fri Sep 9 16:08:04 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Sep 9 16:08:04 2016 -0700

----------------------------------------------------------------------
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/0a5a72df/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1154c44..49b9877 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media",
-  "version": "2.4.0",
+  "version": "2.4.1-dev",
   "description": "Cordova Media Plugin",
   "cordova": {
     "id": "cordova-plugin-media",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/0a5a72df/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 45c36eb..951d301 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
 id="cordova-plugin-media"
-    version="2.4.0">
+    version="2.4.1-dev">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/0a5a72df/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 2abb86f..4c5c2c2 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.4.0">
+    version="2.4.1-dev">
     <name>Cordova Media Plugin Tests</name>
     <license>Apache 2.0</license>
     <js-module src="tests.js" name="tests">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org