summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2018-02-19 12:15:16 +0100
committercyBerta <cyberta@riseup.net>2018-02-19 12:15:16 +0100
commit13e04924e5a34c0f478eb30bd3c93effa6314ce1 (patch)
tree97f33fbbfbe66c2b8efb136882af0eb9675a9dba
parente4303be947a568f44829e2456c49dd7d979a2647 (diff)
set version name to 0.9.8RC20.9.8RC2
-rw-r--r--CHANGELOG7
-rw-r--r--app/src/main/AndroidManifest.xml4
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 23e22e5b..cda05c5d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,7 +10,12 @@ Features:
the user creates a vpn profile or enables unsecured internet traffic
with a click on a notification
- improved certificate pinning mechanism
-- (more to come)
+- complete new ui based on material design
+- different layouts for smartphones and tablets
+- improved error handling for expired certificates
+- updated crypto libraries openssl, openvpn, mbedtls etc.
+- support for Android 8.1
+- new translations
0.9.7 - the maintenance release
Bugs:
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 4e7f8348..b11bd89f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -16,8 +16,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="se.leap.bitmaskclient"
- android:versionCode="132"
- android:versionName="0.9.8RC1" >
+ android:versionCode="133"
+ android:versionName="0.9.8RC2" >
<uses-sdk
android:minSdkVersion="16"