Repository: cordova-android
Updated Branches:
  refs/heads/master 312efc387 -> 8a2e96d99


CB-12609 Updated RELEASENOTES and Version for release 6.2.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/6d084428
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/6d084428
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/6d084428

Branch: refs/heads/master
Commit: 6d084428a8205d4a60462e047b306bbaf2f76317
Parents: 312efc3
Author: Steve Gill <[email protected]>
Authored: Tue Mar 28 15:17:52 2017 -0700
Committer: Steve Gill <[email protected]>
Committed: Tue Mar 28 15:17:52 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/6d084428/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index caa452f..28d152a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,15 @@
 -->
 ## Release Notes for Cordova (Android) ##
 
+### 6.2.0 (Mar 28, 2017)
+* [CB-12614](https://issues.apache.org/jira/browse/CB-12614) Adding headers to 
tests
+* [CB-8978](https://issues.apache.org/jira/browse/CB-8978) Prepare copy 
`resource-files` from `config.xml`
+* [CB-12605](https://issues.apache.org/jira/browse/CB-12605) Fix a 
requirements check failure on **Windows**
+* [CB-12595](https://issues.apache.org/jira/browse/CB-12595) This should find 
an **Android Studio** installation and use the sweet gradle center found inside
+* [CB-12546](https://issues.apache.org/jira/browse/CB-12546) leverage 
`avdmanager` if `android` warns it is no longer useful, which happens in 
**Android SDK Tools 25.3.1**. Explicitly set the `CWD` of the spawned emulator 
process to workaround a recent google android sdk bug. Rename 
`android_sdk_version.js` to `android_sdk.js`, to better reflect its contents. 
Have `create.js` copy over the `android_sdk_version` batch file.
+* [CB-12524](https://issues.apache.org/jira/browse/CB-12524) Fix for missing 
gradle template error. This now fetches the template from inside of the 
**Android Studio** directory, and falls back to a locally installed Gradle 
instance
+* [CB-12465](https://issues.apache.org/jira/browse/CB-12465) Writing new JUnit 
Test Instrumentation to replace tests and retire problmatic tests
+
 ### 6.1.2 (Jan 26, 2017)
 * **Security** Change to `https` by default
 * [CB-12018](https://issues.apache.org/jira/browse/CB-12018): updated tests to 
work with jasmine (promise matcher tests commented out for now)

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/6d084428/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index b19aee6..da08721 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-android",
-  "version": "6.2.0-dev",
+  "version": "6.2.0",
   "description": "cordova-android release",
   "bin": {
     "create": "bin/create"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to