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 2015/09/02 02:21:38 UTC

svn commit: r1700695 - in /cordova/site: public/announcements/2015/08/18/ public/announcements/2015/08/18/cordova-windows-4.1.0.html public/blog/index.html public/index.html public/rss.xml www/_posts/2015-08-18-cordova-windows-4.1.0.md

Author: steven
Date: Wed Sep  2 00:21:38 2015
New Revision: 1700695

URL: http://svn.apache.org/r1700695
Log:
added windows 4.1.0 blog post

Added:
    cordova/site/public/announcements/2015/08/18/
    cordova/site/public/announcements/2015/08/18/cordova-windows-4.1.0.html
    cordova/site/www/_posts/2015-08-18-cordova-windows-4.1.0.md
Modified:
    cordova/site/public/blog/index.html
    cordova/site/public/index.html
    cordova/site/public/rss.xml

Added: cordova/site/public/announcements/2015/08/18/cordova-windows-4.1.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2015/08/18/cordova-windows-4.1.0.html?rev=1700695&view=auto
==============================================================================
--- cordova/site/public/announcements/2015/08/18/cordova-windows-4.1.0.html (added)
+++ cordova/site/public/announcements/2015/08/18/cordova-windows-4.1.0.html Wed Sep  2 00:21:38 2015
@@ -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>Apache Cordova Windows 4.1.0</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>
+</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/5.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/5.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>Apache Cordova Windows 4.1.0</h2>
+    <div class="meta">Posted by: <a href="https://twitter.com/robpaveza">Rob Paveza</a></div>
+    <p class="meta">18 Aug 2015</p>
+    <div class="post">
+    
+<p>We are happy to announce that <code>Cordova Windows 4.1.0</code> has been released and will be the default Windows version after next <code>cordova-cli</code> release.</p>
+
+<p>This release aligns with the RTM release of Windows 10, and supports the web platform enhancements that it included, such as hosted apps and a new version of WinJS. It also supports the new .NET Native compilation model for Cordova plugins which include a native or .NET component.</p>
+
+<p>There are also a number of bug fixes, including platform dependency problems and the ability to perform a <code>cordova prepare</code> for Windows while on a Mac.</p>
+
+<p>Finally, user-configurable packaging parameters are now fully baked, so that Windows code signing requirements don’t overwrite code signing requirements for other platforms. Use the <code>windows-packageVersion</code> attribute of <code>&lt;widget&gt;</code> in config.xml to specify an independent version for Windows Store submission, and to incorporate the name of the application which is assigned by the Windows Store, set the <code>&lt;preference&gt;</code> named <code>WindowsStoreIdentityName</code>.</p>
+
+<p>Now there is support to see console.log messages and exceptions from your app in the console. This can be useful for quick diagnostics. In an admin command prompt, you can run:</p>
+
+<pre><code>platforms\windows\cordova\log</code></pre>
+
+<p>To upgrade:</p>
+
+<pre><code>npm install -g cordova
+cd my_project
+cordova platform update windows@4.1.0</code></pre>
+
+<p>To add it explicitly:</p>
+
+<pre><code>cordova platform add windows@4.1.0 --save</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>
+<!--more-->
+<h2 id="whats_new_in_the_windows_platform">What’s new in the Windows platform</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-9499">CB-9499</a>: Run failure targeting x64 with an x86 version of Node</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8936">CB-8936</a>: Logs: Stability and formatting improvements</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8936">CB-8936</a>: Windows logs: Improvements</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9482">CB-9482</a>: Mobile deployment failure</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9482">CB-9482</a>: Mobile emulator deployment failure</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8936">CB-8936</a>: Added logging functionality</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9458">CB-9458</a>: Updated the baseline version of Universal Windows to 10240.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9456">CB-9456</a>: Fixed windows app crash on startup</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9450">CB-9450</a>: <code>WindowsStoreIdentityName</code> preference for Store publishing</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9455">CB-9455</a>: Fixed requirements check failure</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8965">CB-8965</a>: Wait for project creation before adding to it.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8965">CB-8965</a>: Copy cordova-js-src directory to platform folder during create</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9359">CB-9359</a>: Adds support for .appxbundle creation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9410">CB-9410</a>: Added preferences for Windows Store ingestion.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9408">CB-9408</a>: Added a <code>windows-packageVersion</code> attribute to the <code>&lt;widget&gt;</code> element</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9283">CB-9283</a>: Add support for Windows 10 WinAppDeployCmd for deployment to remote devices.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9239">CB-9239</a>: Fixes issue with windows prepare on posix platforms.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9235">CB-9235</a>: Adds more checks based on the windows-target-version</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9159">CB-9159</a>: Fix WP8.1 deploy when ‘window-target-version’ is 10.0.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9335">CB-9335</a>: Windows quality-of-life improvements.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9271">CB-9271</a>: Removed the unnecessary device capabilities from the Windows 10 app manifest.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9252">CB-9252</a>: Migrate WinJS to an NPM dependency</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9164">CB-9164</a>: Better error message when deploying to Windows10 phone emulator</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9097">CB-9097</a>: fail with a more descriptive error if run as admin</li>
+</ul>
+
+<p><strong>Known Issues with 4.1.0 and Windows 10</strong></p>
+
+<ul>
+<li>The Windows 10 SDK includes a tool which can deploy to Windows 10 Phone, but not to a Windows 10 Phone Emulator. To deploy to an emulator, open your solution file in Visual Studio.</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/5.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>
+
+    <script>
+    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+    ga('create', 'UA-64283057-3', 'auto');
+    ga('send', 'pageview');
+</script>
+
+</body>
+</html>

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1700695&r1=1700694&r2=1700695&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Wed Sep  2 00:21:38 2015
@@ -57,6 +57,11 @@
 <ul class="posts">
   
     <li>
