From 13ca5d96cd83eefdb9bb442ee75f30680ee4a877 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Wed, 28 Dec 2022 17:07:45 +0100 Subject: [PATCH] - Fix CI on Windows (Issue on Paths). - Update SDK to 5.2.6 (Crash at startup) --- .gitlab-ci-files/job-windows-desktop.yml | 2 +- CHANGELOG.md | 5 ++++- linphone-sdk | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci-files/job-windows-desktop.yml b/.gitlab-ci-files/job-windows-desktop.yml index 48a393886..3f2e38dfd 100644 --- a/.gitlab-ci-files/job-windows-desktop.yml +++ b/.gitlab-ci-files/job-windows-desktop.yml @@ -23,7 +23,7 @@ # We double the "\" to escape paths as -replace uses regular expressions - $PATH_TEMP = $PATH_TEMP -replace "C:\\MinGW\\bin;" -replace "C:\\Strawberry\\c\\bin;" -replace "C:\\Program Files\\NASM" - echo $PATH_TEMP - - $env:Path = ($PATH_TEMP + ";C:\msys64;C:\msys64\usr\bin;C:\msys64\" + $MINGW_TYPE + "\bin;" + $env:SIGNTOOL_ROOT + "\x64") + - $env:Path = ($PATH_TEMP + ";C:\msys64\" + $MINGW_TYPE + "\bin;" + $env:SIGNTOOL_ROOT + "\x64;C:\msys64;C:\msys64\usr\bin") - If ($MINGW_TYPE -eq "mingw64") {Import-BatchEnvironment "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"} Else {Import-BatchEnvironment "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat"} - If ($MINGW_TYPE -eq "mingw64") {$env:Path = ($env:Path + ";C:\Qt\5.15.2\msvc2019_64\bin")} Else {$env:Path = ($env:Path + ";C:\Qt\5.14.2\msvc2019\bin")} - echo $env:Path diff --git a/CHANGELOG.md b/CHANGELOG.md index febb3f7cf..859a646d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 5.0.4 - undefined +## 5.0.4 - 2022-12-28 ### Fixed - Volume gauge in multimedia parameters while being in call. +- Update SDK to 5.2.6 : + * Crash at startup + * losing video ## 5.0.3 - 2022-12-21 diff --git a/linphone-sdk b/linphone-sdk index fbe6d7449..a7d8c15cb 160000 --- a/linphone-sdk +++ b/linphone-sdk @@ -1 +1 @@ -Subproject commit fbe6d7449d47e22ca8fed0975f70a8bbdac28a94 +Subproject commit a7d8c15cb3c0b997b5182f680d64856a3d63a218