android: New release after updating target SDK to 33

This commit is contained in:
Tobias Brunner 2023-08-29 18:09:33 +02:00
parent dfbafffc45
commit e2bba1e2cf
3 changed files with 10 additions and 24 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId "org.strongswan.android"
minSdkVersion 21
targetSdkVersion 33
versionCode 79
versionName "2.4.1"
versionCode 80
versionName "2.4.2"
}
sourceSets.main {

View File

@ -1,12 +1,5 @@
# 2.4.1 #
# 2.4.2 #
- Reihenfolge der DH Gruppen geändert, um Probleme mit Zyxel Firewalls zu beheben
# 2.4.0 #
- Wechsel von BoringSSL zu OpenSSL
- Unterstützung für folgende Algorithmen hinzugefügt: Curve448 ECDH, AES-CCM, Camellia (CBC/CTR/XCBC), SHA-3 (HMAC/PKCS#1)
- Problem behoben, welches File Descriptor Lecks beim Laden von OCSP/CRLs verursachte
- Verbesserte Übersetzung von vereinfachtem Chinesisch
- Ukrainische Übersetzung korrekt eingebunden
- Minimum SDK Version auf 21 (Android 5.0) erhöht
- 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

View File

@ -1,12 +1,5 @@
# 2.4.1 #
# 2.4.2 #
- Changed order of DH groups to avoid issue with Zyxel Firewalls
# 2.4.0 #
- Switched from BoringSSL to OpenSSL
- Added support for the following algorithms: Curve448 ECDH, AES-CCM, Camellia (CBC/CTR/XCBC), SHA-3 (HMAC/PKCS#1)
- Fixed an issue that caused file descriptor leaks when fetching OCSP/CRLs
- Improved translation for simplified Chinese
- Correctly included Ukrainian translation
- Increased minimum SDK version to 21 (Android 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