android: New release after fixing interoperability issue with Zyxel firewalls

This commit is contained in:
Tobias Brunner
2023-02-17 16:42:42 +01:00
parent 312847e1a3
commit 27d41a2442
3 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ android {
applicationId "org.strongswan.android" applicationId "org.strongswan.android"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 32 targetSdkVersion 32
versionCode 77 versionCode 78
versionName "2.4.0" versionName "2.4.1"
} }
sourceSets.main { sourceSets.main {
@@ -1,3 +1,7 @@
# 2.4.1 #
- Reihenfolge der DH Gruppen geändert, um Probleme mit Zyxel Firewalls zu beheben
# 2.4.0 # # 2.4.0 #
- Wechsel von BoringSSL zu OpenSSL - Wechsel von BoringSSL zu OpenSSL
@@ -1,3 +1,7 @@
# 2.4.1 #
- Changed order of DH groups to avoid issue with Zyxel Firewalls
# 2.4.0 # # 2.4.0 #
- Switched from BoringSSL to OpenSSL - Switched from BoringSSL to OpenSSL