From 00ff95c2224ae9f8e89801e7409ce68087f603a7 Mon Sep 17 00:00:00 2001 From: Brieuc Viel Date: Wed, 3 May 2017 10:15:09 +0200 Subject: [PATCH 1/4] update bundle number --- linphone-Info.plist | 2 +- submodules/linphone | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linphone-Info.plist b/linphone-Info.plist index 2b7d2b222..80d3769e4 100644 --- a/linphone-Info.plist +++ b/linphone-Info.plist @@ -53,7 +53,7 @@ CFBundleVersion - 3 + 5 ITSAppUsesNonExemptEncryption ITSEncryptionExportComplianceCode diff --git a/submodules/linphone b/submodules/linphone index 0a79d79d0..1dc8608b1 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit 0a79d79d0f6c93d0d502e58732e367e59c7c745d +Subproject commit 1dc8608b1eb3d9b5eb8e823cc1f40d2c8e79a19f From 6196e43ed5368067bfaeded3ce4927cf025d9553 Mon Sep 17 00:00:00 2001 From: Brieuc Viel Date: Wed, 3 May 2017 10:19:33 +0200 Subject: [PATCH 2/4] [gsu] update linphone submodule --- submodules/linphone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/linphone b/submodules/linphone index 1dc8608b1..6979948c3 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit 1dc8608b1eb3d9b5eb8e823cc1f40d2c8e79a19f +Subproject commit 6979948c3eb1996c0e38e7a0fdcbcd10cc4dfa3d From 814ed946f62a7311f1ba43af703c3a6f7d8bba62 Mon Sep 17 00:00:00 2001 From: Brieuc Viel Date: Thu, 4 May 2017 11:19:49 +0200 Subject: [PATCH 3/4] [info] changelog.md updated --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd1eac65d..11e55ecb0 100644 --- a/CHANGELOG.md +++ b/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. +## [3.16.3] - 2017-05-03 + +### Added +- Imdm, chat message reception/lecture notification. + +### Changed +- Optimization of Chat list + +### Fixed +- Minor bugs fixes +- Crashes on Call cancel too soon + ## [3.16.2] - 2017-03-01 ### Added From a6895d2e346e2fcce25a33ddfca3c69ea86576d6 Mon Sep 17 00:00:00 2001 From: Brieuc Viel Date: Tue, 9 May 2017 12:35:42 +0200 Subject: [PATCH 4/4] [Bug] bugfix crash on launch if start_boot --- Classes/LinphoneAppDelegate.m | 2 +- linphone-Info.plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Classes/LinphoneAppDelegate.m b/Classes/LinphoneAppDelegate.m index 03265eebc..4fb3d38a5 100644 --- a/Classes/LinphoneAppDelegate.m +++ b/Classes/LinphoneAppDelegate.m @@ -306,7 +306,7 @@ [LinphoneManager.instance setProviderDelegate:self.del]; } - if (state != UIApplicationStateActive) { + if (state == UIApplicationStateBackground) { // we've been woken up directly to background; if (!start_at_boot || !background_mode) { // autoboot disabled or no background, and no push: do nothing and wait for a real launch diff --git a/linphone-Info.plist b/linphone-Info.plist index 80d3769e4..6d7f9c68c 100644 --- a/linphone-Info.plist +++ b/linphone-Info.plist @@ -24,7 +24,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.16.3 + 3.16.4 CFBundleURLTypes @@ -53,7 +53,7 @@ CFBundleVersion - 5 + 1 ITSAppUsesNonExemptEncryption ITSEncryptionExportComplianceCode