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 BAF8310C1F for ; Mon, 18 Nov 2013 19:42:50 +0000 (UTC) Received: (qmail 79012 invoked by uid 500); 18 Nov 2013 19:42:50 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 78995 invoked by uid 500); 18 Nov 2013 19:42:50 -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 78988 invoked by uid 99); 18 Nov 2013 19:42:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 19:42:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7678A35C33; Mon, 18 Nov 2013 19:42:50 +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: <928f1a3df576425abd0bdfa0d4e65fe1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ios commit: Updated RELEASENOTES for 3.2.0 Date: Mon, 18 Nov 2013 19:42:50 +0000 (UTC) Updated Branches: refs/heads/master d398b147e -> a99167bf5 Updated RELEASENOTES for 3.2.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/a99167bf Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/a99167bf Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/a99167bf Branch: refs/heads/master Commit: a99167bf5577cdc3a59dfa6aa379a541e8403c29 Parents: d398b14 Author: Shazron Abdullah Authored: Mon Nov 18 11:42:42 2013 -0800 Committer: Shazron Abdullah Committed: Mon Nov 18 11:42:42 2013 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/a99167bf/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9b74cf4..eb501df 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -24,6 +24,23 @@ 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. +### 3.2.0 (20131120) ### + +* CB-5124 - Remove splashscreen config.xml values from iOS Configuration Docs, move to plugin docs +* CB-5229 - cordova/emulate important improvements (stderr, check ios-sim before build) +* CB-5058 - CordovaLib xcode project gets assigned problematic Build Active Architecture Only settings. +* CB-5217 - cordova emulate ios doesn't exit +* CB-4805 - Update cordova/run and cordova/lib/install-device to use latest ios-deploy for iOS 7 +* CB-5103 - Fix cordova/run: --emulate should be --emulator (fix CLI usage) +* CB-4872 - added iOS sdk version scripts +* CB-5099 - Add missing icons especially iOS 7 120x120 icon to default template +* CB-5037 - Fix bridge sometimes not resetting properly during page transitions +* CB-4990 - Can't run emulator from cordova cli +* CB-4978 - iOS - Remove HideKeyboardFormAccessoryBar and KeyboardShrinksView preferences in config.xml +* CB-4935 - iOS - Remove Keyboard preferences code into its own plugin +* Make CDVWebViewDelegate able to load pages after a failed load. +* Prevented automatic logging of whitelist failures. + ### 3.1.0 (20131001) ### * [CB-3020] HideKeyboardFormAccessoryBar and KeyboardShrinksView show white bar instead of removing it