From 863336cc0c7dadf38b6d97f95d361d00c1702070 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Fri, 15 Nov 2013 19:23:46 -0800 Subject: Changelog --- CHANGELOG | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 7ab3d83e..09ad9761 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +0.2.2 - Nov 15 2013 - the "rampant growth" release: +Features +- Rebranded to Bitmask +- Updated docs +- Disconnected notification icon +- Progress bar and other UI improvements +Bugs Fixed +- Android PRNG insecurity +- SRP B value validation +- VPN reconnect hang +- Complex certificate verification +- Remember authentication status +- Widget shortcut crashes app 0.2.1 - Oct 21 2013 - the "get on that rolling bandwagon" release: Bugs Fixed - SRP tests should be runnable localhost -- cgit v1.2.3 From a43deacc6d5882c96be5e862ce4451797c489bfd Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Fri, 15 Nov 2013 19:24:15 -0800 Subject: Bump build and version --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3f774183..d2818125 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -17,8 +17,8 @@ + android:versionCode="62" + android:versionName="0.2.2" > -- cgit v1.2.3