]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: New release after fixing interoperability issue with Zyxel firewalls android-2.4.1
authorTobias Brunner <tobias@strongswan.org>
Fri, 17 Feb 2023 15:36:28 +0000 (16:36 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 17 Feb 2023 15:42:42 +0000 (16:42 +0100)
src/frontends/android/app/build.gradle
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 d67c53b6f04d07455f19e486f1691ce48e2f7228..6079a71844b33650cbffa2771e900b9700ae3bda 100644 (file)
@@ -9,8 +9,8 @@ android {
         applicationId "org.strongswan.android"
         minSdkVersion 21
         targetSdkVersion 32
-        versionCode 77
-        versionName "2.4.0"
+        versionCode 78
+        versionName "2.4.1"
     }
 
     sourceSets.main {
index 5cfeafd753fc0c72b8b3165fa1904053dbfe93b2..6229e854ee6714c138299a859ee5d54fbc13e3e3 100644 (file)
@@ -1,3 +1,7 @@
+# 2.4.1 #
+
+- Reihenfolge der DH Gruppen geƤndert, um Probleme mit Zyxel Firewalls zu beheben
+
 # 2.4.0 #
 
 - Wechsel von BoringSSL zu OpenSSL
index 44958da2ba9a6acd9849885853b2d1e60db03394..79a62d7ab535f1834d4118f8b07e927af356fa35 100644 (file)
@@ -1,3 +1,7 @@
+# 2.4.1 #
+
+- Changed order of DH groups to avoid issue with Zyxel Firewalls
+
 # 2.4.0 #
 
 - Switched from BoringSSL to OpenSSL