From 84477ff2127cbef909f53131dfca0d5bd61dd890 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Wed, 24 Feb 2016 11:30:19 -0800 Subject: [PATCH] CB-10687 Updated RELEASENOTES and Version for release 5.1.1 --- RELEASENOTES.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d392f477..db7c16af 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 diff --git a/package.json b/package.json index 55fdcb41..ae808f4c 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"