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/10 19:55:51 UTC

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

Updated Branches:
  refs/heads/dev 318f54337 -> 9a10ff454


[CB-5010] Updated version and RELEASENOTES.md for release 0.3.3


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

Branch: refs/heads/dev
Commit: 9d2246e85c7f4b002218e6d231c0d452a9650cf7
Parents: 318f543
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 9 15:22:38 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Oct 9 15:22:38 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/9d2246e8/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8e3e721..f51b327 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -26,3 +26,10 @@
 * CB-4889 updating core references
 * CB-4889 renaming org.apache.cordova.core.file-transfer to org.apache.cordova.file-transfer and updating dependency
 * Rename CHANGELOG.md -> RELEASENOTES.md
+
+### 0.3.3 (Oct 9, 2013)
+* removed un-needed undef check
+* Fix missing headers in Windows 8 upload proxy
+* Fix missing headers in Windows 8 Proxy
+* Fix Windows 8 HTMLAnchorElement return host:80 which force Basic Auth Header to replace options Auth Header
+* [CB-4915] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/9d2246e8/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 659fb89..deb8dae 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.3.3-dev">
+    version="0.3.3">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>


[2/2] git commit: [CB-5010] Incremented plugin version on dev branch.

Posted by st...@apache.org.
[CB-5010] Incremented plugin version on dev branch.


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

Branch: refs/heads/dev
Commit: 9a10ff4548e8955caafbd8146165bf4773191128
Parents: 9d2246e
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 9 16:06:08 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Oct 9 16:06:08 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/9a10ff45/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index deb8dae..4a90957 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.3.3">
+    version="0.3.4-dev">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>