From 85bcbdc894aa06c1ae29097e10d8a1b5d2100c43 Mon Sep 17 00:00:00 2001 From: Marcel Kinard Date: Thu, 28 Aug 2014 09:42:53 -0400 Subject: [PATCH] CB-7267 update RELEASENOTES for 3.5.1 (cherry picked from commit eb8cf56e8e7ce0419dbe444fbedaa434bf4e4009) --- RELEASENOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d8e467b2..d15f8975 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.