]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: New release after adding support for managed configurations
authorTobias Brunner <tobias@strongswan.org>
Wed, 21 Feb 2024 07:29:54 +0000 (08:29 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 21 Feb 2024 11:24:53 +0000 (12:24 +0100)
src/frontends/android/app/build.gradle
src/frontends/android/app/src/main/play/listings/de-DE/full-description.txt
src/frontends/android/app/src/main/play/listings/en-US/full-description.txt
src/frontends/android/app/src/main/play/release-notes/de-DE/default.txt
src/frontends/android/app/src/main/play/release-notes/en-US/default.txt

index 43135e444bece68db38468f9717e7b76cf5d9bba..44b9695a3fc808849fef4a144374e69fa73322f1 100644 (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 {
index e4c741d85d3cd11d80806bc3fb5cd140dff80b94..3922313c3ae3eeff92e9c4bc3d87fc6776326c51 100644 (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
index 1966148e67f3c42ab8f056f82bf8fd8c2f1856db..57c2fcfa620168b1b9564105d65539edad6cef82 100644 (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
index 55437a9cf088695286bb178bb1457ad1231ff412..0aa9293129348ed6807e63a5aeb6bc353ebf2f37 100644 (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)
index e57010a8e6ec5408d9667a9224c0285438d5ecf5..c0fe425c76badfb99b9fed2db7ecd639ee08bc54 100644 (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)