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 2013/10/28 23:12:25 UTC

[1/2] git commit: [CB-5188] Updated version and RELEASENOTES.md for release 0.2.5

Updated Branches:
  refs/heads/dev 1c022459c -> ca2c4e231


[CB-5188] Updated version and RELEASENOTES.md for release 0.2.5


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/cfdb4ed4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/cfdb4ed4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/cfdb4ed4

Branch: refs/heads/dev
Commit: cfdb4ed4ed8dfadfdb82c9a720cbdd048428a6f5
Parents: 1c02245
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 11:47:10 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 11:47:10 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/cfdb4ed4/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 5a06f4e..2fd1c95 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -43,3 +43,9 @@
 * CB-5020 - File plugin should execute on a separate thread
 * [CB-4915] Incremented plugin version on dev branch.
 * CB-4504: Updating FileUtils.java to compensate for Java porting failures in the Android SDK. This fails because Java knows nothing about android_asset not being an actual filesystem
+
+ ### 0.2.5 (Oct 28, 2013)
+* CB-5129: Add a consistent filesystem attribute to FileEntry and DirectoryEntry objects
+* CB-5128: added repo + issue tag to plugin.xml for file plugin
+* CB-5015 [BlackBerry10] Add missing dependency for File.slice
+* [CB-5010] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/cfdb4ed4/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5b6cded..24f538d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.file"
-      version="0.2.5-dev">
+      version="0.2.5">
     <name>File</name>
     <description>Cordova File Plugin</description>
     <license>Apache 2.0</license>


[2/2] git commit: CB-5188:

Posted by st...@apache.org.
CB-5188:


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/ca2c4e23
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/ca2c4e23
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/ca2c4e23

Branch: refs/heads/dev
Commit: ca2c4e231fdf25126d8265cdfda55b27ed1c6977
Parents: cfdb4ed
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 12:27:15 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 12:27:15 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/ca2c4e23/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 24f538d..0cc310d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.file"
-      version="0.2.5">
+      version="0.2.6-dev">
     <name>File</name>
     <description>Cordova File Plugin</description>
     <license>Apache 2.0</license>