You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/07/13 13:50:47 UTC

[1/4] cordova-lib git commit: Bump pinned platforms' versions

Repository: cordova-lib
Updated Branches:
  refs/heads/common-1.4.x [created] 96155ab77


Bump pinned platforms' versions


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

Branch: refs/heads/common-1.4.x
Commit: 7dc690b7326048c6415438a8bcf8b9301cffe6ae
Parents: 7d367dc
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Jul 12 18:57:49 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Wed Jul 13 16:46:29 2016 +0300

----------------------------------------------------------------------
 cordova-lib/src/platforms/platformsConfig.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/7dc690b7/cordova-lib/src/platforms/platformsConfig.json
----------------------------------------------------------------------
diff --git a/cordova-lib/src/platforms/platformsConfig.json b/cordova-lib/src/platforms/platformsConfig.json
index f411f8b..b4bf23b 100644
--- a/cordova-lib/src/platforms/platformsConfig.json
+++ b/cordova-lib/src/platforms/platformsConfig.json
@@ -4,7 +4,7 @@
         "parser_file": "../cordova/metadata/ios_parser",
         "handler_file": "../plugman/platforms/ios",
         "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git",
-        "version": "~4.1.0",
+        "version": "~4.2.0",
         "apiCompatibleSince": "4.0.0",
         "deprecated": false
     },
@@ -21,7 +21,7 @@
         "parser_file": "../cordova/metadata/android_parser",
         "handler_file": "../plugman/platforms/android",
         "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-android.git",
-        "version": "~5.1.1",
+        "version": "~5.2.0",
         "apiCompatibleSince": "5.0.0",
         "deprecated": false
     },
@@ -30,7 +30,7 @@
         "parser_file": "../cordova/metadata/ubuntu_parser",
         "handler_file": "../plugman/platforms/ubuntu",
         "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-ubuntu.git",
-        "version": "~4.3.3",
+        "version": "~4.3.4",
         "deprecated": false
     },
     "amazon-fireos": {
@@ -75,7 +75,7 @@
         "parser_file": "../cordova/metadata/windows_parser",
         "handler_file": "../plugman/platforms/windows",
         "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git",
-        "version": "~4.3.1",
+        "version": "~4.4.0",
         "apiCompatibleSince": "4.3.0",
         "deprecated": false
     },


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


[3/4] cordova-lib git commit: Updated version and RELEASENOTES.md for cordova-common release 1.4.0

Posted by an...@apache.org.
Updated version and RELEASENOTES.md for cordova-common release 1.4.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/3a217105
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/3a217105
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/3a217105

Branch: refs/heads/common-1.4.x
Commit: 3a217105aefdb7eceb4945a27dd8e8913ebb0bcb
Parents: 22f9453
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Jul 12 18:48:25 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Wed Jul 13 16:46:31 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/3a217105/cordova-common/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-common/RELEASENOTES.md b/cordova-common/RELEASENOTES.md
index 7a99cc9..71ad1ea 100644
--- a/cordova-common/RELEASENOTES.md
+++ b/cordova-common/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Cordova-common Release Notes
 
