Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4CEEA10737 for ; Wed, 20 Nov 2013 00:42:58 +0000 (UTC) Received: (qmail 11719 invoked by uid 500); 20 Nov 2013 00:42:58 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 11700 invoked by uid 500); 20 Nov 2013 00:42:58 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 11693 invoked by uid 99); 20 Nov 2013 00:42:58 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2013 00:42:58 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E6B0F8839FA; Wed, 20 Nov 2013 00:42:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated to 3.2.0-0.1.0 Date: Wed, 20 Nov 2013 00:42:57 +0000 (UTC) Updated Branches: refs/heads/master cd7efdd47 -> c2d031b86 updated to 3.2.0-0.1.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/c2d031b8 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/c2d031b8 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/c2d031b8 Branch: refs/heads/master Commit: c2d031b8646332d51739c53ca81005742599fa69 Parents: cd7efdd Author: Steven Gill Authored: Tue Nov 19 16:42:52 2013 -0800 Committer: Steven Gill Committed: Tue Nov 19 16:42:52 2013 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 37 ++++++++++++++++++++++++++++++++++++- VERSION | 2 +- package.json | 2 +- platforms.js | 16 ++++++++-------- 4 files changed, 46 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/c2d031b8/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d72e1b8..1b58d01 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,41 @@ --> # Cordova-cli changelog +## 3.2.0-0.1.0 + +* add the output of the plugman results to the console +* CB-5363 Improve config_json error reporting +* CB-5364 config_parser - check for null element text +* Fix issue not finding platform script when in subdir - check platforms which have subdir +* CB-5377 serve: should only indicate listening when it is +* CB-5368 Cordova serve deflate content breaks IE +* Change cordova serve's project.json to include etags. +* CB-5280 Update serve's help text to remove platform arguments +* CB-5364 config_parser - handle duplicates with children and text when merging +* CB-5320 Document avoiding sudo +* CB-4400: cd to project root in most cordova commands. +* CB-5063: Revert to copying cordova.js before user www dir +* fix 3 failing tests for windows8 and wp8 and add assertions for wp7 too. +* Adding instructions for installing on master. +* CB-5063: Keep cordova.js in platform_www to avoid copying it from lib. +* CB-5307: Remove references to Callback and Incubator +* tests were failing attempting to match lib/dir and lib\\dir on windows +* CB-5183 WP7/8 lib path is not correctly resolved by CLI (additional changes) +* CB-5283 Improved cordova serve message to be more descriptive +* [CB-4866] Execute hooks in ascending order of any leading numbers +* [CB-5143] Locate the actual Android app .java file much more carefully. +* Cleaning up wp7+8 parsers' use of promises. Fix tests. +* serve: Fix doRoot() not being called & remove duplicated table. +* serve: provide basic entry point +* Code style (indentation) +* Wait for the pre_package event to finish, or the update_csproj function might give unexpected results +* Add pre_package event to wp8 project +* readability + code quality in wp7+8 parsers +* CB-5183 WP7/8 custom_path is not correctly resolved by CLI +* [CB-4994] Update xcode dependency to handle Xcode 5 capabilities. +* [CB-5220] "An error occurred" is missing an "A" ... + + ## 3.1.0-0.2.0 * increased version of plugman to 0.14.0 in package.json @@ -127,4 +162,4 @@ Important note: This version targets Cordova version 3.1.0-rc1. ### Bugfixes - Plugins are now installed serially across all installed platforms, rather than in parallel. This avoids race conditions in dependency installation. [CB-4184](https://issues.apache.org/jira/browse/CB-4184) -- (WP8) All files from project www dir are now copied into the binary, not the top-level www. This means merges and plugin assets are correctly handled. +- (WP8) All files from project www dir are now copied into the binary, not the top-level www. This means merges and plugin assets are correctly handled. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/c2d031b8/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 38f8e88..304ae0f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -dev +3.2.0-0.1.0 http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/c2d031b8/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index d4a1a42..9cdc531 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova", - "version": "3.2.0-rc.1", + "version": "3.2.0-0.1.0", "preferGlobal": "true", "description": "Cordova command line interface tool", "main": "cordova", http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/c2d031b8/platforms.js ---------------------------------------------------------------------- diff --git a/platforms.js b/platforms.js index bcb3032..5afb91a 100644 --- a/platforms.js +++ b/platforms.js @@ -21,41 +21,41 @@ module.exports = { 'ios' : { parser : './src/metadata/ios_parser', url : 'https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git', - version: '3.2.0-rc1' + version: '3.2.0' }, 'android' : { parser : './src/metadata/android_parser', url : 'https://git-wip-us.apache.org/repos/asf?p=cordova-android.git', - version: '3.2.0-rc1' + version: '3.2.0' }, 'wp7' : { parser : './src/metadata/wp7_parser', url : 'https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git', - version: '3.2.0-rc1' + version: '3.2.0' }, 'wp8' : { parser : './src/metadata/wp8_parser', url : 'https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git', - version: '3.2.0-rc1' + version: '3.2.0' }, 'blackberry10' : { parser : './src/metadata/blackberry10_parser', url : 'https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git', - version: '3.2.0-rc1' + version: '3.2.0' }, 'www':{ url : 'https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git', - version: '3.2.0-rc1' + version: '3.2.0' }, 'firefoxos':{ parser: './src/metadata/firefoxos_parser', url : 'https://git-wip-us.apache.org/repos/asf?p=cordova-firefoxos.git', - version: '3.2.0-rc1' + version: '3.2.0' }, 'windows8':{ parser: './src/metadata/windows8_parser', url : 'https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git', - version: '3.2.0-rc1' + version: '3.2.0' } };