CB-12697 Updated RELEASENOTES and Version for release 6.2.2
Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/a215c1cf Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/a215c1cf Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/a215c1cf Branch: refs/heads/master Commit: a215c1cf302665424b88ba62b2f4e5b6d6e0a053 Parents: cadea2f Author: Steve Gill <[email protected]> Authored: Mon Apr 24 22:04:56 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Mon Apr 24 22:04:56 2017 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/a215c1cf/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index fc41f5b..bcc5ab6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,12 @@ --> ## Release Notes for Cordova (Android) ## +### 6.2.2 (Apr 24, 2017) +* [CB-12697](https://issues.apache.org/jira/browse/CB-12697) Updated checked-in `node_modules` +* [CB-12640](https://issues.apache.org/jira/browse/CB-12640) better handling of unrecognized commands on **windows**. +* [CB-12640](https://issues.apache.org/jira/browse/CB-12640) flipped avd parsing logic so that it always tries to use avdmanager to retrieve avds first, then falls back to android command if avdmanager cannot be found (and errors with ENOENT). updated tests - and added explicit tests to ensure to shell out to singular forms of sub-commands when executing `android` +* [CB-12640](https://issues.apache.org/jira/browse/CB-12640) support for android sdk tools 26.0.1. + ### 6.2.1 (Apr 02, 2017) * [CB-12621](https://issues.apache.org/jira/browse/CB-12621) reverted elementtree dep to 0.1.6 http://git-wip-us.apache.org/repos/asf/cordova-android/blob/a215c1cf/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 3bc382b..8e7504d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-android", - "version": "6.3.0-dev", + "version": "6.2.2", "description": "cordova-android release", "bin": { "create": "bin/create" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