+### 1.4.0 (Jul 12, 2016)
+* [CB-11023](https://issues.apache.org/jira/browse/CB-11023) Add edit-config functionality
+
 ### 1.3.0 (May 12, 2016)
 * [CB-11259](https://issues.apache.org/jira/browse/CB-11259): Improving prepare and build logging
 * [CB-11194](https://issues.apache.org/jira/browse/CB-11194) Improve cordova load time

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/3a217105/cordova-common/package.json
----------------------------------------------------------------------
diff --git a/cordova-common/package.json b/cordova-common/package.json
index c0c7dc8..41ce348 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.3.1-dev",
+  "version": "1.4.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/4] cordova-lib git commit: Updated version and RELEASENOTES.md for cordova-fetch release 1.0.1

Posted by an...@apache.org.
Updated version and RELEASENOTES.md for cordova-fetch release 1.0.1


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

Branch: refs/heads/common-1.4.x
Commit: 22f94537d5cded183b3283cdc70f4a7b0b663965
Parents: 7dc690b
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Jul 12 18:47:54 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Wed Jul 13 16:46:30 2016 +0300

----------------------------------------------------------------------
 cordova-fetch/RELEASENOTES.md | 8 ++++++++
 cordova-fetch/package.json    | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/22f94537/cordova-fetch/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-fetch/RELEASENOTES.md b/cordova-fetch/RELEASENOTES.md
index e86e277..de1969f 100644
--- a/cordova-fetch/RELEASENOTES.md
+++ b/cordova-fetch/RELEASENOTES.md
@@ -20,6 +20,14 @@
 -->
 # Cordova-fetch Release Notes
 
+### 1.0.1 (Jul 12, 2016)
+* Fixed broken fetch tests
+* enhanced cordova-fetch to better handle multiple fetches via git urls
+* [CB-11252](https://issues.apache.org/jira/browse/CB-11252) Fix cordova-fetch tests
+* [CB-11252](https://issues.apache.org/jira/browse/CB-11252) minor fix to trimID function in cordova-fetch
+* [CB-11252](https://issues.apache.org/jira/browse/CB-11252) Fix cordova fetch for scoped packages
+* [CB-11252](https://issues.apache.org/jira/browse/CB-11252) added scoped package test to cordova-fetch
+
 ### 1.0.0 (May 12, 2016)
 * [CB-9858](https://issues.apache.org/jira/browse/CB-9858) Added jasmine tests
 * [CB-9858](https://issues.apache.org/jira/browse/CB-9858) Added `npm uninstall` method to cordova-fetch

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/22f94537/cordova-fetch/package.json
----------------------------------------------------------------------
diff --git a/cordova-fetch/package.json b/cordova-fetch/package.json
index 18ba93d..619198c 100644
--- a/cordova-fetch/package.json
+++ b/cordova-fetch/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "1.0.1-dev",
+  "version": "1.0.1",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": {
@@ -21,7 +21,7 @@
     "email": "dev@cordova.apache.org"
   },
   "dependencies": {
-    "cordova-common": "^1.3.0",
+    "cordova-common": "^1.4.0",
     "dependency-ls": "^1.0.0",
     "is-url": "^1.2.1",
     "q": "^1.4.1",


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


[4/4] cordova-lib git commit: Updated version and RELEASENOTES.md for cordova-lib release 6.3.0

Posted by an...@apache.org.
Updated version and RELEASENOTES.md for cordova-lib release 6.3.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/96155ab7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/96155ab7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/96155ab7

Branch: refs/heads/common-1.4.x
Commit: 96155ab77b56c142713622f2d09bc2d14ff74d35
Parents: 3a21710
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Jul 12 18:48:46 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Wed Jul 13 16:46:31 2016 +0300

----------------------------------------------------------------------
 cordova-lib/RELEASENOTES.md | 15 +++++++++++++++
 cordova-lib/package.json    |  6 +++---
 2 files changed, 18 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/96155ab7/cordova-lib/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-lib/RELEASENOTES.md b/cordova-lib/RELEASENOTES.md
index 194eb18..dc3f77d 100644
--- a/cordova-lib/RELEASENOTES.md
+++ b/cordova-lib/RELEASENOTES.md
@@ -20,6 +20,21 @@
 -->
 # Cordova-lib Release Notes
 
+### 6.3.0 (Jul 12, 2016)
+* [CB-11491](https://issues.apache.org/jira/browse/CB-11491) Introduce before_deploy hook
+* [CB-11412](https://issues.apache.org/jira/browse/CB-11412) template support for www folders
+* Fix config.xml path in PlatformApi.prepare
+* [CB-11412](https://issues.apache.org/jira/browse/CB-11412) improve template implementation
+* [CB-11164](https://issues.apache.org/jira/browse/CB-11164) Allow forced dependent plugin removal
+* [CB-11339](https://issues.apache.org/jira/browse/CB-11339) Add a warning about prerelease platform usage
+* [CB-11349](https://issues.apache.org/jira/browse/CB-11349) added --fetch and cordova fetch to create --template
+* [CB-11337](https://issues.apache.org/jira/browse/CB-11337) Use latest released platform version in e2e tests
+* [CB-11274](https://issues.apache.org/jira/browse/CB-11274) Platform browser: wrong path for config.xml
+* [CB-11274](https://issues.apache.org/jira/browse/CB-11274) Make serve dashboard take config.xml -> content.src entry point into account
+* [CB-11261](https://issues.apache.org/jira/browse/CB-11261) Cut out '-nightly' prerelease tag when checking plugin engines
+* [CB-9858](https://issues.apache.org/jira/browse/CB-9858) added fetch tests to travis
+* [CB-9858](https://issues.apache.org/jira/browse/CB-9858) fixed failing travis and appveyor tests
+
 ### 6.2.0 (May 12, 2016)
 * [CB-11259](https://issues.apache.org/jira/browse/CB-11259) Improving prepare and build logging
 * Resolve npm run jshint failure due to npm/npm#10343

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/96155ab7/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 93e20e2..c5d89e3 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -2,7 +2,7 @@
   "author": "Apache Software Foundation",
   "name": "cordova-lib",
   "description": "Apache Cordova tools core lib and API",
-  "version": "6.2.1-dev",
+  "version": "6.3.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git"
@@ -19,8 +19,8 @@
   "dependencies": {
     "aliasify": "^1.7.2",
     "cordova-app-hello-world": "3.10.0",
-    "cordova-common": "1.3.x",
-    "cordova-fetch": "1.0.0",
+    "cordova-common": "1.4.x",
+    "cordova-fetch": "1.0.x",
     "cordova-js": "4.1.4",
     "cordova-registry-mapper": "1.x",
     "cordova-serve": "^1.0.0",


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