CB-6114 Updated version and RELEASENOTES.md for release 0.4.2
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/b3369db9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/b3369db9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/b3369db9 Branch: refs/heads/master Commit: b3369db9107c7b586c2a0f90e90da03c2eaa7e3b Parents: ed24e21 Author: Andrew Grieve <[email protected]> Authored: Thu Feb 27 11:56:29 2014 -0500 Committer: Andrew Grieve <[email protected]> Committed: Fri Feb 28 16:28:37 2014 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 11 +++++++++++ plugin.xml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/b3369db9/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 537f114..34da2ff 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -57,3 +57,14 @@ * 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 + +### 0.4.2 (Feb 28, 2014) +* CB-6106 Ensure that nativeURL is used by file transfer download +* iOS: Fix default value for trustAllHosts on iOS (YES->NO) +* CB-6059 iOS: Stop FileTransfer.download doing IO on the UI thread. +* CB-5588 iOS: Add response headers to upload result +* CB-2190 iOS: Make backgroundTaskId apply to downloads as well. Move backgroundTaskId to the delegate. +* CB-6050 Android: Use instance method on actual file plugin object to get FileEntry to return on download +* CB-6000 Android: Nginx rejects Content-Type without a space before "boundary". +* CB-4907 Android: Close stream when we're finished with it +* CB-6022 Add backwards-compatibility notes to doc http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/b3369db9/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index d93cdac..30e9588 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.2-dev"> + version="0.4.2"> <name>File Transfer</name> <description>Cordova File Transfer Plugin</description> <license>Apache 2.0</license>
