CB-6114 Updated version and RELEASENOTES.md for release 1.0.1

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

Branch: refs/heads/master
Commit: 832b7a2ff8378de7df2af73b9d8e602538c28291
Parents: 845517f
Author: Andrew Grieve <[email protected]>
Authored: Thu Feb 27 11:56:29 2014 -0500
Committer: Andrew Grieve <[email protected]>
Committed: Thu Feb 27 15:59:05 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/832b7a2f/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 7e35691..336b9f3 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -125,3 +125,21 @@
 * CB-5405: Update JS code to use URLs exclusively
 * CB-4816 Fix file creation outside sandbox for BB10
 
+### 1.0.1 (Feb 27, 2014)
+* CB-6110 iOS: Fix typo in filesystemPathForURL: method
+* Android: Use most specific FS match when resolving file: URIs
+* iOS: Update fileSystemURLforLocalPath: to return the most match url.
+* Allow third-party plugin registration, and the total count of fs type is not 
limited to just 4.
+* CB-6097 Added missing files for amazon-fireos platform. Added onLoad flag to 
true.
+* CB-6087 Android, iOS: Load file plugin on startup
+* CB-6013 BlackBerry10: wrap webkit prefixed called in requestAnimationFrame
+* Update plugin writers' documentation
+* CB-6080 Fix file copy when src and dst are on different local file systems
+* CB-6057 Add methods for plugins to convert between URLs and paths
+* CB-6050 Public method for returning a FileEntry from a device file path
+* CB-2432 CB-3185, CB-5975: Fix Android handling of content:// URLs
+* CB-6022 Add upgrade notes to doc
+* CB-5233 Make asset-library urls work properly on iOS
+* CB-6012 Preserve query strings on cdvfile:// URLs where necessary
+* CB-6010 Test properly for presence of URLforFilesystemPath method
+* CB-5959 Entry.getMetadata should return size attribute

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/832b7a2f/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 92da2ce..6aa1f99 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="1.0.1-dev">
+      version="1.0.1">
     <name>File</name>
     <description>Cordova File Plugin</description>
     <license>Apache 2.0</license>

Reply via email to