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 2014/11/04 22:54:34 UTC

[1/2] git commit: CB-7923 updated release notes

Repository: cordova-wp8
Updated Branches:
  refs/heads/master c72f6287c -> 001430a4a


CB-7923 updated release notes


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

Branch: refs/heads/master
Commit: 2495deaa89c50769427c9f6ac4128fe9aa17239b
Parents: c72f628
Author: Steve Gill <st...@gmail.com>
Authored: Fri Oct 31 19:04:32 2014 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Oct 31 19:05:00 2014 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/2495deaa/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e57a790..721d5de 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -25,6 +25,22 @@ Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merge
 
 Cordova is a static library that enables developers to include the Cordova API in their WP8 application projects easily, and also create new Cordova-based WP8 application projects through the command-line.
 
+### 3.7.0 (October 31, 2014) ###
+
+* Set VERSION to 3.7.0 (via coho)
+* Update JS snapshot to version 3.7.0 (via coho)
+* CB-7843 Fixes angular routing on **WP8**
+* CB-7616 partial match support for `--target`
+* CB-7465 add missing license
+* Let `CordovaView` respect `DisallowOverscroll` preference
+* factored out common code
+* Supress inertia scrolling optionally
+* make scripts executable
+* CB-7618 Fix **WP8** build due to missing `node_modules`
+* CB-7616 Deploy on **WP8** fails to run specific target
+* CB-7493 Adds `space-in-path` and `unicode in name` tests for `CI`
+* cleanup ignores and add missing windows cmd files, if you want to add a `bundledDependency` `node_module` use `-f`
+
 ### 3.6.4 (September 30, 2014) ###
 
 * Updated JS snapshot + set version to 3.6.4


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


[2/2] git commit: updated description in package.json

Posted by st...@apache.org.
updated description in package.json


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

Branch: refs/heads/master
Commit: 001430a4a7e3ff93cddc6f79b10fb8e589df78e6
Parents: 2495dea
Author: Steve Gill <st...@gmail.com>
Authored: Tue Nov 4 13:54:19 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Nov 4 13:54:19 2014 -0800

----------------------------------------------------------------------
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/001430a4/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c858433..b7303e2 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
     "name": "cordova-wp8",
     "version": "3.8.0-dev",
-    "description": "cordova-wp8 v3.7.0-dev",
+    "description": "cordova-wp8 release",
     "main": "bin/create",
     "repository": {
         "type": "git",
@@ -33,4 +33,4 @@
     },
     "author": "Apache Software Foundation",
     "license": "Apache Version 2.0"
-}
\ 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