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
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 e9132b7e5..6d7f9c68c 100644
--- a/linphone-Info.plist
+++ b/linphone-Info.plist
@@ -53,7 +53,7 @@
CFBundleVersion
- 3
+ 1
ITSAppUsesNonExemptEncryption
ITSEncryptionExportComplianceCode