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 2016/10/07 04:52:21 UTC

[1/2] cordova-lib git commit: CB-11969 Updated version and RELEASENOTES.md for release 1.5.0

Repository: cordova-lib
Updated Branches:
  refs/heads/master c921bc077 -> 4ca3b4ca1


CB-11969 Updated version and RELEASENOTES.md for release 1.5.0


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

Branch: refs/heads/master
Commit: 0b56f9c6e52d4b0356187f69a14422d2e080b4e6
Parents: c921bc0
Author: Steve Gill <st...@gmail.com>
Authored: Thu Oct 6 21:28:21 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Oct 6 21:28:21 2016 -0700

----------------------------------------------------------------------
 cordova-common/RELEASENOTES.md | 9 +++++++++
 cordova-common/package.json    | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/0b56f9c6/cordova-common/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-common/RELEASENOTES.md b/cordova-common/RELEASENOTES.md
index d09d42e..f237f69 100644
--- a/cordova-common/RELEASENOTES.md
+++ b/cordova-common/RELEASENOTES.md
@@ -20,6 +20,15 @@
 -->
 # Cordova-common Release Notes
 
+### 1.5.0 (Oct 06, 2016)
+* [CB-11776](https://issues.apache.org/jira/browse/CB-11776) Add test case for different `edit-config` targets
+* [CB-11908](https://issues.apache.org/jira/browse/CB-11908) Add `edit-config` to `config.xml`
+* [CB-11936](https://issues.apache.org/jira/browse/CB-11936) Support four new **App Transport Security (ATS)** keys
+* update `config.xml` location if it is a **Android Studio** project.
+* use `array` methods and `object.keys` for iterating. avoiding `for-in` loops
+* [CB-11517](https://issues.apache.org/jira/browse/CB-11517) Allow `.folder` matches
+* [CB-11776](https://issues.apache.org/jira/browse/CB-11776) check `edit-config` target exists
+
 ### 1.4.1 (Aug 09, 2016)
 * Add general purpose `ConfigParser.getAttribute` API
 * [CB-11653](https://issues.apache.org/jira/browse/CB-11653) moved `findProjectRoot` from `cordova-lib` to `cordova-common`

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/0b56f9c6/cordova-common/package.json
----------------------------------------------------------------------
diff --git a/cordova-common/package.json b/cordova-common/package.json
index 68c5756..3f5e197 100644
--- a/cordova-common/package.json
+++ b/cordova-common/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-common",
   "description": "Apache Cordova tools and platforms shared routines",
   "license": "Apache-2.0",
-  "version": "1.4.2-dev",
+  "version": "1.5.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-common.git"


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


[2/2] cordova-lib git commit: CB-11969 Incremented package version to -dev

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


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

Branch: refs/heads/master
Commit: 4ca3b4ca12a01ded923734e4d92d7f9325d540dc
Parents: 0b56f9c
Author: Steve Gill <st...@gmail.com>
Authored: Thu Oct 6 21:50:23 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Oct 6 21:50:23 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/4ca3b4ca/cordova-common/package.json
----------------------------------------------------------------------
diff --git a/cordova-common/package.json b/cordova-common/package.json
index 3f5e197..4771e7d 100644
--- a/cordova-common/package.json
+++ b/cordova-common/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-common",
   "description": "Apache Cordova tools and platforms shared routines",
   "license": "Apache-2.0",
-  "version": "1.5.0",
+  "version": "1.5.1-dev",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-common.git"


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