Skip to content
Snippets Groups Projects
Commit 719c63ee authored by cyberta's avatar cyberta
Browse files

set version name to 0.9.7RC1

parent 3fd35b1e
Branches
Tags 0.9.7RC1
No related merge requests found
Pipeline #21445 canceled
0.9.7 - the maintenance release
Bugs:
- fixes failing login on Android 7.0 and Android 7.1 (Android Nougat)
- switching between different providers was buggy - bitmask selected
the nearest gateway of all providers ever chosen, now the nearest
gateway of the current provider is selected
Features:
- updated ics-openvpn code, incl. openvpn and openssl
- show vpn data throughput and button to disconnect vpn in notification bar
- support for Android O
- enforce TLSv1.2 on all devices
- bitmask honors the default protocol order (udp/tcp) specified by
the provider
- removes redundant cancellation confirmation dialog - one is sufficient
0.9.4 June 16th, 2015 - the "fabbutton" release 0.9.4 June 16th, 2015 - the "fabbutton" release
Bugs: Bugs:
- Show the log window only when a real error happened, since some - Show the log window only when a real error happened, since some
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="se.leap.bitmaskclient" package="se.leap.bitmaskclient"
android:versionCode="128" android:versionCode="129"
android:versionName="0.9.6Beta" > android:versionName="0.9.7RC1" >
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment