You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ka...@apache.org on 2014/11/13 22:14:25 UTC

svn commit: r1639524 [1/3] - in /cordova/site: public/blog/index.html public/index.html public/news/2014/11/13/ public/news/2014/11/13/tools-release.html public/rss.xml www/_posts/2014-11-13-tools-release.md

Author: kamrik
Date: Thu Nov 13 21:14:25 2014
New Revision: 1639524

URL: http://svn.apache.org/r1639524
Log:
CB-7988 Published blog post for tools release.

Added:
    cordova/site/public/news/2014/11/13/
    cordova/site/public/news/2014/11/13/tools-release.html
    cordova/site/www/_posts/2014-11-13-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=1639524&r1=1639523&r2=1639524&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Thu Nov 13 21:14:25 2014
@@ -69,6 +69,11 @@
 <ul class="posts">
   
     <li>
+    <span>13 Nov 2014</span> &raquo;
+    <a href="//cordova.apache.org/news/2014/11/13/tools-release.html">Tools Release: November 13, 2014</a>
+    </li>
+  
+    <li>
     <span>11 Nov 2014</span> &raquo;
     <a href="//cordova.apache.org/news/2014/11/11/windows-cert.html">Critical Update: Windows 3.7.1. Release</a>
     </li>

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1639524&r1=1639523&r2=1639524&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Thu Nov 13 21:14:25 2014
@@ -101,21 +101,52 @@
   <h2>News <a href="/rss.xml" style="font-size:12pt; margin-left:10px">Subscribe</a></h2>
   <ul class="posts">
     
+      <li><span>13 Nov 2014</span> &raquo; <a href="//cordova.apache.org/news/2014/11/13/tools-release.html">Tools Release: November 13, 2014</a>
+      <p>New versions of cordova tools are now live!</p>
+
+<ul>
+  <li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@4.1.2</a></li>
+  <li><a href="https://www.npmjs.org/package/cordova">cordova@4.1.2</a></li>
+  <li><a href="https://www.npmjs.org/package/plugman">plugman@0.22.16</a></li>
+  <li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@3.7.2</a></li>
+</ul>
+
+<p>To update your tools:</p>
+
+<ul>
+  <li>
+    <p>If you have <code>cordova</code> installed:</p>
+
+    <pre><code>npm install -g cordova
+</code></pre>
+  </li>
+  <li>
+    <p>If you have <code>plugman</code> installed:</p>
+
+    <pre><code>npm install -g plugman
+</code></pre>
+  </li>
+</ul>
+
+<h1 id="changes-include">Changes include</h1>
+
+
+      <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2014/11/13/tools-release.html">Read More</a></div>
+    
       <li><span>11 Nov 2014</span> &raquo; <a href="//cordova.apache.org/news/2014/11/11/windows-cert.html">Critical Update: Windows 3.7.1. Release</a>
-      
-<p>A certificate in the <strong>Windows</strong> platform template has expired on 11/11/2014 and as a result, building <strong>Windows</strong> using the <strong>Cordova CLI</strong> currently fails. This affects all existing projects and any new projects created using the command line prior to <strong>Cordova</strong> versions &lt;= <code>4.0.0</code>.</p>
+      <p>A certificate in the <strong>Windows</strong> platform template has expired on 11/11/2014 and as a result, building <strong>Windows</strong> using the <strong>Cordova CLI</strong> currently fails. This affects all existing projects and any new projects created using the command line prior to <strong>Cordova</strong> versions &lt;= <code>4.0.0</code>. </p>
 
 <blockquote>
-<p>Note that this does not affect the <strong>WP8</strong> platform.</p>
+  <p>Note that this does not affect the <strong>WP8</strong> platform.  </p>
 </blockquote>
 
-<h2 id="error_message">Error Message</h2>
-
-<p>When building Cordova for <strong>Windows</strong>, you may seen an error message that looks something like this</p>
+<h2 id="error-message">Error Message</h2>
+<p>When building Cordova for <strong>Windows</strong>, you may seen an error message that looks something like this </p>
 
 <pre><code>cordova run windows
 
-C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1772,9): error APPX0108: The certificate specified has expired. </code></pre>
+C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1772,9): error APPX0108: The certificate specified has expired. 
+</code></pre>
 
 <p>For more information about renewing certificates, see <a href="http://go.microsoft.com/fwlink/?LinkID=241478">http://go.microsoft.com/fwlink/?LinkID=241478</a>.</p>
 
