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/03/10 23:47:14 UTC

[1/2] cordova-app-hello-world git commit: CB-8645 updated RELEASENOTES

Repository: cordova-app-hello-world
Updated Branches:
  refs/heads/master ce563f189 -> e15ec82fb


CB-8645 updated RELEASENOTES


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/0b55140d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/0b55140d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/0b55140d

Branch: refs/heads/master
Commit: 0b55140d099547f6d69bf0fa5d5ea03a8f65f0d5
Parents: ce563f1
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 10 15:42:40 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 10 15:42:40 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 12 ++++++++++++
 package.json    |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/0b55140d/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0b1a5bb..37bac19 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -19,3 +19,15 @@
 #
 -->
 # Release Notes
+
+### 3.8.0 (Mar 10, 2015)
+* added license header to config.xml
+* added releasenotes.md
+* removed version file, package.json can keep track of version
+* Adding hooks to default app
+* [CB-8597] First attempt at importing cordova-app-hello-world via npm dependency
+* Remove jasmine ref
+* Tweak CSP string
+* CB-8295 Add content-security-policy `<meta>` to template
+* Remove target-density and height=device-height from `<viewport>`
+* Remove self-closing slashes from `<meta>` since this isn't xhtml

http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/0b55140d/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 0cb00b5..eed6d91 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-app-hello-world",
-  "version": "3.8.0-dev",
+  "version": "3.8.0",
   "description": "This is the hello world app used by the `cordova create` command.",
   "repository": {
     "type": "git",


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


[2/2] cordova-app-hello-world git commit: CB-8645 Incremented package version to -dev

Posted by st...@apache.org.
CB-8645 Incremented package version to -dev


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/e15ec82f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/e15ec82f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/e15ec82f

Branch: refs/heads/master
Commit: e15ec82fb40bdf1bd11089c376ae5ad12a25c128
Parents: 0b55140
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 10 15:46:57 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 10 15:46:57 2015 -0700

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/e15ec82f/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index eed6d91..282dbd1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-app-hello-world",
-  "version": "3.8.0",
+  "version": "3.8.1-dev",
   "description": "This is the hello world app used by the `cordova create` command.",
   "repository": {
     "type": "git",


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