mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-30 17:36:22 +00:00
update changelog and podfile for 4.6.4
This commit is contained in:
parent
51876c9c06
commit
4e55653146
2 changed files with 8 additions and 2 deletions
|
|
@ -9,7 +9,13 @@ Group changes to describe their impact on the project, as follows:
|
||||||
Removed for deprecated features removed in this release.
|
Removed for deprecated features removed in this release.
|
||||||
Fixed for any bug fixes.
|
Fixed for any bug fixes.
|
||||||
Security to invite users to upgrade in case of vulnerabilities.
|
Security to invite users to upgrade in case of vulnerabilities.
|
||||||
|
|
||||||
|
## [4.6.4] - 2021-08-06
|
||||||
|
### Changed
|
||||||
|
- Update linphone SDK to 5.1.42
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Prevent possible application freeze and crash when creating a new chatroom, depending on the phone's contacts.
|
||||||
|
|
||||||
## [4.6.3] - 2021-02-06
|
## [4.6.3] - 2021-02-06
|
||||||
|
|
||||||
|
|
|
||||||
2
Podfile
2
Podfile
|
|
@ -5,7 +5,7 @@ source "https://github.com/CocoaPods/Specs.git"
|
||||||
|
|
||||||
def all_pods
|
def all_pods
|
||||||
if ENV['PODFILE_PATH'].nil?
|
if ENV['PODFILE_PATH'].nil?
|
||||||
pod 'linphone-sdk', '~> 5.1.41'
|
pod 'linphone-sdk', '~> 5.1.42'
|
||||||
else
|
else
|
||||||
pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk
|
pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue