CB-5980 Updated version and RELEASENOTES.md for release 0.4.1
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/3c242d8b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/3c242d8b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/3c242d8b Branch: refs/heads/master Commit: 3c242d8ba816aec8417723c31e08b23445d54eda Parents: f888498 Author: Steven Gill <[email protected]> Authored: Wed Feb 5 17:53:59 2014 -0800 Committer: Steven Gill <[email protected]> Committed: Mon Feb 10 15:22:08 2014 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 13 +++++++++++++ plugin.xml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/3c242d8b/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2ef1bfd..537f114 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -44,3 +44,16 @@ * CB-5466: Minor version bump * CB-5466: Update FileTransfer plugin to accept filesystem urls * Added amazon-fireos platform. Change to use amazon-fireos as the platform if the user agen string contains 'cordova-amazon-fireos' + +### 0.4.1 (Feb 05, 2014) +* CB-5365 Remove unused exception var to prevent warnings? +* CB-2421 explicitly write the bytesSent,responseCode,result to the FileUploadResult pending release of cordova-plugin-file dependency, added some sanity checks for callbacks +* iOS: Update for new file plugin api +* CB-5631 Removed SimpleTrackingInputStream.read(byte[] buffer) +* CB-5762 android: Fix lengthComputable set wrong for gzip downloads +* CB-4899 [BlackBerry10] Improve binary file transfer download +* Delete stale test/ directory +* CB-5722 [BlackBerry10] Update upload function to use native file object +* CB-5658 Delete stale snapshot of plugin docs +* Remove @1 designation from file plugin dependency until pushed to npm +* CB-5466: Update to work with filesystem URLs http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/3c242d8b/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index b003925..4b039fb 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,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-transfer" - version="0.4.1-dev"> + version="0.4.1"> <name>File Transfer</name> <description>Cordova File Transfer Plugin</description> <license>Apache 2.0</license>
