android: New release after fixing interoperability issue with Zyxel firewalls

This commit is contained in:
Tobias Brunner 2023-02-17 16:36:28 +01:00
parent 312847e1a3
commit 27d41a2442
3 changed files with 10 additions and 2 deletions

View 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 {

View 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

View 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