GitHub user david-barth-canonical opened a pull request: https://github.com/apache/cordova-ubuntu/pull/19
Cordova-Ubuntu Platform Release 4.3.1 From the RELEASENOTES.md * default icon name www/img/logo.png * add defaut icon parameter to config.xml * use QUrl::fromLocalFile() * set mainUrl when the file exists * fix critical issue introduced by general URL support changes earlier * check if content src points to a url or local file * fix typo * better info msg * don't check deps at create time and propose to auto-install once at build time; this is for the native/desktop build See release preparation logs at https://issues.apache.org/jira/browse/CB-10030 You can merge this pull request into a Git repository by running: $ git pull https://github.com/cordova-ubuntu/cordova-ubuntu 4.3.x Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-ubuntu/pull/19.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #19 ---- commit d3a674f2a07ab269bfb2e2acaa60dc2ab25c4d50 Author: Alberto Mardegan <ma...@users.sourceforge.net> Date: 2015-10-08T06:36:31Z build: fix mechanism for additional dependencies Instead of expecting plugins to store their configuration files in a "configs/" directory, read the dependencies from the config.xml file. The reason why the old method does not work is that the <resource-file> element of the plugin.xml file doesn't support a "target-dir" attribute. By using the <config-file> element, instead, we don't need to do any changes to cordova lib, and all the plugin configuration can now be stored in the plugin.xml file. Example: <config-file target="config.xml" parent="/*"> <feature name="FacebookConnect"> <param policy_group="accounts" policy_version="1" /> <param hook="account-application" value="qml/app.application" /> <param hook="account-service" value="qml/app.service" /> <deps> <pkgConfig>["signond", "libsignon-qt5"]</pkgConfig> <deb>["signond-dev:ARCH", "libsignon-qt5-dev:ARCH"]</deb> </deps> </feature> </config-file> commit 576fca86f5bc51df285ad5b3a94332039bf75161 Author: David Barth <david.ba...@canonical.com> Date: 2015-09-30T16:20:19Z add defaut icon parameter to config.xml commit 7a5ac6dbc046bb9fd75c5de313723ee90907f7d6 Author: david-barth-canonical <david.ba...@canonical.com> Date: 2015-10-27T11:24:55Z Merge pull request #1 from mardy/additional-dependencies build: fix mechanism for additional plugin dependencies commit 33f61c7fb7d2370c907beec51a604026b62a57ea Author: David Barth <david.ba...@canonical.com> Date: 2015-10-28T14:30:39Z default icon name www/img/logo.png commit aaf201b289119f498866b4dbc16e6c581b15c2ac Author: David Barth <david.ba...@canonical.com> Date: 2015-11-12T16:42:04Z Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-ubuntu commit 75819c8186476c7d7534e6e19c6faebecd7fc9cd Author: David Barth <david.ba...@canonical.com> Date: 2015-09-30T14:51:05Z check if content src points to a url or local file commit 86e994affa1d7406295952bfac2d2af634485d2c Author: David Barth <david.ba...@canonical.com> Date: 2015-11-12T15:07:06Z fix critical issue introduced by general URL support changes earlier commit ac27c286c124776c2c4b938ccf86f2beaa20ac7e Author: David Barth <david.ba...@canonical.com> Date: 2015-11-12T16:02:26Z set mainUrl when the file exists commit 6fe31e7cb0568bee263cdf4c39c829f9e9bf4c97 Author: David Barth <david.ba...@canonical.com> Date: 2015-10-28T18:50:38Z don't check deps at create time and propose to auto-install once at build time; this is for the native/desktop build commit 8eeea8d71dabfa43bbaab240ecf666d1e89efa88 Author: David Barth <david.ba...@canonical.com> Date: 2015-11-12T15:06:16Z better info msg commit eea201221e2cc2cdaef06a9187f4c7f0a8af754d Author: David Barth <david.ba...@canonical.com> Date: 2015-11-18T10:29:12Z Merge remote-tracking branch 'apache/master' commit 91f655d03047583919582e841fb51c1f0df1ff63 Author: David Barth <david.ba...@canonical.com> Date: 2015-11-18T11:19:02Z Set VERSION to 4.4.0-dev (via coho) commit 63d740326f2191de3bf568a06d8013395733ca2c Author: David Barth <david.ba...@canonical.com> Date: 2015-11-18T11:19:04Z Update JS snapshot to version 4.4.0-dev (via coho) commit 6630211fd507766176b2f1a1ba9a7619339a486a Author: David Barth <david.ba...@canonical.com> Date: 2015-11-18T13:51:34Z fix typo commit 51f8f3ce5204beb731d0ea8c708c9c0c533232c1 Author: david-barth-canonical <david.ba...@canonical.com> Date: 2015-11-18T13:52:56Z Merge pull request #4 from cordova-ubuntu/CB-9868 Cb 9868 - Should propose to install missing Ubuntu dependencies on platform add commit cf5bbb6343aab3f0662550554c580bc464dc95d2 Author: David Barth <david.ba...@canonical.com> Date: 2015-11-18T13:56:36Z use QUrl::fromLocalFile() commit e4a3c9e363b9d0ecda7536cc9b18342e3dfa1ab3 Author: david-barth-canonical <david.ba...@canonical.com> Date: 2015-11-18T13:57:26Z Merge pull request #3 from cordova-ubuntu/CB-9694 Cb 9694 - Add support for HTTP urls commit 346d43905e1fe498d74f374e0b6cb1c10e0aa5d9 Author: david-barth-canonical <david.ba...@canonical.com> Date: 2015-11-18T13:57:44Z Merge pull request #2 from cordova-ubuntu/CB-9806 Cb 9806 - Add icon to project defaults commit 5cca7ca72c65882053266d22023fb7a9cf8194a1 Author: David Barth <david.ba...@canonical.com> Date: 2015-11-18T14:57:42Z Merge branch 'master' of github.com:cordova-ubuntu/cordova-ubuntu commit 36c777579ffcb8011dc1631981179a9421b9d83d Author: David Barth <david.ba...@canonical.com> Date: 2015-11-18T15:13:46Z CB-10030 Updated RELEASENOTES and Version for release 4.3.1-dev commit 13ef191d834ab5343e4e2fca777507b3c246aa88 Author: David Barth <david.ba...@canonical.com> Date: 2015-11-18T15:16:34Z fix email json typo commit 443816e8482960846bbd4cdba4deb9a585c2e8c1 Author: David Barth <david.ba...@canonical.com> Date: 2015-11-18T15:17:31Z Set VERSION to 4.4.0-dev (via coho) commit c32e70491218277ca0581a15823a5d22333a93e5 Author: David Barth <david.ba...@canonical.com> Date: 2015-11-19T08:29:38Z set version back to 4.3.1 (without coho) commit d4e4f06c81d930c8130b1d436d2ed28ddeba8d30 Author: David Barth <david.ba...@canonical.com> Date: 2015-11-19T08:30:04Z Update JS snapshot to version 4.3.1 (via coho) commit 2ef1e974429e08b34664011b29636e1379c623b0 Author: David Barth <david.ba...@canonical.com> Date: 2015-11-19T08:30:04Z Set VERSION to 4.3.1 (via coho) commit 4941dfad8a69f5c52506183b1b233f488304bc35 Author: David Barth <david.ba...@canonical.com> Date: 2015-11-19T15:31:24Z fix for update script commit 0f97fd32eaadcc03e918c9598205125ec215b492 Author: David Barth <david.ba...@canonical.com> Date: 2015-11-19T15:31:24Z add www sub-directory to let the unit tests run properly ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org