android: New release after adding support for managed configurations

This commit is contained in:
Tobias Brunner 2024-02-21 08:29:54 +01:00
parent 51a5d96b36
commit 7db629e4bc
5 changed files with 9 additions and 10 deletions

View File

@ -8,8 +8,9 @@ android {
compileSdk 34
minSdkVersion 21
targetSdkVersion 33
versionCode 80
versionName "2.4.2"
versionCode 81
versionName "2.5.0"
externalNativeBuild {
ndkBuild {

View File

@ -16,6 +16,7 @@ Dies ist die offizielle Android-Portierung der populären strongSwan VPN-Lösung
<li>Die IPsec-Implementierung unterstützt derzeit die AES-CBC, AES-GCM, ChaCha20/Poly1305 und SHA1/SHA2-Algorithmen</li>
<li>Passwörter werden zurzeit als Klartext in der Datenbank gespeichert (nur wenn diese mit einem Profil gespeichert werden)</li>
<li>VPN Profile können von Dateien importiert werden</li>
<li>Unterstützt verwaltete Konfigurationen via Enterprise Mobility Management (EMM)</li>
</ul>
Details und ein Changelog sind in unserer Dokumentation zu finden: https://docs.strongswan.org/docs/5.9/os/androidVpnClient.html

View File

@ -16,6 +16,7 @@ Official Android port of the popular strongSwan VPN solution.
<li>The IPsec implementation currently supports the AES-CBC, AES-GCM, ChaCha20/Poly1305 and SHA1/SHA2 algorithms</li>
<li>Passwords are currently stored as cleartext in the database (only if stored with a profile)</li>
<li>VPN profiles may be imported from files</li>
<li>Supports managed configurations via enterprise mobility management (EMM)</li>
</ul>
Details and a changelog can be found in our documentation: https://docs.strongswan.org/docs/5.9/os/androidVpnClient.html

View File

@ -1,5 +1,3 @@
# 2.4.2 #
# 2.5.0 #
- Ziel-SDK auf Android 13 erhöht und frage um Erlaubnis, um Status-Mitteilung anzuzeigen
- Hardwarebeschleunigung in OpenSSL aktiviert
- Verwendet einen stabileren Ansatz, um die Quell-IP zu ermitteln
- Unterstützung für verwaltete Konfigurationen via Enterprise Mobility Management (EMM)

View File

@ -1,5 +1,3 @@
# 2.4.2 #
# 2.5.0 #
- Increased target SDK to Android 13 and ask for permission to show status notification
- Enable hardware acceleration in OpenSSL
- Use a more stable approach to determine source IP
- Support for managed configurations via enterprise mobility management (EMM)