From b0e205a78103b3501f04d3d9045037eb98f7bdf3 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Fri, 14 Feb 2014 13:44:38 -0800 Subject: [PATCH] Updating Release Notes, NOTE: wiki does not count commits between RC1 and HEAD on Release Branch --- RELEASENOTES.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 46e4bc8a..8e6840cf 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,29 @@ --> ## Release Notes for Cordova (Android) ## + +### 3.4.0 (Feb 2014) ### + +37 commits from 10 authors. Highlights include: + +* Security Fix for Android 4.2.1 and lower (disabling addJavascriptInterface as a bridge option) +* CB-5793 Make ant work-around work on windows. +* CB-5793 Don't clean before build and change output directory to ant-build to avoid conflicts with Eclipse. +* CB-4910 Fix CLI's eclipse project template not working on windows due to "*" in the virtual folder name. +* CB-5803 Fix cordova/emulate on windows. +* CB-5801 exec->spawn in build to make sure compile errors are shown. +* CB-5799 Update version of OkHTTP to 1.3 +* Remove package.json within bin/ since we never intend to ship bin/ as an npm module +* CB-4910 Update CLI project template to point to config.xml at the root now that it's not in www/ by default. +* Silence excessive logging from scroll events +* CB-5504: Adding onDestroy to app plugin to deregister telephonyReceiver +* CB-5715 Add Eclipse .project file to create template. +* CB-5447 Removed android:debuggable=“true” from project template. +* CB-5714 Fix of android build when too big output stops build with error due to buffer overflow. +* Fix incorrect MIME type for .js files loaded through CordovaResourceAPI. +* Remove 2 X console.log from exec.js +* CB-5592 Set MIME type for openExternal when scheme is file: + ### 3.3.0 (Dec 2013) ### 41 commits from 11 authors. Highlights include: