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 2016/09/09 23:09:28 UTC

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

Repository: cordova-plugin-file
Updated Branches:
  refs/heads/master 719da363e -> 815c2b1bf


CB-11832 Updated version and RELEASENOTES.md for release 4.3.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/5c0f68d1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/5c0f68d1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/5c0f68d1

Branch: refs/heads/master
Commit: 5c0f68d1cc105c30bed4e0f0a76a97afc922ae8b
Parents: 719da36
Author: Steve Gill <st...@gmail.com>
Authored: Thu Sep 8 23:38:54 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Sep 8 23:38:54 2016 -0700

----------------------------------------------------------------------
 RELEASENOTES.md  | 43 +++++++++++++++++++++++++++++++------------
 package.json     |  2 +-
 plugin.xml       |  2 +-
 tests/plugin.xml |  2 +-
 4 files changed, 34 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/5c0f68d1/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b47440e..d45118c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,19 +20,38 @@
 -->
 # Release Notes
 
+### 4.3.0 (Sep 08, 2016)
+* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
+* Add handling for `SecurityException`
+* [CB-11368](https://issues.apache.org/jira/browse/CB-11368) **android**: Resolve content `URLs` produced by contacts plugin
+* Plugin uses `Android Log class` and not `Cordova LOG class`
+* [CB-11693](https://issues.apache.org/jira/browse/CB-11693) **ios**: Run copy and move operations in the background thread
+* [CB-11699](https://issues.apache.org/jira/browse/CB-11699) Read files as Data URLs properly
+* [CB-11305](https://issues.apache.org/jira/browse/CB-11305) Enable `cdvfile: assets fs root` for `DOM` requests
+* [CB-11385](https://issues.apache.org/jira/browse/CB-11385) android: Import java.nio.charset.Charset in LocalFileSystem class
+* Add badges for paramedic builds on Jenkins
+* [CB-11407](https://issues.apache.org/jira/browse/CB-11407) ios: added extern keyword to constants to fix phonegap-webview-ios template issue.
+* [CB-11385](https://issues.apache.org/jira/browse/CB-11385) **android**: Does not pass sonarqube scan
+* Add pull request template.
+* Minor edits to the `README.md`
+* [CB-11142](https://issues.apache.org/jira/browse/CB-11142) Fix the `NeedPermission` code for the case when external media is not mounted in Android
+* [CB-11003](https://issues.apache.org/jira/browse/CB-11003) Adding samples to Readme.
+* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
+* [CB-11115](https://issues.apache.org/jira/browse/CB-11115) **android**: Removing dependency on FileDescriptor toString in content provider tests
+
 ### 4.2.0 (Apr 15, 2016)
-* CB-10960 Uncaught `#<FileError>` in `write()` when `readyState != WRITING ?`
+* [CB-10960](https://issues.apache.org/jira/browse/CB-10960) Uncaught `#<FileError>` in `write()` when `readyState != WRITING ?`
 * Replace `PermissionHelper.java` with `cordova-plugin-compat`
-* CB-10977 **Android** Removing global state used for permission requests
-* CB-10798, CB-10384 Fixing permissions for **Marshmallow**.
+* [CB-10977](https://issues.apache.org/jira/browse/CB-10977) **Android** Removing global state used for permission requests
+* CB-10798, [CB-10384](https://issues.apache.org/jira/browse/CB-10384) Fixing permissions for **Marshmallow**.
 * Fix test failure on **WP 8.1**
-* CB-10577 **Windows** `resolveLocalFileSystemURL` should omit trailing slash for file
-* CB-7862 `FileReader` reads large files in chunks with progress.
-* CB-10577 **Android** `resolveLocalFileSystemURL` should detect directory vs file.
-* CB-9753 index out of bounds on `requestFileSystem`.
+* [CB-10577](https://issues.apache.org/jira/browse/CB-10577) **Windows** `resolveLocalFileSystemURL` should omit trailing slash for file
+* [CB-7862](https://issues.apache.org/jira/browse/CB-7862) `FileReader` reads large files in chunks with progress.
+* [CB-10577](https://issues.apache.org/jira/browse/CB-10577) **Android** `resolveLocalFileSystemURL` should detect directory vs file.
+* [CB-9753](https://issues.apache.org/jira/browse/CB-9753) index out of bounds on `requestFileSystem`.
 * Remove `warning` emoji, as it doesn't correctly display in the docs website: cordova.apache.org/docs/en/dev/cordova-plugin-file/index.html. This closes #166
-* CB-10636 Add `JSHint` for plugins
-* CB-10411 Error in `file.spec.129` of `cordova-plugin-file`
+* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
+* [CB-10411](https://issues.apache.org/jira/browse/CB-10411) Error in `file.spec.129` of `cordova-plugin-file`
 
 ### 4.1.1 (Feb 09, 2016)
 * Edit package.json license to match SPDX id
@@ -40,9 +59,9 @@
 
 ### 4.1.0 (Jan 15, 2016)
 * added `.ratignore` file
-* CB-10319 **android** Adding reflective helper methods for permission requests
-* CB-10023 Fix `proxy not found error` on Chrome.
-* CB-8863 **ios** Fix block usage of self
+* [CB-10319](https://issues.apache.org/jira/browse/CB-10319) **android** Adding reflective helper methods for permission requests
+* [CB-10023](https://issues.apache.org/jira/browse/CB-10023) Fix `proxy not found error` on Chrome.
+* [CB-8863](https://issues.apache.org/jira/browse/CB-8863) **ios** Fix block usage of self
 
 ### 4.0.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/5c0f68d1/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 928fe82..eb9a096 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-file",
-  "version": "4.2.0",
+  "version": "4.3.0",
   "description": "Cordova File Plugin",
   "cordova": {
     "id": "cordova-plugin-file",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/5c0f68d1/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 98588df..247a8cb 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"
-      version="4.2.0">
+      version="4.3.0">
     <name>File</name>
     <description>Cordova File Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/5c0f68d1/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index cc228be..8075a4d 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-file-tests"
-    version="4.2.0">
+    version="4.3.0">
 
     <name>Cordova File 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 git commit: CB-11832 Incremented plugin version.

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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/815c2b1b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/815c2b1b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/815c2b1b

Branch: refs/heads/master
Commit: 815c2b1bfe578ee9a9b0f998a906087aca379cd1
Parents: 5c0f68d
Author: Steve Gill <st...@gmail.com>
Authored: Fri Sep 9 16:08:04 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Sep 9 16:08:04 2016 -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/blob/815c2b1b/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index eb9a096..715d261 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-file",
-  "version": "4.3.0",
+  "version": "4.3.1-dev",
   "description": "Cordova File Plugin",
   "cordova": {
     "id": "cordova-plugin-file",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/815c2b1b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 247a8cb..c55e3ab 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"
-      version="4.3.0">
+      version="4.3.1-dev">
     <name>File</name>
     <description>Cordova File Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/815c2b1b/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 8075a4d..c3b0cba 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-file-tests"
-    version="4.3.0">
+    version="4.3.1-dev">
 
     <name>Cordova File 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