New version 60.4.0

This commit is contained in:
Juha Heinanen
2024-06-12 12:24:12 +03:00
parent e16b8f8bfe
commit 3c23c7041a
2 changed files with 5 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 34 targetSdkVersion 34
versionCode = 399 versionCode = 400
versionName = '60.3.0' versionName = '60.4.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++' cFlags '-DHAVE_INTTYPES_H -lstdc++'

View File

@ -0,0 +1,3 @@
- Properly handle transfer request when original call is already closed
- Fixed handling of stateless TLS SIP requests
- New Portuguese, Portuguese (Brazil), Spanish, French, Russian, English, Finnish, Swedish, German, and Czech translations