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 2015/05/07 02:38:06 UTC

[1/2] cordova-plugin-file-transfer git commit: CB-8959 Updated version and RELEASENOTES.md for release 1.1.0

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master e5c25b6bc -> f9dfd2d51


CB-8959 Updated version and RELEASENOTES.md for release 1.1.0


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

Branch: refs/heads/master
Commit: e251db5cac485261e0139934cb3ab81aa18e89b9
Parents: e5c25b6
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 6 17:07:39 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 6 17:07:39 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md  | 6 ++++++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/e251db5c/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 2e1737e..fe2dd8f 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -187,3 +187,9 @@
 * CB-8095 Updates tests and documentation
 * CB-8095 Rewrite upload method to support progress events properly
 * android: Fix error reporting for unknown uri type on sourceUri instead of targetUri
+
+### 1.1.0 (May 06, 2015)
+* CB-8951 Fixed crash related to headers parsing on **wp8**
+* CB-8933 Increased download and upload test timeout
+* CB-6313 **wp8**: Extra boundary in upload
+* CB-8761 **wp8**: Copy cookies from WebBrowser

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/e251db5c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c6d95ca..bc655ed 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-file-transfer",
-  "version": "1.0.1-dev",
+  "version": "1.1.0",
   "description": "Cordova File Transfer Plugin",
   "cordova": {
     "id": "cordova-plugin-file-transfer",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/e251db5c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c6dd865..2797d22 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="cordova-plugin-file-transfer"
-    version="1.0.1-dev">
+    version="1.1.0">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/e251db5c/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index e3b676a..65aac58 100644
--- a/tests/plugin.xml
+++ b/tests/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="cordova-plugin-file-transfer-tests"
-    version="1.0.1-dev">
+    version="1.1.0">
     <name>Cordova File Transfer Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-plugin-file-transfer git commit: CB-8959 Incremented plugin version.

Posted by st...@apache.org.
CB-8959 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/f9dfd2d5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/f9dfd2d5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/f9dfd2d5

Branch: refs/heads/master
Commit: f9dfd2d511fd87257c2aa068eb4b6091781e0655
Parents: e251db5
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 6 17:37:22 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 6 17:37:22 2015 -0700

----------------------------------------------------------------------
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/f9dfd2d5/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index bc655ed..589eab3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-file-transfer",
-  "version": "1.1.0",
+  "version": "1.1.1-dev",
   "description": "Cordova File Transfer Plugin",
   "cordova": {
     "id": "cordova-plugin-file-transfer",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/f9dfd2d5/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 2797d22..0d2e168 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="cordova-plugin-file-transfer"
-    version="1.1.0">
+    version="1.1.1-dev">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/f9dfd2d5/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 65aac58..4fffc0f 100644
--- a/tests/plugin.xml
+++ b/tests/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="cordova-plugin-file-transfer-tests"
-    version="1.1.0">
+    version="1.1.1-dev">
     <name>Cordova File Transfer Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org