diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-11-15 19:27:22 -0800 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-11-15 19:27:22 -0800 |
commit | ecd01db4ca5c0000d671e888ebdf97c3fdbd51cc (patch) | |
tree | ed767e2365fdcc1e4ab2aee1373dde0b6160435b | |
parent | a904408946b058496e6c34e4987212ede32e469a (diff) | |
parent | a43deacc6d5882c96be5e862ce4451797c489bfd (diff) |
Merge branch 'release-0.2.2'0.2.2
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | CHANGELOG | 13 |
2 files changed, 15 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 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="se.leap.bitmaskclient" - android:versionCode="61" - android:versionName="0.2.1" > + android:versionCode="62" + android:versionName="0.2.2" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> @@ -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 |