You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2016/06/15 15:37:42 UTC

docs commit: Cordova Ubuntu 4.3.4 release announcement (updated)

Repository: cordova-docs
Updated Branches:
  refs/heads/master b5e83e242 -> 93c3f7c92


Cordova Ubuntu 4.3.4 release announcement (updated)


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

Branch: refs/heads/master
Commit: 93c3f7c925ddabfd3038050f34079ab4798ac7a5
Parents: b5e83e2
Author: David Barth <da...@canonical.com>
Authored: Thu May 26 16:08:08 2016 +0200
Committer: David Barth <da...@canonical.com>
Committed: Wed Jun 15 17:26:54 2016 +0200

----------------------------------------------------------------------
 www/_posts/2016-01-08-cordova-ubuntu-4.3.3.md | 31 ++++++++++++++++++++++
 www/_posts/2016-06-14-cordova-ubuntu-4.3.4.md | 21 +++++++++------
 2 files changed, 44 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/93c3f7c9/www/_posts/2016-01-08-cordova-ubuntu-4.3.3.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-01-08-cordova-ubuntu-4.3.3.md b/www/_posts/2016-01-08-cordova-ubuntu-4.3.3.md
new file mode 100644
index 0000000..b4b5748
--- /dev/null
+++ b/www/_posts/2016-01-08-cordova-ubuntu-4.3.3.md
@@ -0,0 +1,31 @@
+---
+layout: post
+author:
+    name: David Barth
+    url: https://twitter.com/dbarthc
+title:  "Cordova Ubuntu 4.3.3"
+categories: announcements
+tags: news releases
+---
+
+`Cordova Ubuntu 4.3.3` has been released.
+
+This is an important patch release, fixing a critical issue in the runtime. Developers are urged to update the Ubuntu platform support code of their app to this latest release immediately. This will ensure applications will continue to work with the latest Oxide 1.12 release in Ubuntu.
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform update ubuntu@4.3.3
+
+To add it explicitly:
+
+    cordova platform add ubuntu@4.3.3
+
+<!--more-->
+## What's new in Cordova Ubuntu
+
+* [CB-10470] Fix reliance on deprecated Oxide's onLoadingChanged signal
+* Fix debugging enabled flag & remove webkit specific bit
+
+

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/93c3f7c9/www/_posts/2016-06-14-cordova-ubuntu-4.3.4.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-06-14-cordova-ubuntu-4.3.4.md b/www/_posts/2016-06-14-cordova-ubuntu-4.3.4.md
index 7c9ffdd..e3b05bd 100644
--- a/www/_posts/2016-06-14-cordova-ubuntu-4.3.4.md
+++ b/www/_posts/2016-06-14-cordova-ubuntu-4.3.4.md
@@ -3,29 +3,34 @@ layout: post
 author:
     name: David Barth
     url: https://twitter.com/dbarthc
-title:  "Cordova Ubuntu 4.3.3"
+title:  "Cordova Ubuntu 4.3.4"
 categories: announcements
 tags: news releases
 ---
 
-`Cordova Ubuntu 4.3.3` has been released.
+`Cordova Ubuntu 4.3.4` has been released.
+
+This is a patch release, fixing bugs related to building and debugging Cordova apps targetting Ubuntu devices. See the changelog below for details.
 
-This is an important patch release, fixing a critical issue in the runtime. Developers are urged to update the Ubuntu platform support code of their app to this latest release immediately. This will ensure applications will continue to work with the latest Oxide 1.12 release in Ubuntu.
 
 To upgrade:
 
     npm install -g cordova
     cd my_project
-    cordova platform update ubuntu@4.3.3
+    cordova platform update ubuntu@4.3.4
 
 To add it explicitly:
 
-    cordova platform add ubuntu@4.3.3
+    cordova platform add ubuntu@4.3.4
 
 <!--more-->
 ## What's new in Cordova Ubuntu
 
-* [CB-10470](https://issues.apache.org/jira/browse/CB-10470) Fix reliance on deprecated Oxide's onLoadingChanged signal
-* Fix debugging enabled flag & remove webkit specific bit
-
+* fix build issue with function signature missing the cordova variable name; also avoid a warning
+* use ubuntu-app-stop to stop the app more cleanly
+* Update run devtools message
+* tweak devtools url message
+* Tweak debug launch
+* Add app launch tweaks
+* Improve debugging behavior; Add ip option
 


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