You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/08/28 15:43:49 UTC

android commit: CB-7267 update RELEASENOTES for 3.5.1

Repository: cordova-android
Updated Branches:
  refs/heads/master 12a27643d -> eb8cf56e8


CB-7267 update RELEASENOTES for 3.5.1


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/eb8cf56e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/eb8cf56e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/eb8cf56e

Branch: refs/heads/master
Commit: eb8cf56e8e7ce0419dbe444fbedaa434bf4e4009
Parents: 12a2764
Author: Marcel Kinard <cm...@gmail.com>
Authored: Thu Aug 28 09:42:53 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Thu Aug 28 09:42:53 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/eb8cf56e/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.