You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/03/02 23:44:34 UTC

[1/4] docs commit: CB-10687 added android 5.1.1 release blog post

Repository: cordova-docs
Updated Branches:
  refs/heads/master 48f9e4258 -> 6b2bf992b


CB-10687 added android 5.1.1 release blog post


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

Branch: refs/heads/master
Commit: a3de144d971583dab1a8a1d055771741e482f986
Parents: 48f9e42
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 1 23:06:13 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 1 23:06:13 2016 -0800

----------------------------------------------------------------------
 www/_posts/2016-03-02-cordova-android-5.1.1.md | 40 +++++++++++++++++++++
 1 file changed, 40 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a3de144d/www/_posts/2016-03-02-cordova-android-5.1.1.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-03-02-cordova-android-5.1.1.md b/www/_posts/2016-03-02-cordova-android-5.1.1.md
new file mode 100644
index 0000000..254e766
--- /dev/null
+++ b/www/_posts/2016-03-02-cordova-android-5.1.1.md
@@ -0,0 +1,40 @@
+---
+layout: post
+author:
+    name: Steve Gill
+    url: https://twitter.com/stevesgill
+title:  "Cordova Android 5.1.0"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Android 5.1.1` has been released.
+
+Cordova 6.0.0 will automatically start using this version of **Cordova-Android** when creating new projects. 
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform update android@5.1.1
+
+To add it explicitly:
+
+    cordova platform add android@5.1.1
+
+<!--more-->
+## What's new in Android platform
+
+* updated `cordova-common` dependnecy to `1.1.0`
+* [CB-10628](https://issues.apache.org/jira/browse/CB-10628) Fix `emulate android --target`
+* [CB-10618](https://issues.apache.org/jira/browse/CB-10618) Handle gradle frameworks on plugin installation/uninstallation
+* [CB-10510](https://issues.apache.org/jira/browse/CB-10510): Add an optional timeout to `emu` start script
+* [CB-10498](https://issues.apache.org/jira/browse/CB-10498): Resume event should be sticky if it has a plugin result
+* fix `HtmlNotFoundTest` so that it passes when file not found is handled correctly
+* [CB-10472](https://issues.apache.org/jira/browse/CB-10472) `NullPointerException`: `org.apache.cordova.PluginManager.onSaveInstanceState` check if `pluginManager` is `null` before using it
+* [CB-10138](https://issues.apache.org/jira/browse/CB-10138) Adds missing plugin metadata to `plugin_list` module.
+* [CB-10443](https://issues.apache.org/jira/browse/CB-10443) Pass original options instead of remaining
+* [CB-10443](https://issues.apache.org/jira/browse/CB-10443) Fix `this.root` `null` reference
+* [CB-10421](https://issues.apache.org/jira/browse/CB-10421) Fixes exception when calling run script with `--help` option
+* [CB-10406](https://issues.apache.org/jira/browse/CB-10406) Fixes an exception, thrown when building using `Ant`. 
+* [CB-10157](https://issues.apache.org/jira/browse/CB-10157) Uninstall app from device/emulator only when signed apk is already installed


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/4] docs commit: CB-10693 added ios 4.1.0 release blog post

Posted by st...@apache.org.
CB-10693 added ios 4.1.0 release blog post


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/469b862f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/469b862f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/469b862f

Branch: refs/heads/master
Commit: 469b862fc0f070a379860e946a23290d59ef616e
Parents: 48f9e42
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 1 23:21:49 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 1 23:29:29 2016 -0800

----------------------------------------------------------------------
 www/_posts/2016-03-02-ios-4.1.0.md | 47 +++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/469b862f/www/_posts/2016-03-02-ios-4.1.0.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-03-02-ios-4.1.0.md b/www/_posts/2016-03-02-ios-4.1.0.md
new file mode 100644
index 0000000..b2c4057
--- /dev/null
+++ b/www/_posts/2016-03-02-ios-4.1.0.md
@@ -0,0 +1,47 @@
+---
+layout: post
+author:
+    name: Steve Gill
+    url: https://twitter.com/stevesgill
+title:  "Cordova iOS 4.1.0"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova iOS 4.1.0` has been released!
+
+A new version of the `cordova-cli` will need to be released to pin this version of **cordova-ios** as the default version when creating a new project. If you want to start using this version now, make sure to specify the version when doing a `cordova platform add/update`.
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform update ios@4.1.0
+
+To add it explicitly:
+
+    cordova platform add ios@4.1.0
+
+<!--more-->
+## What's new in iOS platform
+
+* [CB-10693](https://issues.apache.org/jira/browse/CB-10693) added missing header license
+* [CB-10530](https://issues.apache.org/jira/browse/CB-10530) App freezes sometimes directly after starting on **iOS**
+* [CB-10668](https://issues.apache.org/jira/browse/CB-10668) checked in `node_modules`
+* [CB-10668](https://issues.apache.org/jira/browse/CB-10668) removed `bin/node_modules`
+* [CB-10668](https://issues.apache.org/jira/browse/CB-10668) updated `create.js` to grab `node_modules` from root, updated `package.json`
+* [CB-10138](https://issues.apache.org/jira/browse/CB-10138)  Adds missing plugin metadata to `plugin_list` module
+* [CB-10493](https://issues.apache.org/jira/browse/CB-10493) **iOS** Missing `icon.png`
+* [CB-10184](https://issues.apache.org/jira/browse/CB-10184) `Images.xcassets`: A 83.5x83.5@2x app icon is required for iPad apps targeting **iOS 9.0** and later
+* Disable `ios-deploy` wifi mode when deploying to a device
+* [CB-10272](https://issues.apache.org/jira/browse/CB-10272) Improve `<allow-intent>` and `<allow-navigation>` error logs
+* Updated bundled `ios-sim` to `5.0.6`
+* [CB-10233](https://issues.apache.org/jira/browse/CB-10233) Support different `config.xml` file per `CDVViewController` instance
+* Add additional valid targets for simulation
+* Updated CDV version macro to 4.0.1
+* [CB-10185](https://issues.apache.org/jira/browse/CB-10185) Update `CordovaLib.xcodeproj` to recommended settings in **Xcode 7.2**
+* [CB-10171](https://issues.apache.org/jira/browse/CB-10171) `WebKit` Error after migration to **iOS@4.0.0**
+* [CB-10155](https://issues.apache.org/jira/browse/CB-10155) `DisallowOverscroll` not working
+* [CB-10168](https://issues.apache.org/jira/browse/CB-10168) `CDVViewController` `appURL` is `nil` if `wwwFolderName` is the path to a resource bundle
+* [CB-10162](https://issues.apache.org/jira/browse/CB-10162) update reference url for icon images
+* [CB-10162](https://issues.apache.org/jira/browse/CB-10162) correct the paths for **iOS** icon and splashscreen resources


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[4/4] docs commit: addressed feedback for release blog posts

Posted by st...@apache.org.
addressed feedback for release blog posts


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/6b2bf992
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/6b2bf992
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/6b2bf992

Branch: refs/heads/master
Commit: 6b2bf992b590b8afd3d9e084bcbb9dd9c2432c24
Parents: d0d1359
Author: Steve Gill <st...@gmail.com>
Authored: Wed Mar 2 14:44:29 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Mar 2 14:44:29 2016 -0800

----------------------------------------------------------------------
 www/_posts/2016-03-02-cordova-android-5.1.1.md | 4 ++--
 www/_posts/2016-03-02-ios-4.1.0.md             | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6b2bf992/www/_posts/2016-03-02-cordova-android-5.1.1.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-03-02-cordova-android-5.1.1.md b/www/_posts/2016-03-02-cordova-android-5.1.1.md
index 254e766..6c6e857 100644
--- a/www/_posts/2016-03-02-cordova-android-5.1.1.md
+++ b/www/_posts/2016-03-02-cordova-android-5.1.1.md
@@ -10,7 +10,7 @@ tags: news releases
 
 We are happy to announce that `Cordova Android 5.1.1` has been released.
 
-Cordova 6.0.0 will automatically start using this version of **Cordova-Android** when creating new projects. 
+Cordova CLI 6.0.0 will automatically start using this version of **Cordova-Android** when creating new projects. 
 
 To upgrade:
 
@@ -25,7 +25,7 @@ To add it explicitly:
 <!--more-->
 ## What's new in Android platform
 
-* updated `cordova-common` dependnecy to `1.1.0`
+* updated `cordova-common` dependenecy to `1.1.0`
 * [CB-10628](https://issues.apache.org/jira/browse/CB-10628) Fix `emulate android --target`
 * [CB-10618](https://issues.apache.org/jira/browse/CB-10618) Handle gradle frameworks on plugin installation/uninstallation
 * [CB-10510](https://issues.apache.org/jira/browse/CB-10510): Add an optional timeout to `emu` start script

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6b2bf992/www/_posts/2016-03-02-ios-4.1.0.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-03-02-ios-4.1.0.md b/www/_posts/2016-03-02-ios-4.1.0.md
index b2c4057..591e7ba 100644
--- a/www/_posts/2016-03-02-ios-4.1.0.md
+++ b/www/_posts/2016-03-02-ios-4.1.0.md
@@ -10,6 +10,8 @@ tags: news releases
 
 We are happy to announce that `Cordova iOS 4.1.0` has been released!
 
+This release addresses issue [CB-10530](https://issues.apache.org/jira/browse/CB-10530), which was an issue with your apps periodically freezing directly after starting.
+
 A new version of the `cordova-cli` will need to be released to pin this version of **cordova-ios** as the default version when creating a new project. If you want to start using this version now, make sure to specify the version when doing a `cordova platform add/update`.
 
 To upgrade:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[3/4] docs commit: Merge branch 'CB-10693'

Posted by st...@apache.org.
Merge branch 'CB-10693'


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

Branch: refs/heads/master
Commit: d0d13596dd301c2fed44d931264099076e62df32
Parents: a3de144 469b862
Author: Steve Gill <st...@gmail.com>
Authored: Wed Mar 2 14:25:58 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Mar 2 14:25:58 2016 -0800

----------------------------------------------------------------------
 www/_posts/2016-03-02-ios-4.1.0.md | 47 +++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org