@@ -125,17 +156,16 @@ C:\Program Files (x86)\MSBuild\Microsoft
 
 <p>However, to ensure that you can continue building your existing <strong>Cordova</strong> projects for <strong>Windows</strong> till then, please replace the expired certificate located at <code>yourCordovaProject\platforms\windows\CordovaApp_TemporaryKey.pfx</code> with a new one from <a href="https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=blob;f=template/CordovaApp_TemporaryKey.pfx;h=90d7ab2208ce170d176a2ac8a60eb22fbc1cbf7a;hb=refs/tags/3.7.1">here</a>. Ensure that the downloaded file is renamed to <code>CordovaApp_TemporaryKey.pfx</code></p>
 
-<p>You can also remove the <strong>Windows</strong> platform using <code>cordova platform remove windows</code> and add it again, specifiying a version like <code>cordova platform add windows@3.7.1</code>. This picks up the latest release of the <strong>Windows</strong> platform that has a newer certificate.</p>
+<p>You can also remove the <strong>Windows</strong> platform using <code>cordova platform remove windows</code> and add it again, specifiying a version like <code>cordova platform add windows@3.7.1</code>. This picks up the latest release of the <strong>Windows</strong> platform that has a newer certificate.  </p>
 
-<h2 id="long_term_fix">Long term fix</h2>
+<h2 id="long-term-fix">Long term fix</h2>
+<p>We are working on a long term fix to generate this certificate dynamically. This way, the certificates are not checked into <strong>Cordova</strong> repositories and will not expire. </p>
 
-<p>We are working on a long term fix to generate this certificate dynamically. This way, the certificates are not checked into <strong>Cordova</strong> repositories and will not expire.</p>
 
       <div style="padding-bottom:2em"><a href="//cordova.apache.org/news/2014/11/11/windows-cert.html">Read More</a></div>
     
       <li><span>06 Nov 2014</span> &raquo; <a href="//cordova.apache.org/announcements/2014/11/06/cordova-wp-windows-3.7.0.html">Apache Cordova Windows & Windows Phone 3.7.0</a>
-      
-<p>We are happy to announce that <code>Cordova Windows &amp; WP8 3.7.0</code> has been released!</p>
+      <p>We are happy to announce that <code>Cordova Windows &amp; WP8 3.7.0</code> has been released!</p>
 
 <p>This release has various bug fixes.</p>
 
@@ -145,36 +175,19 @@ C:\Program Files (x86)\MSBuild\Microsoft
 
 <pre><code>npm install -g cordova
 cd my_project
-cordova platform update windows</code></pre>
+cordova platform update windows
+</code></pre>
 
 <p>To add it explicitly (available now):</p>
 
 <pre><code>cordova platform add windows@3.7.0
-cordova platform add wp8@3.7.0</code></pre>
+cordova platform add wp8@3.7.0
+</code></pre>
 
 <p>For non-CLI projects or for pre-3.0 projects, refer to the <a href="http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html">upgrade guides</a>.</p>
 
-      <div style="padding-bottom:2em"><a href="//cordova.apache.org/announcements/2014/11/06/cordova-wp-windows-3.7.0.html">Read More</a></div>
-    
-      <li><span>06 Nov 2014</span> &raquo; <a href="//cordova.apache.org/announcements/2014/11/06/cordova-ios-3.7.0.html">Apache Cordova iOS 3.7.0</a>
-      
-<p>We are happy to announce that <code>Cordova iOS 3.7.0</code> has been released!</p>
-
-<p>This release has various bug fixes, and will be the default iOS version when the cordova-cli 4.1.0 is released. This release also requires Xcode 6.</p>
-
-<p>To upgrade:</p>
-
-<pre><code>npm install -g cordova
-cd my_project
-cordova platform update ios</code></pre>
 
-<p>To add it explicitly:</p>
-
-<pre><code>cordova platform add ios@3.7.0</code></pre>
-
-<p>For non-CLI projects or for pre-3.0 projects, refer to the <a href="http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html">upgrade guides</a>.</p>
-
-      <div style="padding-bottom:2em"><a href="//cordova.apache.org/announcements/2014/11/06/cordova-ios-3.7.0.html">Read More</a></div>
+      <div style="padding-bottom:2em"><a href="//cordova.apache.org/announcements/2014/11/06/cordova-wp-windows-3.7.0.html">Read More</a></div>
     
   </ul>
   