+    <span>18 Aug 2015</span> &raquo;
+    <a href="//cordova.apache.org/announcements/2015/08/18/cordova-windows-4.1.0.html">Apache Cordova Windows 4.1.0</a>
+    </li>
+  
+    <li>
     <span>13 Aug 2015</span> &raquo;
     <a href="//cordova.apache.org/news/2015/08/13/tools-release.html">Tools Release: August 13th, 2015</a>
     </li>

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1700695&r1=1700694&r2=1700695&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Wed Sep  2 00:21:38 2015
@@ -89,6 +89,34 @@
   <h2>News <a href="/rss.xml" style="font-size:12pt; margin-left:10px">Subscribe</a></h2>
   <ul class="posts">
     
+      <li><span>18 Aug 2015</span> &raquo; <a href="//cordova.apache.org/announcements/2015/08/18/cordova-windows-4.1.0.html">Apache Cordova Windows 4.1.0</a>
+      
+<p>We are happy to announce that <code>Cordova Windows 4.1.0</code> has been released and will be the default Windows version after next <code>cordova-cli</code> release.</p>
+
+<p>This release aligns with the RTM release of Windows 10, and supports the web platform enhancements that it included, such as hosted apps and a new version of WinJS. It also supports the new .NET Native compilation model for Cordova plugins which include a native or .NET component.</p>
+
+<p>There are also a number of bug fixes, including platform dependency problems and the ability to perform a <code>cordova prepare</code> for Windows while on a Mac.</p>
+
+<p>Finally, user-configurable packaging parameters are now fully baked, so that Windows code signing requirements don’t overwrite code signing requirements for other platforms. Use the <code>windows-packageVersion</code> attribute of <code>&lt;widget&gt;</code> in config.xml to specify an independent version for Windows Store submission, and to incorporate the name of the application which is assigned by the Windows Store, set the <code>&lt;preference&gt;</code> named <code>WindowsStoreIdentityName</code>.</p>
+
+<p>Now there is support to see console.log messages and exceptions from your app in the console. This can be useful for quick diagnostics. In an admin command prompt, you can run:</p>
+
+<pre><code>platforms\windows\cordova\log</code></pre>
+
+<p>To upgrade:</p>
+
+<pre><code>npm install -g cordova
+cd my_project
+cordova platform update windows@4.1.0</code></pre>
+
+<p>To add it explicitly:</p>
+
+<pre><code>cordova platform add windows@4.1.0 --save</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/2015/08/18/cordova-windows-4.1.0.html">Read More</a></div>
+    
       <li><span>13 Aug 2015</span> &raquo; <a href="//cordova.apache.org/news/2015/08/13/tools-release.html">Tools Release: August 13th, 2015</a>
       
 <p>New versions of cordova tools are now live!</p>
@@ -174,34 +202,6 @@ cordova platform update ios@3.9.0</code>
 
       <div style="padding-bottom:2em"><a href="//cordova.apache.org/announcements/2015/08/04/cordova-ios-3.9.0.html">Read More</a></div>
     
