Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 140EA1067F for ; Wed, 5 Mar 2014 18:16:05 +0000 (UTC) Received: (qmail 14718 invoked by uid 500); 5 Mar 2014 18:16:01 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 14635 invoked by uid 500); 5 Mar 2014 18:15:59 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 14626 invoked by uid 99); 5 Mar 2014 18:15:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2014 18:15:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2014 18:15:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DCB8023888D7; Wed, 5 Mar 2014 18:15:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1574598 - in /cordova/site: public/blog/index.html public/index.html public/news/2014/03/05/ public/news/2014/03/05/tools-release.html public/rss.xml www/_posts/2014-03-05-tools-release.md Date: Wed, 05 Mar 2014 18:15:31 -0000 To: commits@cordova.apache.org From: agrieve@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140305181531.DCB8023888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: agrieve Date: Wed Mar 5 18:15:31 2014 New Revision: 1574598 URL: http://svn.apache.org/r1574598 Log: CB-6115 Publish tools release blog post Added: cordova/site/public/news/2014/03/05/ cordova/site/public/news/2014/03/05/tools-release.html cordova/site/www/_posts/2014-03-05-tools-release.md Modified: cordova/site/public/blog/index.html cordova/site/public/index.html cordova/site/public/rss.xml Modified: cordova/site/public/blog/index.html URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1574598&r1=1574597&r2=1574598&view=diff ============================================================================== --- cordova/site/public/blog/index.html (original) +++ cordova/site/public/blog/index.html Wed Mar 5 18:15:31 2014 @@ -67,6 +67,11 @@
  • + 05 Mar 2014 » + Tools Release: March 5, 2014 +
  • + +
  • 03 Mar 2014 » Plugins Release: March 3, 2014
  • Modified: cordova/site/public/index.html URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1574598&r1=1574597&r2=1574598&view=diff ============================================================================== --- cordova/site/public/index.html (original) +++ cordova/site/public/index.html Wed Mar 5 18:15:31 2014 @@ -98,6 +98,37 @@

    News Subscribe

      +
    • 05 Mar 2014 » Tools Release: March 5, 2014 + +

      New versions of plugman and cordova are now live!

      + + + +

      To update your tools:

      + +
      npm update -g cordova
      +npm update -g plugman
      + +

      Most notable changes include:

      + +
        +
      • New command plugman create for generating a plugin template (CB-4886)
      • + +
      • No longer necessary to run cordova prepare after installing a plugin (CB-5647)
      • + +
      • cordova now shows output of builds and hook scripts
      • + +
      • Installing multiple plugins at once is now faster (CB-5885)
      • +
      + +

      Other changes include:

      + + +
    • 03 Mar 2014 » Plugins Release: March 3, 2014

      The following plugins were updated today:

      @@ -157,54 +188,6 @@ cordova platform update androidRead More -
    • 10 Feb 2014 » Plugins Release: Feb 10, 2014 - -

      The following plugins were updated today:

      - -
        -
      • org.apache.cordova.battery-status@0.2.7
      • - -
      • org.apache.cordova.camera@0.2.7
      • - -
      • org.apache.cordova.console@0.2.7
      • - -
      • org.apache.cordova.contacts@0.2.8
      • - -
      • org.apache.cordova.device@0.2.8
      • - -
      • org.apache.cordova.device-motion@0.2.6
      • - -
      • org.apache.cordova.device-orientation@0.3.5
      • - -
      • org.apache.cordova.dialogs@0.2.6
      • - -
      • org.apache.cordova.file@1.0.0
      • - -
      • org.apache.cordova.file-transfer@0.4.1
      • - -
      • org.apache.cordova.geolocation@0.3.6
      • - -
      • org.apache.cordova.globalization@0.2.6
      • - -
      • org.apache.cordova.inappbrowser@0.3.1
      • - -
      • org.apache.cordova.media@0.2.8
      • - -
      • org.apache.cordova.media-capture@0.2.7
      • - -
      • org.apache.cordova.network-information@0.2.7
      • - -
      • org.apache.cordova.vibration@0.3.7
      • -
      - -

      The most noticeable changes in this release are to the File plugin. It has been revamped to use a new URL scheme cdvfile://localhost/<filesystemType>/<path to file>. These URLs are generated by all file operations, and are passed over the bridge to native code. (This is in contrast to the previous version, which passed around absolute paths on the device filesystem).

      - -

      Most of these changes are to bring us more in line with the HTML Filesystem standard, although they will also allow us to extend the filesystem abstraction to cover new kinds of storage, both internal and external to devices.

      - -

      Other changes include:

      - - -

    Added: cordova/site/public/news/2014/03/05/tools-release.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/03/05/tools-release.html?rev=1574598&view=auto ============================================================================== --- cordova/site/public/news/2014/03/05/tools-release.html (added) +++ cordova/site/public/news/2014/03/05/tools-release.html Wed Mar 5 18:15:31 2014 @@ -0,0 +1,215 @@ + + + + + + + + + + + Tools Release: March 5, 2014 + + + + + + + + + + + + + + + +

    +
    + + +
    +

    Tools Release: March 5, 2014

    +
    Posted by: Andrew Grieve
    +

    05 Mar 2014

    +
    + +

    New versions of plugman and cordova are now live!

    + + + +

    To update your tools:

    + +
    npm update -g cordova
    +npm update -g plugman
    + +

    Most notable changes include:

    + +
      +
    • New command plugman create for generating a plugin template (CB-4886)
    • + +
    • No longer necessary to run cordova prepare after installing a plugin (CB-5647)
    • + +
    • cordova now shows output of builds and hook scripts
    • + +
    • Installing multiple plugins at once is now faster (CB-5885)
    • +
    + +

    Other changes include:

    + +

    cordova

    + +
      +
    • Speed up prepare by using plugman’s new reapply_global_munge() (CB-5299)
    • + +
    • Make “Generating config.xml from defaults” a verbose log (CB-6076)
    • + +
    • Use spawn helper for all sub-shelling. (CB-5181)
    • + +
    • Enable stdio for build sub-commands and hooks (CB-6049, CB-5181)
    • +
    + +

    plugman

    + +
      +
    • Move <assets> copying from install to prepare (CB-5647)
    • + +
    • Include platform tag information when publishing plugins (CB-5804)
    • + +
    • Logging tweaks to be less verbose (CB-6076)
    • + +
    • Accept proxy config for plugman (CB-5017)
    • + +
    • Add <resource-file> support on Android (CB-5720)
    • + +
    • config-changes.js: Major refactor & introduced reapply_global_munge()
    • + +
    • FFOS: Look for config.xml in www_dir and in project_dir (CB-6088)
    • + +
    • iOS: Do not add static libraries (.a) to source files (CB-6025)
    • + +
    • Win8/WP: Added SDKReference support via <lib-file> tags
    • + +
    • Win8/WP: Remove ability to add .dll as content - it should be a framework/reference
    • + +
    • Win8/WP: Added ability to add+remove ref to .winmd files
    • +
    + +
    +
    + + + + +
    + + + +
    +
    +
    + + + + + + +
    +
    +
    +
    + + +
    + + + + Modified: cordova/site/public/rss.xml URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1574598&r1=1574597&r2=1574598&view=diff ============================================================================== --- cordova/site/public/rss.xml (original) +++ cordova/site/public/rss.xml Wed Mar 5 18:15:31 2014 @@ -5,8 +5,8 @@ Apache Cordova - Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript. http://cordova.apache.org/rss.xml - Tue, 04 Mar 2014 05:05:13 +0000 - Tue, 04 Mar 2014 05:05:13 +0000 + Wed, 05 Mar 2014 18:14:06 +0000 + Wed, 05 Mar 2014 18:14:06 +0000 1800 http://cordova.apache.org @@ -19,6 +19,79 @@ + Tools Release: March 5, 2014 + +<p>New versions of <code>plugman</code> and <code>cordova</code> are now live!</p> + +<ul> +<li><a href="https://www.npmjs.org/package/plugman">plugman@0.20.2</a></li> + +<li><a href="https://www.npmjs.org/package/cordova">cordova@3.4.0-0.1.3</a></li> +</ul> + +<p>To update your tools:</p> + +<pre><code>npm update -g cordova +npm update -g plugman</code></pre> + +<p>Most notable changes include:</p> + +<ul> +<li>New command <code>plugman create</code> for generating a plugin template (CB-4886)</li> + +<li>No longer necessary to run <code>cordova prepare</code> after installing a plugin (CB-5647)</li> + +<li><code>cordova</code> now shows output of builds and hook scripts</li> + +<li>Installing multiple plugins at once is now faster (CB-5885)</li> +</ul> + +<p>Other changes include: <!--more--></p> + +<h2 id="cordova">cordova</h2> + +<ul> +<li>Speed up prepare by using plugman’s new <code>reapply_global_munge()</code> (CB-5299)</li> + +<li>Make “Generating config.xml from defaults” a verbose log (CB-6076)</li> + +<li>Use spawn helper for all sub-shelling. (CB-5181)</li> + +<li>Enable stdio for build sub-commands and hooks (CB-6049, <a href="https://issues.apache.org/jira/browse/CB-5181">CB-5181</a>)</li> +</ul> + +<h2 id="plugman">plugman</h2> + +<ul> +<li>Move <code>&lt;assets&gt;</code> copying from install to prepare (CB-5647)</li> + +<li>Include platform tag information when publishing plugins (CB-5804)</li> + +<li>Logging tweaks to be less verbose (CB-6076)</li> + +<li>Accept proxy config for plugman (CB-5017)</li> + +<li>Add <code>&lt;resource-file&gt;</code> support on Android (CB-5720)</li> + +<li>config-changes.js: Major refactor &amp; introduced <code>reapply_global_munge()</code></li> + +<li>FFOS: Look for <code>config.xml</code> in <code>www_dir</code> and in <code>project_dir</code> (CB-6088)</li> + +<li>iOS: Do not add static libraries (.a) to source files (CB-6025)</li> + +<li>Win8/WP: Added SDKReference support via <code>&lt;lib-file&gt;</code> tags</li> + +<li>Win8/WP: Remove ability to add .dll as content - it should be a framework/reference</li> + +<li>Win8/WP: Added ability to add+remove ref to .winmd files</li> +</ul> + + http://cordova.apache.org/news/2014/03/05/tools-release.html + http://cordova.apache.org/news/2014/03/05/tools-release + Wed, 05 Mar 2014 + + + Plugins Release: March 3, 2014 <p>The following plugins were updated today:</p> Added: cordova/site/www/_posts/2014-03-05-tools-release.md URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2014-03-05-tools-release.md?rev=1574598&view=auto ============================================================================== --- cordova/site/www/_posts/2014-03-05-tools-release.md (added) +++ cordova/site/www/_posts/2014-03-05-tools-release.md Wed Mar 5 18:15:31 2014 @@ -0,0 +1,50 @@ +--- +layout: post +author: + name: Andrew Grieve + url: https://twitter.com/GrieveAndrew +title: "Tools Release: March 5, 2014" +categories: news +tags: release tools +--- +New versions of `plugman` and `cordova` are now live! + +* [plugman@0.20.2](https://www.npmjs.org/package/plugman) +* [cordova@3.4.0-0.1.3](https://www.npmjs.org/package/cordova) + +To update your tools: + + npm update -g cordova + npm update -g plugman + +Most notable changes include: + +* New command `plugman create` for generating a plugin template (CB-4886) +* No longer necessary to run `cordova prepare` after installing a plugin (CB-5647) +* `cordova` now shows output of builds and hook scripts +* Installing multiple plugins at once is now faster (CB-5885) + +Other changes include: + + +## cordova + +* Speed up prepare by using plugman's new `reapply_global_munge()` (CB-5299) +* Make "Generating config.xml from defaults" a verbose log (CB-6076) +* Use spawn helper for all sub-shelling. (CB-5181) +* Enable stdio for build sub-commands and hooks (CB-6049, [CB-5181](https://issues.apache.org/jira/browse/CB-5181)) + +## plugman + +* Move `` copying from install to prepare (CB-5647) +* Include platform tag information when publishing plugins (CB-5804) +* Logging tweaks to be less verbose (CB-6076) +* Accept proxy config for plugman (CB-5017) +* Add `` support on Android (CB-5720) +* config-changes.js: Major refactor & introduced `reapply_global_munge()` +* FFOS: Look for `config.xml` in `www_dir` and in `project_dir` (CB-6088) +* iOS: Do not add static libraries (.a) to source files (CB-6025) +* Win8/WP: Added SDKReference support via `` tags +* Win8/WP: Remove ability to add .dll as content - it should be a framework/reference +* Win8/WP: Added ability to add+remove ref to .winmd files +