Added: cordova/site/public/news/2014/11/13/tools-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2014/11/13/tools-release.html?rev=1639524&view=auto
==============================================================================
--- cordova/site/public/news/2014/11/13/tools-release.html (added)
+++ cordova/site/public/news/2014/11/13/tools-release.html Thu Nov 13 21:14:25 2014
@@ -0,0 +1,231 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name = "format-detection" content = "telephone=no">
+    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
+    <!-- Original Jekyll
+    <meta name="viewport" content="width=device-width">
+    -->
+    <title>Tools Release: November 13, 2014</title>
+    <!-- syntax highlighting CSS -->
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
+    <!-- Custom CSS -->
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
+
+    <!-- Cordova CSS -->
+    <link rel="stylesheet" type="text/css" href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" type="text/javascript"></script>
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-94271-30']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
+</head>
+
+<body>
+
+    <a class="scroll-point pt-top" name="top">
+</a>
+<div id="header">
+    <div class="wrap">
+        <a class="logo" href="//cordova.apache.org/#top"></a>
+        <div class="menu">
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a href="http://cordova.apache.org/docs/en/4.0.0/">Documentation</a>
+            <a href="http://plugins.cordova.io/">Plugins</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
+        </div>
+        <form class="menu-dropdown">
+            <select onchange="location = this.options[this.selectedIndex].value;">
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option value="http://cordova.apache.org/docs/en/4.0.0/">Documentation</option>
+                <option value="http://plugins.cordova.io/">Plugins</option>
+                <option value="//cordova.apache.org/#links">Quick Links</option>
+                <option value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing List</option>
+            </select>
+        </form>
+    </div>
+    <div class="shadow"></div>
+</div> <!-- /header -->
+<div class="header-placeholder"></div>
+
+
+        <div class="site">
+    <h2>Tools Release: November 13, 2014</h2>
+    <div class="meta">Posted by: <a href="https://github.com/kamrik">Mark Koudritsky</a></div>
+    <p class="meta">13 Nov 2014</p>
+    <div class="post">
+    <p>New versions of cordova tools are now live!</p>
+
+<ul>
+  <li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@4.1.2</a></li>
+  <li><a href="https://www.npmjs.org/package/cordova">cordova@4.1.2</a></li>
+  <li><a href="https://www.npmjs.org/package/plugman">plugman@0.22.16</a></li>
+  <li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@3.7.2</a></li>
+</ul>
+
+<p>To update your tools:</p>
+
+<ul>
+  <li>
+    <p>If you have <code>cordova</code> installed:</p>
+
+    <pre><code>npm install -g cordova
+</code></pre>
+  </li>
+  <li>
+    <p>If you have <code>plugman</code> installed:</p>
+
+    <pre><code>npm install -g plugman
+</code></pre>
+  </li>
+</ul>
+
+<h1 id="changes-include">Changes include</h1>
+<!--more-->
+
+<h2 id="platform-updates">Platform updates</h2>
+<p>When adding these platforms to your project, the following versions are now used by default.
+These platform versions were released recently, and the tools’ defaults were updated:</p>
+
+<ul>
+  <li><a href="http://cordova.apache.org/announcements/2014/11/06/cordova-ios-3.7.0.html">Cordova iOS 3.7.0</a></li>
+  <li><a href="http://cordova.apache.org/announcements/2014/11/06/cordova-wp-windows-3.7.0.html">Cordova WP8 3.7.0</a></li>
+  <li><strong>Cordova Windows 3.7.1</strong> - see <a href="http://cordova.apache.org/announcements/2014/11/06/cordova-wp-windows-3.7.0.html">3.7.0 release</a> and the <a href="http://cordova.apache.org/news/2014/11/11/windows-cert.html">3.7.1 update</a> posts</li>
+</ul>
+
+<h2 id="cordova-lib">cordova-lib</h2>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7079">CB-7079</a> Allow special characters and digits in <code>id</code> when publishing to <em>plugins registry</em></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8004">CB-8004</a> Use <strong>Windows 3.7.1</strong> Release</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7988">CB-7988</a> Update platform versions for <strong>iOS</strong>, <strong>WP8</strong> &amp; <strong>Windows</strong> to <strong>3.7.0</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7846">CB-7846</a> Fix plugin deletion when a dependent plugin does not exist</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6992">CB-6992</a> Fix build issue on <strong>iOS</strong> when app name contains accented characters</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7890">CB-7890</a> validate file copy operations in <strong>plugman</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7884">CB-7884</a> moved platform metadata to <code>platformsConfig.json</code></li>
+  <li>Amazon Specific changes: Added support for <code>SdkVersion</code></li>
+  <li>Expose <code>PluginInfo</code> from cordova-lib</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7839">CB-7839</a> android: Fix <code>versionCode</code> logic when version is less than 3 digits</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7033">CB-7033</a> Improve <code>cordova platform check</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7311">CB-7311</a> Fix <strong>Xcode</strong> project manipulation on <strong>Windows</strong> host</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7820">CB-7820</a> Make <code>cordova platfrom restore</code> not stop if a platform fails to restore</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7649">CB-7649</a> Support iPhone 6 Plus Icon in CLI <code>config.xml</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7647">CB-7647</a> Support new iPhone 6 and 6 Plus Images in the CLI config.xml</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7909">CB-7909</a> <code>plugman platform add</code> fixes</li>
+  <li>Enable platform-specific id for <strong>Android</strong> and <strong>iOS</strong></li>
+  <li>Check for a <code>CORDOVA_HOME</code> environment variable to create a global config path</li>
+</ul>
+
+<h2 id="cordova">cordova</h2>
+<ul>
+  <li>Expose cordova-lib and the cli from cordova-cli</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7636">CB-7636</a> Allow using <code>--nobuild</code> flag without screening</li>
+</ul>
+
+<h2 id="cordova-js">cordova-js</h2>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7868">CB-7868</a> Make <code>&lt;clobbers&gt;</code> on <code>navigator</code> not break on some versions of <strong>Android</strong></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7868">CB-7868</a> Use <code>utils.defineGetterSetter</code> instead of <code>Object.defineProperty</code></li>
+  <li>Upleveled <strong>amazon-fireos</strong> bridge</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7735">CB-7735</a> Fix <strong>iOS</strong> bridge race condition when using <code>innerHTML</code> on <code>&lt;body&gt;</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-2520">CB-2520</a> User agent-related changes for custom user agents in <strong>iOS</strong></li>
+</ul>
+
+
+    </div>
+</div>
+
+
+
+    <a class="scroll-point" name="links"></a>
+<hr/>
+
+<div class="wrap quick-links-pane">
+    <h2 class="icon icon-quick-links">Quick Links</h2>
+    <br/>
+    <ul class="quick-links-header">
+        <li>General</li>
+        <li>Development</li>
+        <li class="last">Apache Software Foundation</li>
+    </ul>
+    <div class="clear"></div>
+</div>
+
+<div class="grid">
+    <div class="wrap">
+        <div class="list-container">
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="//cordova.apache.org/index.html#about">About Cordova<span></span></a></li>
+
+                
+                <li><a href="http://projects.apache.org/projects/cordova.html">Apache Project Page<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License<span></span></a></li>
+                
+
+                <li><a href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a href="http://cordova.apache.org/docs/en/4.0.0/">Documentation<span></span></a></li>
+
+                
+                <li><a href="https://git-wip-us.apache.org/repos/asf">Source Code<span></span></a></li>
+                
+                <li><a href="https://issues.apache.org/jira/browse/CB">Issue Tracker<span></span></a></li>
+                
+                <li><a href="http://wiki.apache.org/cordova/">Wiki<span></span></a></li>
+                
+
+                <li><a href="//cordova.apache.org/index.html#mailing-list">Mailing List<span></span></a></li>
+
+                <li><a href="http://stackoverflow.com/tags/cordova">Support<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links last">
+                <li class="corner"></li>
+                
+                <li><a href="http://www.apache.org/">About ASF<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/security/">Security<span></span></a></li>
+                
+            </ul>
+
+            <div class="clear"></div>
+        </div>
+    </div>
+</div>
+
+
+    <hr/>
+<div id="footer">
+    <p>Copyright © 2012, 2013 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+    Apache and the Apache feather logos are <a href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation.
+    </p>
+    <a class="closing" href="#top"></a>
+</div>
+
+
+</body>
+</html>



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