Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 03BD8200B66 for ; Wed, 13 Jul 2016 16:01:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 00DF2160A6E; Wed, 13 Jul 2016 14:01:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4A7DC160A7C for ; Wed, 13 Jul 2016 16:01:18 +0200 (CEST) Received: (qmail 19098 invoked by uid 500); 13 Jul 2016 14:01:14 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 19067 invoked by uid 99); 13 Jul 2016 14:01:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2016 14:01:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8A00FE04EE; Wed, 13 Jul 2016 14:01:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: an-selm@apache.org To: commits@cordova.apache.org Date: Wed, 13 Jul 2016 14:01:17 -0000 Message-Id: <19dd847609f94cd59213958c533b5a5d@git.apache.org> In-Reply-To: <9b3410e5b0524e99a0b9152d3aa100cd@git.apache.org> References: <9b3410e5b0524e99a0b9152d3aa100cd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/4] cordova-lib git commit: CB-11569 Updated version and RELEASENOTES.md for cordova-lib release 6.3.0 archived-at: Wed, 13 Jul 2016 14:01:19 -0000 CB-11569 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/09ab5bbc Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/09ab5bbc Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/09ab5bbc Branch: refs/heads/6.3.x Commit: 09ab5bbc73da253f6ba0000db0979a27c3118596 Parents: 3df3a38 Author: Vladimir Kotikov Authored: Tue Jul 12 18:48:46 2016 +0300 Committer: Vladimir Kotikov Committed: Wed Jul 13 16:58:07 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/09ab5bbc/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/09ab5bbc/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