summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-06-13 13:13:26 +0200
committerParménides GV <parmegv@sdf.org>2014-06-13 13:13:26 +0200
commite45929e220fe49e30235a1d4d36c1a413547f8bf (patch)
treed4960893a4444634d404c7fbe4fa3e8778d30179
parent3a71bc9e4aa4296f460e2e3c55de74c9852477ad (diff)
parent87959e532f312d974acdca83947c06cb098fc79f (diff)
Merge branch 'release-0.5.2' into develop
-rw-r--r--CHANGELOG10
-rw-r--r--app/src/main/AndroidManifest.xml4
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d1f82e4e..460d1971 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+0.5.2 June 13 2014 - the "new beginning" release
+Features
+- Updated ics-openvpn codebase!
+- Disconnecting prompts you before doing anything
+- UI for signup more accessible
+- Error messages are shown as they arrive from the server
+
+Bugs Fixed
+- Cancelling a failed signup/login stops progressbar
+
0.5.1 April 26 2014 - the "blue sky" release
Features
- Autostart
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 860f0e1e..a2c2a82f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="se.leap.bitmaskclient"
- android:versionCode="77"
- android:versionName="0.5.1" >
+ android:versionCode="79"
+ android:versionName="0.5.2" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />