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

git commit: Adding RELEASENOTES and moving other files to repo root

Repository: cordova-windows
Updated Branches:
  refs/heads/master 981cc5795 -> d392ec33a


Adding RELEASENOTES and moving other files to repo root


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

Branch: refs/heads/master
Commit: d392ec33a72b26e3c4c0341e643cad23579a499b
Parents: 981cc57
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Aug 26 17:22:35 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Aug 26 17:22:35 2014 -0700

----------------------------------------------------------------------
 CONTRIBUTING.md         | 37 ++++++++++++++++++++
 LICENSE                 | 12 +++++++
 NOTICE                  |  5 +++
 RELEASENOTES.md         | 81 ++++++++++++++++++++++++++++++++++++++++++++
 windows/CONTRIBUTING.md | 37 --------------------
 windows/LICENSE         | 12 -------
 windows/NOTICE          |  5 ---
 7 files changed, 135 insertions(+), 54 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/d392ec33/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..f7dbcab
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,37 @@
+<!--
+#
+# 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.
+#
+-->
+
+# Contributing to Apache Cordova
+
+Anyone can contribute to Cordova. And we need your contributions.
+
+There are multiple ways to contribute: report bugs, improve the docs, and
+contribute code.
+
+For instructions on this, start with the 
+[contribution overview](http://cordova.apache.org/#contribute).
+
+The details are explained there, but the important items are:
+ - Sign and submit an Apache ICLA (Contributor License Agreement).
+ - Have a Jira issue open that corresponds to your contribution.
+ - Run the tests so your patch doesn't break existing functionality.
+
+We look forward to your contributions!

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/d392ec33/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..6b6bd20
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,12 @@
+
+Licensed 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.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/d392ec33/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..c38e7d7
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache Cordova
+Copyright 2012 The Apache Software Foundation
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/d392ec33/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
new file mode 100644
index 0000000..ed88a1e
--- /dev/null
+++ b/RELEASENOTES.md
@@ -0,0 +1,81 @@
+Release Notes for Cordova-Windows
+
+Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merges *remote*/3.5.x...HEAD
+
+cordova-windows is a library that enables developers to create Windows 8/8.1 and WP8.1 application projects that support Cordova APIs.
+
+
+[3.6.0]
+* update cordova.js
+* Removed un-needed files, multiple cordova.js files can only cause confusion
+* CB-7377 Whitelist. Windows build error due to 'invalid URI rules in config.xml'
+* CB-7333 Makes default platform template files overridable
+* Add appveyor badge
+* CB-7129 VS2012 solution now accepts "anycpu" target instead of "any cpu"
+* CB-7129 Fixes issue when project isn't built if msbuild v12.0 is not found.
+* updated repo README
+* updated repo README
+* add appveyor file for ci
+* add basic npm test of create+build project
+* ignore node_modules
+* CB-6976 Reflect new switch name to project structure
+* CB-6976 Changes switch name from '--store' to '--win'
+* Moves node_modules to bin to correctly work under npm
+* Adds missing ExecutionPolicy option for powershell
+* Configurable target version for store and phone targets.
+* CB-7129 spellcheck
+* Rewrite tooling/platform scripts from WSH to NodeJS
+* CB-7243 VERSION file is copied over in create platform script.
+* Using wildcard ** glob to include www folder items CB-6699 #32 #10
+* CB-7144 Windows8 run fails if replace default certificate
+* CB-6787 Windows8 - Fix header licenses (Apache RAT report)
+* updated cordova.js
+* CB-6976 support for new splash screen and icon images
+* fixes potential perf issue inside exec_verbose method
+* CB-6976 fixes deploy error when --nobuild option specified
+* CB-6976 replaces new template icons and splash screens
+* CB-6976 fixes deploy error on WP8.1 emulator
+* CB-6976 fixes run/emulate error when it runs for the first time
+* CB-6976 fixes deploy when target type is not specified
+* Adds support for build archs to run command  + small cleanup and refactoring  + fix jshint issues
+* CB-6976 Add support for Windows Universal apps (Windows 8.1 and WP 8.1)
+* Cleanup. This closes #10
+* Removed Windows7 which is now in it's own branch. This closes #29
+* Added list of supported architectures in help text
+* Adds support for target architectures to build command
+* Closing merged pull requests. close #31, close #30
+* Close stale pull-reqs, close #22, close #21, close #19
+* CB-6686 [3.5.0rc][Windows8] Build  error if path contains whitespaces
+* CB-6684 [3.5.0rc][Windows8] Splash screen setting breaks the build
+* CB-6787 Add license to windows8/CONTRIBUTING.md
+* CB-6684 [3.5.0rc][Windows8] Splash screen setting breaks the build
+* CB-6686 [3.5.0rc][Windows8] Build  error if path contains whitespaces
+
+
+[3.5.0]
+
+* CB-6557: added pacakge.json to windows8
+* CB-6491 add CONTRIBUTING.md
+* CB-6309 Windows8. Add Splash Screen img support via config.xml preference, CB-6544 SplashScreenBackgroundColor, CB-6545 support multiple preferences
+* moved PlatformConfig functionality to pre-build project level so running outside of cli will still work
+* Fix for when background-color and/or content-src aren't specified in config.xml
+* Background color now applied to windows 8 project config during build process. * Added logic to convert hexadecimal color to windows 8 specific format
+* Fix build/deploy errors when path to project contains spaces
+* Version files updated to 3.5.0-dev
+* CB-6435 ./VERSION & /template/VERSION updated
+* Modify execution policy restrictions removal logic. Using PS native cmdlet to remove restrictions.
+* CB-6397 [windows8] Use the latest version of MSBuild Tools installed to build the app
+* CB-6256 CB-6266 Add support for domain whitelist and start page settings to Windows8
+* CB-2970 CB-2953 log unsupported methods and exit with code 1
+* CB-2978 list-devices not supported on windows 8
+* CB-6091 [windows] Build fails if application path contains whitespaces
+* CB-6083 [windows8] Use registry to read msbuild tools path
+* CB-6042 [windows8] Cordova emulate fails if no developer certificate is installed
+* CB-5951 Added namespace to config.xml
+* Remove template file after create by name
+* CB-4533 return error code 2 on fail, CB-5359 get tools version from the registry
+* update to 3.4.0 js and increment version num
+* CB-5951 Added namespace to config.xml
+* Remove template file after create by name
+* CB-4533 return error code 2 on fail, CB-5359 get tools version from the registry
+* update cordova-js and VERSION
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/d392ec33/windows/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/windows/CONTRIBUTING.md b/windows/CONTRIBUTING.md
deleted file mode 100644
index f7dbcab..0000000
--- a/windows/CONTRIBUTING.md
+++ /dev/null
@@ -1,37 +0,0 @@
-<!--
-#
-# 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.
-#
--->
-
-# Contributing to Apache Cordova
-
-Anyone can contribute to Cordova. And we need your contributions.
-
-There are multiple ways to contribute: report bugs, improve the docs, and
-contribute code.
-
-For instructions on this, start with the 
-[contribution overview](http://cordova.apache.org/#contribute).
-
-The details are explained there, but the important items are:
- - Sign and submit an Apache ICLA (Contributor License Agreement).
- - Have a Jira issue open that corresponds to your contribution.
- - Run the tests so your patch doesn't break existing functionality.
-
-We look forward to your contributions!

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/d392ec33/windows/LICENSE
----------------------------------------------------------------------
diff --git a/windows/LICENSE b/windows/LICENSE
deleted file mode 100644
index 6b6bd20..0000000
--- a/windows/LICENSE
+++ /dev/null
@@ -1,12 +0,0 @@
-
-Licensed 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.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/d392ec33/windows/NOTICE
----------------------------------------------------------------------
diff --git a/windows/NOTICE b/windows/NOTICE
deleted file mode 100644
index c38e7d7..0000000
--- a/windows/NOTICE
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache Cordova
-Copyright 2012 The Apache Software Foundation
-
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org)
\ No newline at end of file