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 2F2BF1026E for ; Fri, 28 Jun 2013 15:07:24 +0000 (UTC) Received: (qmail 83593 invoked by uid 500); 28 Jun 2013 15:07:13 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 83414 invoked by uid 500); 28 Jun 2013 15:07:11 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 83001 invoked by uid 99); 28 Jun 2013 15:07:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jun 2013 15:07:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 744483A770; Fri, 28 Jun 2013 15:07:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Date: Fri, 28 Jun 2013 15:07:24 -0000 Message-Id: In-Reply-To: <23ef3a345a124df1a7525a66b4ec88df@git.apache.org> References: <23ef3a345a124df1a7525a66b4ec88df@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [16/50] [abbrv] ios commit: Updated RELEASENOTES for 2.9.0rc1 Updated RELEASENOTES for 2.9.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/3af6ca42 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/3af6ca42 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/3af6ca42 Branch: refs/heads/2.9.x Commit: 3af6ca42ae353742b24d1dc210aa9382a3bc8aa2 Parents: cfa5487 Author: Shazron Abdullah Authored: Thu Jun 20 14:09:03 2013 -0700 Committer: Shazron Abdullah Committed: Thu Jun 20 14:09:26 2013 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/3af6ca42/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9c50659..69a9886 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -24,6 +24,35 @@ Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merge 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.9.0 (201306XX) ### + +* [CB-3469] Add a version macro for 2.8.0. +* [CB-3469] Adding missing license found by RAT +* [CB-2200] Remove device.name (deprecated) +* [CB-3031] Fix for emulate script when project name has a space +* [CB-3420] add hidden option to InAppBrowser +* [CB-2840] Nil checks to avoid crash when network disconnected +* [CB-3514] Remove partially-downloaded files when FileTransfer fails +* [CB-2406] Add ArrayBuffer support to FileWriter.write +* [CB-3757] camera.getPicture from photolib fails on iOS +* [CB-3524] cordova/emulate and cordova/run silently fails when ios-sim is not installed +* [CB-3526] typo in cordova/lib/install-emulator - does not check for ios-sim +* [CB-3490] Update CordovaLib iOS Deployment Target in Project Setting to 5.0 +* [CB-3528] Update Plugin Upgrade Guide for iOS +* [CB-3530] PhoneGap app crashes on iOS with error "CDVWebViewDelegate: Navigation started when state=1" +* [CB-3768] Build to phone failing on Xcode 5 DP1 (OS X Mavericks) +* [CB-3833] Deprecation plugin tag upgrade step has malformed xml +* [CB-3743] Remove compatibility headers folder +* [CB-3619] ./cordova/run script does not always call ./cordova/build first +* [CB-3463] bin/create should copy cordova.js into the project's CordovaLib +* [CB-3530] PhoneGap app crashes on iOS with error "CDVWebViewDelegate: Navigation started when state=1" (for navigation to an anchor on the same page) +* [CB-3507] Wrong Linker Flag for project template +* [CB-3458] remove all_load dependency. Use force load instead +* Removing "build" from gitignore as one of our cli scripts is named build :) +* Added/renamed CDVExifTests to test project. + +
+ ### 2.8.0 (201305XX) ### * [CB-2840] Nil checks to avoid crash when network disconnected