mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Bumped version to 5.0.1 & updated CHANGELOG
This commit is contained in:
parent
c899414fc1
commit
66ab3ea31a
2 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -10,6 +10,16 @@ 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.
|
||||
|
||||
## [5.0.1] - 2022-12-16
|
||||
|
||||
### Changed
|
||||
- File transfer progress indication & error status improvements
|
||||
|
||||
### Fixed
|
||||
- Wrong LIME status for participant that has multiple devices
|
||||
- No longer sends video when switching from audio only to another conference layout
|
||||
- SIP URI regex pattern to prevent HTTP URLs containing '@' to be handled as SIP URI
|
||||
|
||||
## [5.0.0] - 2022-12-06
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "5.0.0"
|
||||
def appVersionCode = 50000
|
||||
def appVersionName = "5.0.1"
|
||||
def appVersionCode = 50001
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue