summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-06-10 19:47:24 +0200
committerParménides GV <parmegv@sdf.org>2015-06-10 19:47:24 +0200
commit84625c9c64241366971e4f1b03e7de1f507aafbf (patch)
treeaa2f03f9042189f983d5ee24c33c7dfda13c2e85
parent569defe3213fc4f9d6a61a98e35c794b2fe0d311 (diff)
0.9.4RC3
-rw-r--r--CHANGELOG2
-rw-r--r--app/src/main/AndroidManifest.xml4
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 970c90f3..cd9266d7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,8 @@ Bugs:
the start and Bitmask didn't do it, although the UI stated the
opposite. That has been improved, detecting the real status of the
VPN connection much better.
+- If the user doesn't "trust this application", bitmask doesn't try to
+ connect to the VPN anymore.
Features:
- Removed the progress bars that caused confusion in some states (such
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 24a0a68e..7e5cc0d4 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="122"
- android:versionName="0.9.4RC2" >
+ android:versionCode="123"
+ android:versionName="0.9.4RC3" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />