From 0b2c27485e0190a07f47cc32ea39a24595e3a6ef Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 22 Feb 2024 13:42:43 +0100 Subject: [PATCH] android: Changes for the 2.5.0 release of the app --- docs/modules/ROOT/pages/os/androidVpnClient.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/modules/ROOT/pages/os/androidVpnClient.adoc b/docs/modules/ROOT/pages/os/androidVpnClient.adoc index 5d37feb4..068ecdec 100644 --- a/docs/modules/ROOT/pages/os/androidVpnClient.adoc +++ b/docs/modules/ROOT/pages/os/androidVpnClient.adoc @@ -23,6 +23,13 @@ directly from {PLAYSTORE}[Google Play]. The app is also available via Since version xref:#_1_8_0_2017_01_20[1.8.0] of the app it is possible to import xref:./androidVpnClientProfiles.adoc[VPN profiles] from files. +Since version xref:#_2_5_0_2024_02_22[2.5.0] managed configurations are +supported via enterprise mobility management (EMM). This allows pushing VPN +profiles to managed devices using basically the same settings as those in the +xref:./androidVpnClientProfiles.adoc[profile files]. But also provides additional +options to configure global app settings and disable certain features of the app +(e.g. the ability for users to add or import their own VPN profiles). + Client certificates and keys, and CA certificates may be added by bundling them into a xref:pki/pkiQuickstart.adoc#_pkcs12_container[PKCS#12 file] and then importing that file into the Android system keystore. CA certificates and server @@ -200,6 +207,10 @@ or directly from the app's page in the Play store. == Changelog +=== 2.5.0 (2024-02-22) + +* Support for managed configurations via enterprise mobility management (EMM) + === 2.4.2 (2023-08-29) * Increased target SDK to Android 13 and ask for permission to show status notification