mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Bumped version to 4.6.9, updated CHANGELOG
This commit is contained in:
parent
f35787eede
commit
3ae9657be0
2 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -10,6 +10,18 @@ Group changes to describe their impact on the project, as follows:
|
|||
Fixed for any bug fixes.
|
||||
Security to invite users to upgrade in case of vulnerabilities.
|
||||
|
||||
## [4.6.9] - 2022-05-30
|
||||
|
||||
### Fixed
|
||||
- ANR when screen turns OFF/ON while app is in foreground
|
||||
- Crash due to missing CoreContext instance in TelecomManager service
|
||||
- One-to-One encrypted chat room creation if it already exists
|
||||
- Crash if ConnectionService feature isn't supported by the device
|
||||
|
||||
### Changed
|
||||
- Updated translations from Weblate
|
||||
- Improved audio devices logs
|
||||
|
||||
## [4.6.8] - 2022-05-23
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "4.6.8"
|
||||
def appVersionCode = 40608 // 4.06.07
|
||||
def appVersionName = "4.6.9"
|
||||
def appVersionCode = 40609 // 4.06.09
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue