Repository: cordova-android Updated Branches: refs/heads/master 1d7ccaece -> 757a3685f
CB-10687 Updated RELEASENOTES and Version for release 5.1.1 Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/84477ff2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/84477ff2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/84477ff2 Branch: refs/heads/master Commit: 84477ff2127cbef909f53131dfca0d5bd61dd890 Parents: 1d7ccae Author: Steve Gill <[email protected]> Authored: Wed Feb 24 11:30:19 2016 -0800 Committer: Steve Gill <[email protected]> Committed: Wed Feb 24 11:49:48 2016 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/84477ff2/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d392f47..db7c16a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,22 @@ --> ## Release Notes for Cordova (Android) ## +### 5.1.1 (Feb 24, 2016) +* updated `cordova-common` dependnecy to `1.1.0` +* CB-10628 Fix `emulate android --target` +* CB-10618 Handle gradle frameworks on plugin installation/uninstallation +* CB-10510: Add an optional timeout to `emu` start script +* CB-10498: Resume event should be sticky if it has a plugin result +* fix `HtmlNotFoundTest` so that it passes when file not found is handled correctly +* CB-10472 `NullPointerException`: `org.apache.cordova.PluginManager.onSaveInstanceState` check if `pluginManager` is `null` before using it +* CB-10138 Adds missing plugin metadata to `plugin_list` module. +* CB-10443 Pass original options instead of remaining +* CB-10443 Fix `this.root` null reference +* CB-10421 Fixes exception when calling run script with `--help` option +* updated `.gitignore` +* CB-10406 Fixes an exception, thrown when building using Ant. +* CB-10157 Uninstall app from device/emulator only when signed apk is already installed + ### 5.1.0 (Jan 19, 2016) * CB-10386 Add `android.useDeprecatedNdk=true` to support `NDK` in `gradle` * CB-8864: Fixing this to mitigate CB-8685 and CB-10104 http://git-wip-us.apache.org/repos/asf/cordova-android/blob/84477ff2/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 55fdcb4..ae808f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-android", - "version": "5.2.0-dev", + "version": "5.1.1", "description": "cordova-android release", "bin": { "create": "bin/create" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