-      <li><span>21 Jul 2015</span> &raquo; <a href="//cordova.apache.org/announcements/2015/07/21/cordova-android-4.1.0.html">Apache Cordova Android 4.1.0</a>
-      
-<p>We are happy to announce that <code>Cordova Android 4.1.0</code> has been released.</p>
-
-<p>With this release, there is now support for checking system requirements for Android platform:</p>
-
-<pre><code>$&gt;cordova requirements android
-
-Requirements check results for android:
-Java JDK: installed 1.7.0
-Android SDK: installed
-Android target: installed android-19,android-21,android-22,Google Inc.:Google APIs:19,Google Inc.:Google APIs (x86 System Image):19,Google Inc.:Google APIs:21
-Gradle: installed 1.12</code></pre>
-
-<p>Apart from a number of bug fixes, mininumSdkTarget has also been switched to 14 from 7. The minimum supported Android OS for Cordova is now Ice Cream Sandwich.</p>
-
-<p>To upgrade:</p>
-
-<pre><code>npm install -g cordova
-cd my_project
-cordova platform update android@4.1.0</code></pre>
-
-<p>To add it explicitly:</p>
-
-<pre><code>cordova platform add android@4.1.0</code></pre>
-
-      <div style="padding-bottom:2em"><a href="//cordova.apache.org/announcements/2015/07/21/cordova-android-4.1.0.html">Read More</a></div>
-    
   </ul>
   
   <p>

Modified: cordova/site/public/rss.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1700695&r1=1700694&r2=1700695&view=diff
==============================================================================
--- cordova/site/public/rss.xml (original)
+++ cordova/site/public/rss.xml Wed Sep  2 00:21:38 2015
@@ -5,8 +5,8 @@
         <description>Apache Cordova - Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.</description>
         <atom:link href="http://cordova.apache.org/rss.xml" rel="self" type="application/rss+xml" />
         <link>http://cordova.apache.org/rss.xml</link>
-        <lastBuildDate>Thu, 13 Aug 2015 16:01:17 -0700</lastBuildDate>
-        <pubDate>Thu, 13 Aug 2015 16:01:17 -0700</pubDate>
+        <lastBuildDate>Tue, 01 Sep 2015 17:15:51 -0700</lastBuildDate>
+        <pubDate>Tue, 01 Sep 2015 17:15:51 -0700</pubDate>
         <ttl>1800</ttl>
         <image>
             <url>http://cordova.apache.org</url>
@@ -19,6 +19,96 @@
 
 
         <item>
