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 2014/06/05 22:43:57 UTC

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

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master ec2e268fa -> b4a86333f
Updated Tags:  refs/tags/r0.4.4 [created] db9eca0aa


CB-6877 Updated version and RELEASENOTES.md for release 0.4.4


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

Branch: refs/heads/master
Commit: db9eca0aa83115051cbb516913424c15882479e8
Parents: ec2e268
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jun 5 13:39:43 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Jun 5 13:39:43 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/db9eca0a/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e982549..bf4efdc 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -81,3 +81,17 @@
 * CB-6000: [FireOS] Nginx rejects Content-Type without a space before "boundary".
 * CB-6050: [FireOS] Use instance method on actual file plugin object to get FileEntry to return on download
 * CB-6460: Update license headers
+
+### 0.4.4 (Jun 05, 2014)
+* CB-6127 Spanish and French Translations added. Github close #21
+* ubuntu: support 'cdvfile' URI
+* CB-6802 Add license
+* Upload progress now works also for second file
+* CB-6706: Relax dependency on file plugin
+* CB-3440 [BlackBerry10] Update implementation to use modules from file plugin
+* CB-6378 Use connection.disconnect() instead of stream.close() for thread-safety
+* CB-6491 add CONTRIBUTING.md
+* CB-6466 Auto-create directories in download
+* CB-6494 android: Fix upload of KitKat content URIs
+* Upleveled from android port with following commits: 3c1ff16 Andrew Grieve - CB-5762 android: Fix lengthComputable set wrong for gzip downloads 8374b3d Colin Mahoney - CB-5631 Removed SimpleTrackingInputStream.read(byte[] buffer) 6f91ac3 Bas Bosman - CB-4907 Close stream when we're finished with it 651460f Christoph Neumann - CB-6000 Nginx rejects Content-Type without a space before "boundary". 35f80e4 Ian Clelland - CB-6050: Use instance method on actual file plugin object to get FileEntry to return on download
+* CB-5980 Updated version and RELEASENOTES.md for release 0.4.1

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/db9eca0a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6036ee2..3fb8991 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.file-transfer"
-    version="0.4.4-dev">
+    version="0.4.4">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>


[2/2] git commit: CB-6877 Incremented plugin version.

Posted by st...@apache.org.
CB-6877 Incremented plugin version.


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

Branch: refs/heads/master
Commit: b4a86333f6d4b594134accf19b7d74cc6ad9bc8d
Parents: db9eca0
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jun 5 13:40:50 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Jun 5 13:40:50 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/b4a86333/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 3fb8991..a0e585e 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.file-transfer"
-    version="0.4.4">
+    version="0.4.5-dev">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>