You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2015/05/29 17:43:31 UTC

[1/2] cordova-windows git commit: Add Apache license header to cordova-windows10.md

Repository: cordova-windows
Updated Branches:
  refs/heads/master eab1d330b -> bd9cb39f5


Add Apache license header to cordova-windows10.md


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/3e022573
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/3e022573
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/3e022573

Branch: refs/heads/master
Commit: 3e0225732682eb2b6a28b1a797c96a070708827e
Parents: eab1d33
Author: Nikhil Khandelwal <ni...@microsoft.com>
Authored: Fri May 29 08:40:38 2015 -0700
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Fri May 29 08:40:38 2015 -0700

----------------------------------------------------------------------
 cordova-windows10.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/3e022573/cordova-windows10.md
----------------------------------------------------------------------
diff --git a/cordova-windows10.md b/cordova-windows10.md
index 24833b9..a1dff5e 100644
--- a/cordova-windows10.md
+++ b/cordova-windows10.md
@@ -1,3 +1,24 @@
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+-->
+
 *This document contains information about an experimental branch of cordova-windows with support for 
 Windows 10 Technical Preview 2 released at the Build conference in April 2015.  Information is subject 
 to change with later revisions of the software.*


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


[2/2] cordova-windows git commit: Now that WinJS UI is removed. Release notes need to be updated.

Posted by ni...@apache.org.
Now that WinJS UI is removed. Release notes need to be updated.


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

Branch: refs/heads/master
Commit: bd9cb39f5879e30d50c477d527c348b4be2e9852
Parents: 3e02257
Author: Nikhil Khandelwal <ni...@microsoft.com>
Authored: Fri May 29 08:43:16 2015 -0700
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Fri May 29 08:43:16 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/bd9cb39f/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 3361de6..9795ee8 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -38,11 +38,11 @@ cordova-windows is a library that enables developers to create Windows 8/8.1/10
 * CB-8307: Adding a 25-year expiration temporary certificate.
 * CB-8760 platform list doesn't show version for windows platform.
 
-**Known Issues with 4.0.0-dev and Windows 10**
+**Known Issues with 4.0.0 and Windows 10**
 
 * Windows 10 Technical Preview 2 does not have a command-line compatible emulator deployment scenario.  To deploy to an emulator, open your solution file in Visual Studio.
 * The Windows SDK included with Visual Studio 2015 RC does not include a tool to deploy to a Windows 10 Phone.  To deploy to a phone, open your solution file in Visual Studio.
-* WinJS is included inline in the package.  In the future, it will be migrated to an NPM dependency, and the dependency will not include any UI-related files.  You should not take a dependency on WinJS UI functionality unless you include it yourself (see [WinJS on Github](http://github.com/winjs/winjs)).
+* WinJS is included inline in the package.  In the future, it will be migrated to an NPM dependency. WinJS UI functionality is not included and should be add by you. (see [WinJS on Github](http://github.com/winjs/winjs)).
 
 [3.8.2]
 * Update cordova.js with a fix that causes Ripple emulation to fail.


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