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 C408F17ED9 for ; Fri, 31 Oct 2014 23:43:28 +0000 (UTC) Received: (qmail 59388 invoked by uid 500); 31 Oct 2014 23:43:23 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 59284 invoked by uid 500); 31 Oct 2014 23:43:23 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 59181 invoked by uid 99); 31 Oct 2014 23:43:23 -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, 31 Oct 2014 23:43:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8364D92ACEF; Fri, 31 Oct 2014 23:43:23 +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 Date: Fri, 31 Oct 2014 23:43:57 -0000 Message-Id: <0bba970e230646e5ba42b73dd7370ea7@git.apache.org> In-Reply-To: <1507dc51d2284b6e835be752c3c50772@git.apache.org> References: <1507dc51d2284b6e835be752c3c50772@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [37/50] ios commit: Update RELEASENOTES.md for 3.7.0 release Update RELEASENOTES.md for 3.7.0 release Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/cc43cd7d Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/cc43cd7d Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/cc43cd7d Branch: refs/heads/wkwebview Commit: cc43cd7dbb4b6f19b35a74502431a167f1ed492e Parents: 8458588 Author: Shazron Abdullah Authored: Thu Oct 30 11:20:38 2014 -0700 Committer: Shazron Abdullah Committed: Thu Oct 30 11:20:38 2014 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/cc43cd7d/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 503bd84..23d6194 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -24,7 +24,54 @@ 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.6.0 (201409XX) ### +### 3.7.0 (201411XX) ### + +* CB-7882 - viewDidUnload instance method is missing [super viewDidUnload] call +* CB-7872 - XCode 6.1's xcrun PackageApplication fails at packaging / resigning Cordova applications (closes #115) +* CB-6510 - Support for ErrorUrl preference on iOS +* CB-7857 - Load appURL after plugins have loaded +* CB-7606 - handleOpenURL handler firing more than necessary +* CB-7597 - Localizable.strings for Media Capture are in the default template, it should be in the plugin +* CB-7818 - CLI builds ignore Distribution certificates (closes #114) +* CB-7729 - Support ios-sim 3.0 (Xcode 6) and new targets (iPhone 6/6+) (closes #107) +* CB-7813 - Added unit test +* CB-7813 - CDVWebViewDelegate fails to update the webview state properly in iOS +* CB-7812 - cordova-ios xcode unit-tests are failing from npm test, in Xcode it is fine +* CB-7643 - made isValidCallbackId threadsafe +* CB-7735 - Update cordova.js snapshot with the bridge fix +* CB-2520 - built interim js from cordova-js for custom user agent support +* CB-2520 - iOS - "original" user agent needs to be overridable (closes #112) +* CB-7777 - In AppDelegate, before calling handleOpenURL check whether it exists first to prevent exceptions (closes #109) +* CB-7775 - Add component.json for component and duo package managers (closes #102) +* CB-7493 - Add e2e test for 'space-in-path' and 'unicode in path/name' for core platforms (moved from root folder). +* CB-7493 - Adds test-build command to package.json +* CB-7630 - Deprecate CDV_IsIPhone5 and CDV_IsIPad macro in CDVAvailability.h +* CB-7727 - add resolution part to 'backup to icloud' warning message +* CB-7627 - Remove duplicate reference to the same libCordova.a. +* CB-7648 - [iOS 8] Add iPhone 6 Plus icon to default template +* CB-7632 - [iOS 8] Add launch image definitions to Info.plist +* CB-7631 - CDVUrlProtocol - the iOS 8 NSHttpUrlResponse is not initialized with the statuscode +* CB-7596 - [iOS 8] CDV_IsIPhone5() Macro needs to be updated because screen size is now orientation dependent +* CB-7560 - Tel and Mailto links don't work in iframe +* CB-7450 - Fix deprecations in cordova-ios unit tests +* CB-7546 - [Contacts][iOS] Prevent exception when index is out of range +* CB-7450 - Fix deprecations in cordova-ios unit tests (interim checkin) +* CB-7502 - iOS default template is missing CFBundleShortVersionString key in Info.plist, prevents iTunes Connect submission +* Changed CordovaLibTests to run in a xcworkspace, and runnable from the command line +* Move CordovaLibTests into tests/ +* Add ios-sim version check (3.0) to cordova/lib/list-emulator-images +* Fix cordova/lib/install-emulator to pass in the correct prefix for ios-sim --devicetypeid +* Fix cordova/lib/list-started-emulators for Xcode 6 +* Remove non-working applescript to start emulator, use Instruments to start iOS Simulator now. +* Add support for the iPod in cordova/lib/list-devices script. +* Remove "Valid values for --target" in script headers. Use "cordova/lib/list-emulator-images" to get the list. +* Update cordova/lib/list-emulator-images for ios-sim 3.0 +* Increment ios-deploy min version to 1.2.0 and ios-sim min version to 3.0 +* Updated cordova/build script to use specific SHARED_PRECOMPS_DIR variable. +* Update .gitignore to not ignore .xcworkspace files + + +### 3.6.3 (20140908) ### * Updated default template. * CB-7432 - iOS - Version script should be updated by coho at release time --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org