From ecc19924e3a153208a3cf1a5de58279a20c283e1 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Mon, 21 Oct 2013 00:51:18 -0700 Subject: Changelog --- CHANGELOG | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 6949a1ef..7ab3d83e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,29 @@ +0.2.1 - Oct 21 2013 - the "get on that rolling bandwagon" release: +Bugs Fixed +- SRP tests should be runnable localhost +- Evaluate testing solution: http://appium.io/ +- EIP fragment is not showed after switching provider +- Provider down is not differentiated from certificate error +- EIP switch toggles on screen rotate +- bug - login dialog should require username +- Backstack is screwed up by notification tap +- Inconsistent Cookie Management +- danger_on is true for assets' provider +- EIP Service Exported With No Access Control +- Lack of Input Validation on User Certificates +- LeapHttpClient Disables Hostname Verification +Features +- Tests for ConfigurationWizard +- Sensible notification handling +- User friendly EIP status and notifications strings +- Refactor EIP UI logic into a Fragment +- Only parse eip-service.json if serial incremented +- Add progress indicator while VPN connection is being established +- Refactor EIP switch logic +- Retry login should retain username +- Move all ConfigHelper constants to their corresponding classes + + 0.2.0 Initial release. -- cgit v1.2.3 From fb46b7de5456d9a986d69ce41184ba0b57c37cf3 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Mon, 21 Oct 2013 00:41:59 -0700 Subject: Bump build and version number --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2933a1ba..70e0211d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -17,8 +17,8 @@ + android:versionCode="61" + android:versionName="0.2.1" > -- cgit v1.2.3