Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C59EF578 for ; Sat, 20 Apr 2013 01:55:42 +0000 (UTC) Received: (qmail 43352 invoked by uid 500); 20 Apr 2013 01:55:42 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 43328 invoked by uid 500); 20 Apr 2013 01:55:42 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 43320 invoked by uid 99); 20 Apr 2013 01:55:42 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Apr 2013 01:55:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0890981B63E; Sat, 20 Apr 2013 01:55:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Message-Id: <43a86f3cc68f4c48b799f858777d72f9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ios commit: Updated RELEASENOTES for 2.7.0rc1 Date: Sat, 20 Apr 2013 01:55:42 +0000 (UTC) Updated Branches: refs/heads/master e3d2e8b85 -> 2d85f43a5 Updated RELEASENOTES for 2.7.0rc1 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/2d85f43a Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/2d85f43a Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/2d85f43a Branch: refs/heads/master Commit: 2d85f43a5b5e1f83a10a8f28dda9fcd38aa33682 Parents: e3d2e8b Author: Shazron Abdullah Authored: Fri Apr 19 18:55:33 2013 -0700 Committer: Shazron Abdullah Committed: Fri Apr 19 18:55:33 2013 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 39 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/2d85f43a/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index aa501b0..ffe0c0b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -22,6 +22,45 @@ Cordova is a static library that enables developers to include the Cordova API in their iOS application projects easily, and also create new Cordova-based iOS application projects through the command-line. +### 2.7.0 (201304XX) ### + +* Fix NPE in InAppBrowser's error callback. +* [CB-2849] Fix bin/create when CordovaLib parent dir has a space +* [CB-3069] Fix InAppBrowser load events (for non-redirecting pages) +* InAppBrowser: Don't inject iframe bridge until necessary. +* Fix FileTransfer unit test. HTTP Method was being set to null. +* [CB-2305] Add InAppBrowser injectSriptCode command to support InAppBrowser.executeScript and InAppBrowser.insertCSS APIs +* [CB-2653] Simplify InAppBrowser.injectScriptCode. +* [CB-2537] Implement streaming downloads for FileTransfer +* [CB-2190] Allow FileTransfer uploads to continue in background +* [CB-1518] Request content length in parallel with download for gzipped content +* [CB-2653] Delay executeScript/insertCSS callback until resources have loaded; pass JS results to callback +* [CB-2824] Remove DebugConsole plugin +* [CB-3066] Fire onNativeReady from JS, as bridge is available immediately +* [CB-2725] Fix www deploy issues with symlinks +* [CB-2725] follow links in www copy script +* [CB-3039] iOS Exif date length mismtach +* [CB-3052] iOS Exif SubIFD offsets incorrect +* [CB-51] Added httpMethod for file transfer options (defaults to POST) +* [CB-2732] Only set camera device when allowed. +* [CB-2911] Updated resolveLocalFileSystemURI. +* [CB-3032] Add whitelist support for custom schemes. +* [CB-3048] Add --arc flag to create script, support arc in template. +* [CB-3067]: fixing ios5 whitelist of file url +* [CB-3067] Revert CDVURLProtocol to not whitelist file urls +* [CB-2788] add ./bin/check_reqs script to iOS +* [CB-2587] Added plugin timing for plugins that are loaded on startup (plugin 'onload' attribute) +* [CB-2848] ShowSplashScreenSpinner not used +* [CB-2960] Changing the volume of a sound already playing +* [CB-3021] Can no longer import CDVPlugin.h from plugin Objective-C++ code +* [CB-2790] added splice function to header writer: accepts jpeg as NSData, and splices in exif data specified by a string +* [CB-2790] removed old splice code, replaced with JpegHeaderWriter api calls +* [CB-2896] split writing of working tags off here, multipart tags not supported +* [CB-2896] fixed error in exif subifd offset calculation for tag 8769 +* [CB-2902] re-added long/short tags to template dict, fixed subExifIFD offset + +
+ ### 2.6.0 (20130401) ### * [CB-2732] Only set camera device when allowed.