You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:57:37 UTC

[9/9] git commit: CB-6452 Updated version and RELEASENOTES.md for release 0.2.10

CB-6452 Updated version and RELEASENOTES.md for release 0.2.10


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

Branch: refs/heads/master
Commit: 19dd42984eb5232888c213182cdd2bede4a10bd7
Parents: 8ff4450
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 10:53:20 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 10:53:20 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md | 8 ++++++++
 plugin.xml      | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/19dd4298/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 5da9faf..bed7849 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -61,3 +61,11 @@
 ### 0.2.9 (Feb 26, 2014)
 * CB-6051 Update media plugin to work with new cdvfile:// urls
 * CB-5748 Make sure that Media.onStatus is called when recording is started.
+
+### 0.2.10 (Apr 17, 2014)
+* CB-6422: [windows8] use cordova/exec/proxy
+* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
+* CB-6225: Specify plugin dependency on File plugin 1.0.1
+* CB-6460: Update license headers
+* CB-6465: Add license headers to Tizen code
+* Add NOTICE file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/19dd4298/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index cfcfac0..729fb18 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="org.apache.cordova.media"
-    version="0.2.10-dev">
+    version="0.2.10">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>