mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Update SDK to 5.4.37
Update recovery password URL
This commit is contained in:
parent
b1d20e0879
commit
0bc78c24ab
3 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## 5.3.0 - undefined
|
||||
### Fixed
|
||||
- Update SDK to 5.4
|
||||
- Update SDK to 5.4.37
|
||||
- Urls (Privacy policy, terms, file transfer, update check)
|
||||
- Blinking on resize or Ui updates on screen that have low frame rates.
|
||||
- Timezones and Windows fix.
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ public:
|
|||
static constexpr char DownloadUrl[] = "https://www.linphone.org/en/technical-corner/linphone";
|
||||
static constexpr char VersionCheckReleaseUrl[] = "https://download.linphone.org/releases";
|
||||
static constexpr char VersionCheckNightlyUrl[] = "https://download.linphone.org/snapshots";
|
||||
static constexpr char PasswordRecoveryUrl[] = "https://subscribe.linphone.org/login/email";
|
||||
static constexpr char PasswordRecoveryUrl[] = "https://subscribe.linphone.org/recovery/email";
|
||||
static constexpr char CguUrl[] = "https://www.linphone.org/en/terms-of-use";
|
||||
static constexpr char PrivatePolicyUrl[] = "https://linphone.org/en/privacy-policy";
|
||||
static constexpr char ContactUrl[] = "https://www.linphone.org/en/contact";
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 2f9c2d231386233c1d93a6120a109e5fdd5eb50a
|
||||
Subproject commit 52bff2b4eaaab4f2564f5827e9aedf4a4561bb5d
|
||||
Loading…
Add table
Reference in a new issue