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/06/14 18:46:01 UTC

docs commit: Cordova Ubuntu 4.3.4 release announcement

Repository: cordova-docs
Updated Branches:
  refs/heads/master 3bbe76a06 -> 5f0fa7192


Cordova Ubuntu 4.3.4 release announcement

 This closes #607


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

Branch: refs/heads/master
Commit: 5f0fa7192322a72b24c221ad8f917ee163462f7b
Parents: 3bbe76a
Author: David Barth <da...@canonical.com>
Authored: Thu May 26 16:08:08 2016 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Jun 14 11:45:48 2016 -0700

----------------------------------------------------------------------
 www/_posts/2016-01-08-cordova-ubuntu-4.3.4.md | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5f0fa719/www/_posts/2016-01-08-cordova-ubuntu-4.3.4.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-01-08-cordova-ubuntu-4.3.4.md b/www/_posts/2016-01-08-cordova-ubuntu-4.3.4.md
new file mode 100644
index 0000000..b4b5748
--- /dev/null
+++ b/www/_posts/2016-01-08-cordova-ubuntu-4.3.4.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
+
+


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