Repository: cordova-android Updated Branches: refs/heads/master 4f7721b40 -> 6afc16c33
CB-9922 Updated RELEASENOTES and Version for release 5.0.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/dfe468f3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/dfe468f3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/dfe468f3 Branch: refs/heads/master Commit: dfe468f3357873a17b656052d2a76d3f408b7f7a Parents: 4f7721b Author: Steve Gill <[email protected]> Authored: Sun Nov 1 23:41:46 2015 -0800 Committer: Steve Gill <[email protected]> Committed: Sun Nov 1 23:41:46 2015 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/dfe468f3/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index bf2e83a..e427fd4 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -21,6 +21,36 @@ ## Release Notes for Cordova (Android) ## Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merges *remote*/4.1.x...HEAD +### 5.0.0 (Nov 01, 2015) +* Update CordovaWebViewEngine.java +* CB-9909 Shouldn't escape spaces in paths on Windows. +* CB-9870 updated hello world template +* CB-9880 Fixes platform update failure when upgrading from android@<4.1.0 +* CB-9844 Remove old .java after renaming activity +* CB-9800 Fixing contribute link. +* CB-9782 Check in `cordova-common` dependency +* Adds licence header to Adb to pass rat audit +* CB-9835 Downgrade `properties-parser` to prevent failures in Node < 4.x +* CB-9782 Implements PlatformApi contract for Android platform. +* CB-9826 Fixed `test-build` script on windows. +* Refactor of the Cordova Plugin/Permissions API +* Manually updating version to 5.0.0-dev for engine tags +* Bump up to API level 23 +* Commiting code to handle permissions, and the special case of the Geolocation Plugin +* CB-9608 cordova-android no longer builds on Node 0.10 or below +* CB-9080 Cordova CLI run for Android versions 4.1.1 and lower throws error +* CB-9557 Fixes apk install failure when switching from debug to release build +* CB-9496 removed permissions added for crosswalk +* CB-9402 Allow to set gradle distubutionUrl via env variable CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL +* CB-9428 update script now bumps up minSdkVersion to 14 if it is less than that. +* CB-9430 Fixes check_reqs failure when javac returns an extra line +* CB-9172 Improved emulator deploy stability. This closes #188. +* CB-9404 Fixed an exception when path contained -debug or -release +* CB-8320 Setting up gradle so we can use CordovaLib as a standard Android Library +* CB-9185 Fixed an issue when unsigned apks couldn't be found. +* CB-9397 Fixes minor issues with `cordova requirements android` +* CB-9389 Fixes build/check_reqs hang + ### Release 4.1.1 (Aug 2015) ### * CB-9428 update script now bumps up minSdkVersion to 14 if it is less than that http://git-wip-us.apache.org/repos/asf/cordova-android/blob/dfe468f3/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 7c24643..d82e350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-android", - "version": "5.0.0-dev", + "version": "5.0.0", "description": "cordova-android release", "bin": { "create": "bin/create" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