+                <title>Apache Cordova Windows 4.1.0</title>
+                <description>
+&lt;p&gt;We are happy to announce that &lt;code&gt;Cordova Windows 4.1.0&lt;/code&gt; has been released and will be the default Windows version after next &lt;code&gt;cordova-cli&lt;/code&gt; release.&lt;/p&gt;
+
+&lt;p&gt;This release aligns with the RTM release of Windows 10, and supports the web platform enhancements that it included, such as hosted apps and a new version of WinJS. It also supports the new .NET Native compilation model for Cordova plugins which include a native or .NET component.&lt;/p&gt;
+
+&lt;p&gt;There are also a number of bug fixes, including platform dependency problems and the ability to perform a &lt;code&gt;cordova prepare&lt;/code&gt; for Windows while on a Mac.&lt;/p&gt;
+
+&lt;p&gt;Finally, user-configurable packaging parameters are now fully baked, so that Windows code signing requirements don’t overwrite code signing requirements for other platforms. Use the &lt;code&gt;windows-packageVersion&lt;/code&gt; attribute of &lt;code&gt;&amp;lt;widget&amp;gt;&lt;/code&gt; in config.xml to specify an independent version for Windows Store submission, and to incorporate the name of the application which is assigned by the Windows Store, set the &lt;code&gt;&amp;lt;preference&amp;gt;&lt;/code&gt; named &lt;code&gt;WindowsStoreIdentityName&lt;/code&gt;.&lt;/p&gt;
+
+&lt;p&gt;Now there is support to see console.log messages and exceptions from your app in the console. This can be useful for quick diagnostics. In an admin command prompt, you can run:&lt;/p&gt;
+
+&lt;pre&gt;&lt;code&gt;platforms\windows\cordova\log&lt;/code&gt;&lt;/pre&gt;
+
+&lt;p&gt;To upgrade:&lt;/p&gt;
+
+&lt;pre&gt;&lt;code&gt;npm install -g cordova
+cd my_project
+cordova platform update windows@4.1.0&lt;/code&gt;&lt;/pre&gt;
+
+&lt;p&gt;To add it explicitly:&lt;/p&gt;
+
+&lt;pre&gt;&lt;code&gt;cordova platform add windows@4.1.0 --save&lt;/code&gt;&lt;/pre&gt;
+
+&lt;p&gt;For non-CLI projects or for pre-3.0 projects, refer to the &lt;a href=&quot;http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html&quot;&gt;upgrade guides&lt;/a&gt;.&lt;/p&gt;
+&lt;!--more--&gt;
+&lt;h2 id=&quot;whats_new_in_the_windows_platform&quot;&gt;What’s new in the Windows platform&lt;/h2&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9499&quot;&gt;CB-9499&lt;/a&gt;: Run failure targeting x64 with an x86 version of Node&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8936&quot;&gt;CB-8936&lt;/a&gt;: Logs: Stability and formatting improvements&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8936&quot;&gt;CB-8936&lt;/a&gt;: Windows logs: Improvements&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9482&quot;&gt;CB-9482&lt;/a&gt;: Mobile deployment failure&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9482&quot;&gt;CB-9482&lt;/a&gt;: Mobile emulator deployment failure&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8936&quot;&gt;CB-8936&lt;/a&gt;: Added logging functionality&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9458&quot;&gt;CB-9458&lt;/a&gt;: Updated the baseline version of Universal Windows to 10240.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9456&quot;&gt;CB-9456&lt;/a&gt;: Fixed windows app crash on startup&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9450&quot;&gt;CB-9450&lt;/a&gt;: &lt;code&gt;WindowsStoreIdentityName&lt;/code&gt; preference for Store publishing&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9455&quot;&gt;CB-9455&lt;/a&gt;: Fixed requirements check failure&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8965&quot;&gt;CB-8965&lt;/a&gt;: Wait for project creation before adding to it.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-8965&quot;&gt;CB-8965&lt;/a&gt;: Copy cordova-js-src directory to platform folder during create&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9359&quot;&gt;CB-9359&lt;/a&gt;: Adds support for .appxbundle creation&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9410&quot;&gt;CB-9410&lt;/a&gt;: Added preferences for Windows Store ingestion.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9408&quot;&gt;CB-9408&lt;/a&gt;: Added a &lt;code&gt;windows-packageVersion&lt;/code&gt; attribute to the &lt;code&gt;&amp;lt;widget&amp;gt;&lt;/code&gt; element&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9283&quot;&gt;CB-9283&lt;/a&gt;: Add support for Windows 10 WinAppDeployCmd for deployment to remote devices.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9239&quot;&gt;CB-9239&lt;/a&gt;: Fixes issue with windows prepare on posix platforms.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9235&quot;&gt;CB-9235&lt;/a&gt;: Adds more checks based on the windows-target-version&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9159&quot;&gt;CB-9159&lt;/a&gt;: Fix WP8.1 deploy when ‘window-target-version’ is 10.0.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9335&quot;&gt;CB-9335&lt;/a&gt;: Windows quality-of-life improvements.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9271&quot;&gt;CB-9271&lt;/a&gt;: Removed the unnecessary device capabilities from the Windows 10 app manifest.&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9252&quot;&gt;CB-9252&lt;/a&gt;: Migrate WinJS to an NPM dependency&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9164&quot;&gt;CB-9164&lt;/a&gt;: Better error message when deploying to Windows10 phone emulator&lt;/li&gt;
+
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/CB-9097&quot;&gt;CB-9097&lt;/a&gt;: fail with a more descriptive error if run as admin&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;Known Issues with 4.1.0 and Windows 10&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;The Windows 10 SDK includes a tool which can deploy to Windows 10 Phone, but not to a Windows 10 Phone Emulator. To deploy to an emulator, open your solution file in Visual Studio.&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+                <link>http://cordova.apache.org/announcements/2015/08/18/cordova-windows-4.1.0.html</link>
+                <guid>http://cordova.apache.org/announcements/2015/08/18/cordova-windows-4.1.0</guid>
+                <pubDate>Tue, 18 Aug 2015</pubDate>
+        </item>
+
+        <item>
                 <title>Tools Release: August 13th, 2015</title>
                 <description>
 &lt;p&gt;New versions of cordova tools are now live!&lt;/p&gt;

