summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-12-17 12:43:23 +0100
committerParménides GV <parmegv@sdf.org>2014-12-17 12:43:23 +0100
commitc33d27974fbd3e6fcd9522207171bb944f4914e6 (patch)
treef16fed68a06d65277aa87e8da775a1bd49a99d53
parent0cc14918f54619fd39ef4297ddb9564ba981772a (diff)
0.8.1 RC4
-rw-r--r--CHANGELOG1
-rw-r--r--app/src/main/AndroidManifest.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c1fa8329..809e94e3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ Features:
Bugs:
- Custom providers are saved and restored
- Smoother orientation changes
+- Disconnect correctly: stop blocking and normal VPN connections
- Many small bugs fixed during the refactor
0.8.0 November 25 2014 - the "problematic" release
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index a0c6ce36..5f61cd78 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -17,7 +17,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="se.leap.bitmaskclient"
- android:versionCode="105"
+ android:versionCode="106"
android:versionName="0.8.1" >
<uses-permission android:name="android.permission.INTERNET" />