You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/03/28 18:04:18 UTC

[1/2] ios commit: Add NOTICE file

Repository: cordova-ios
Updated Branches:
  refs/heads/master 286d7bf15 -> 6662fffe1


Add NOTICE file


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/6662fffe
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/6662fffe
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/6662fffe

Branch: refs/heads/master
Commit: 6662fffe1d5d373cfcfd6bdc5dfc1e61dde4b43a
Parents: 5ceab11
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Feb 27 15:36:31 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Mar 28 13:04:06 2014 -0400

----------------------------------------------------------------------
 NOTICE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/6662fffe/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index b2157b6..8ec56a5 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Cordova
 Copyright 2012 The Apache Software Foundation
 
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org)
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).


[2/2] ios commit: Minor release notes updates.

Posted by ag...@apache.org.
Minor release notes updates.


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/5ceab113
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/5ceab113
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/5ceab113

Branch: refs/heads/master
Commit: 5ceab11353049dbbcea442b65216d85728a4f544
Parents: 286d7bf
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Feb 18 21:40:02 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Mar 28 13:04:06 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/5ceab113/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 202756d..db440b4 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -24,29 +24,26 @@ 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.4.0 (201401XX) ###
+### 3.4.0 (201402XX) ###
 
 * CB-5794 iOS build script: 1. don't clean 2. recognize --emulator vs --device
-* Don't show environment vars in build log for copy-www script
 * CB-4910 Update CLI project template to point to config.xml at the root now that it's not in www/ by default.
-* Move .gitignore in template to gitignore (and add the dot in the script).
 * Fix create script copying project template twice.
 * CB-5740 Use UIScrollViewDecelerationRateNormal by default.
 * CB-5420 Add device model to User-Agent cache key.
-* Copy config.xml within copy-www-build-step.sh instead of in Copy Resoruces step
+* Copy config.xml within copy-www-build-step.sh instead of in Copy Resources step
 * CB-5397 Add a --cli option to bin/create that has ../../www/ ../../merges/ within the project
 * CB-5697 Fix location.reload() not firing deviceready.
 * CB-4330 Fix hash changes being treated as top-level navigations
 * CB-3359 Parse large JSON payloads on a background thread, and yield when executing multiple commands is taking too long.
-* CB-5134 Fix up bugs with new hash-based exec() bridge.
 * CB-5134 Add location.hash based exec() bridge.
 * CB-5658 Fix whitelist crash when URL path has a space.
 * CB-5583 WebView doesn't properly initialize when instantiated from a xib
-* CB-5046: Adding a defaults.xml template
+* CB-5046 Adding a defaults.xml template
 * CB-5290 templates: Updated launch images sizes to include the status bar region
 * CB-5276 Add ability to load start page from a place other then the bundle folder
 * CB-5298 Have bin/create run bin/check_reqs.
-* CB-5328 - .gitignore from cordova-ios excludes `platforms/cordova/build` file
+* CB-5328 Fix .gitignore from cordova-ios excludes `platforms/cordova/build` file
 
 ### 3.3.0 (20131214) ###