Added: cordova/site/www/_posts/2015-08-18-cordova-windows-4.1.0.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2015-08-18-cordova-windows-4.1.0.md?rev=1700695&view=auto
==============================================================================
--- cordova/site/www/_posts/2015-08-18-cordova-windows-4.1.0.md (added)
+++ cordova/site/www/_posts/2015-08-18-cordova-windows-4.1.0.md Wed Sep  2 00:21:38 2015
@@ -0,0 +1,65 @@
+---
+layout: post
+author:
+    name: Rob Paveza
+    url: https://twitter.com/robpaveza
+title:  "Apache Cordova Windows 4.1.0"
+categories: announcements
+tags: news releases
+---
+We are happy to announce that `Cordova Windows 4.1.0` has been released and will be the
+default Windows version after next `cordova-cli` release.
+
+This release aligns with the RTM release of Windows 10, and supports the web platform enhancements that it included, such as hosted apps and a new version of WinJS.  It also supports the new .NET Native compilation model for Cordova plugins which include a native or .NET component. 
+
+There are also a number of bug fixes, including platform dependency problems and the ability to perform a `cordova prepare` for Windows while on a Mac.
+
+Finally, user-configurable packaging parameters are now fully baked, so that Windows code signing requirements don't overwrite code signing requirements for other platforms.  Use the `windows-packageVersion` attribute of `<widget>` in config.xml to specify an independent version for Windows Store submission, and to incorporate the name of the application which is assigned by the Windows Store, set the `<preference>` named `WindowsStoreIdentityName`.
+
+Now there is support to see console.log messages and exceptions from your app in the console. This can be useful for quick diagnostics. In an admin command prompt, you can run:
+
+    platforms\windows\cordova\log
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform update windows@4.1.0
+
+To add it explicitly:
+
+    cordova platform add windows@4.1.0 --save
+
+For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guides](http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html).
+
+
+<!--more-->
+## What's new in the Windows platform
+* [CB-9499](https://issues.apache.org/jira/browse/CB-9499): Run failure targeting x64 with an x86 version of Node
+* [CB-8936](https://issues.apache.org/jira/browse/CB-8936): Logs: Stability and formatting improvements
+* [CB-8936](https://issues.apache.org/jira/browse/CB-8936): Windows logs: Improvements
+* [CB-9482](https://issues.apache.org/jira/browse/CB-9482): Mobile deployment failure 
+* [CB-9482](https://issues.apache.org/jira/browse/CB-9482): Mobile emulator deployment failure
+* [CB-8936](https://issues.apache.org/jira/browse/CB-8936): Added logging functionality
+* [CB-9458](https://issues.apache.org/jira/browse/CB-9458): Updated the baseline version of Universal Windows to 10240.
+* [CB-9456](https://issues.apache.org/jira/browse/CB-9456): Fixed windows app crash on startup
+* [CB-9450](https://issues.apache.org/jira/browse/CB-9450): `WindowsStoreIdentityName` preference for Store publishing
+* [CB-9455](https://issues.apache.org/jira/browse/CB-9455): Fixed requirements check failure
+* [CB-8965](https://issues.apache.org/jira/browse/CB-8965): Wait for project creation before adding to it.
+* [CB-8965](https://issues.apache.org/jira/browse/CB-8965): Copy cordova-js-src directory to platform folder during create
+* [CB-9359](https://issues.apache.org/jira/browse/CB-9359): Adds support for .appxbundle creation
+* [CB-9410](https://issues.apache.org/jira/browse/CB-9410): Added preferences for Windows Store ingestion.
+* [CB-9408](https://issues.apache.org/jira/browse/CB-9408): Added a `windows-packageVersion` attribute to the `<widget>` element 
+* [CB-9283](https://issues.apache.org/jira/browse/CB-9283): Add support for Windows 10 WinAppDeployCmd for deployment to remote devices.
+* [CB-9239](https://issues.apache.org/jira/browse/CB-9239): Fixes issue with windows prepare on posix platforms.
+* [CB-9235](https://issues.apache.org/jira/browse/CB-9235): Adds more checks based on the windows-target-version
+* [CB-9159](https://issues.apache.org/jira/browse/CB-9159): Fix WP8.1 deploy when 'window-target-version' is 10.0.
+* [CB-9335](https://issues.apache.org/jira/browse/CB-9335): Windows quality-of-life improvements.  
+* [CB-9271](https://issues.apache.org/jira/browse/CB-9271): Removed the unnecessary device capabilities from the Windows 10 app manifest. 
+* [CB-9252](https://issues.apache.org/jira/browse/CB-9252): Migrate WinJS to an NPM dependency
+* [CB-9164](https://issues.apache.org/jira/browse/CB-9164): Better error message when deploying to Windows10 phone emulator
+* [CB-9097](https://issues.apache.org/jira/browse/CB-9097): fail with a more descriptive error if run as admin
+
+**Known Issues with 4.1.0 and Windows 10**
+
+* The Windows 10 SDK includes a tool which can deploy to Windows 10 Phone, but not to a Windows 10 Phone Emulator.  To deploy to an emulator, open your solution file in Visual Studio.
\ No newline at end of file



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