Repository: cordova-android Updated Branches: refs/heads/3.5.x 4d2467670 -> 85bcbdc89
CB-7267 update RELEASENOTES for 3.5.1 (cherry picked from commit eb8cf56e8e7ce0419dbe444fbedaa434bf4e4009) Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/85bcbdc8 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/85bcbdc8 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/85bcbdc8 Branch: refs/heads/3.5.x Commit: 85bcbdc894aa06c1ae29097e10d8a1b5d2100c43 Parents: 4d24676 Author: Marcel Kinard <[email protected]> Authored: Thu Aug 28 09:42:53 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Thu Aug 28 09:44:29 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/85bcbdc8/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d8e467b..d15f897 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,17 @@ --> ## Release Notes for Cordova (Android) ## +### 3.5.1 (August 2014) ### + +This was a security update to address CVE-2014-3500, CVE-2014-3501, +and CVE-2014-3502. For more information, see +http://cordova.apache.org/announcements/2014/08/04/android-351.html + +* Filter out non-launchable intents +* Handle unsupported protocol errors in webview better +* Update the errorurl to no longer use intents +* Refactoring the URI handling on Cordova, removing dead code + ### 3.5.0 (May 2014) ### * OkHttp has broken headers. Updating for ASF compliance.
