summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-01-27 09:13:26 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-01-27 09:13:26 -0500
commita9795f8945d0cadc223a2fcaa47023b0e4674aba (patch)
tree8a5b6303492516c1d5ec9aa9c80bd0d80c14685d
parent9447225d037def7821419ce51e9ca6d8f6dbdc41 (diff)
downloadsdl_ios-a9795f8945d0cadc223a2fcaa47023b0e4674aba.tar.gz
Update to v4.5.24.5.2
-rw-r--r--CHANGELOG.md10
-rw-r--r--SmartDeviceLink-iOS.podspec2
-rw-r--r--SmartDeviceLink/Info.plist2
-rw-r--r--SmartDeviceLink/SDLProxy.m2
-rw-r--r--SmartDeviceLink_Example/Info.plist2
5 files changed, 14 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa7eafca0..5137037a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# 4.5.2 Release Notes
+### Bug Fixes
+* Fixed unhandled Register App Interface Response warnings causing the manager to disconnect.
+* Fixed `SDLManager stop` not actually stopping SDL.
+* Fixed `SDLDebugTool` resetting its logs on disconnection.
+* Fixed `SDLManager` auto-reconnection sometimes causing a crash.
+
+### Example Project
+* Connect / Disconnect button appearance fixed.
+
# 4.5.1 Release Notes
### Bug Fixes
* Fixed large file transfers not properly setting their offset.
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec
index cc33c9ecb..8f267a2a9 100644
--- a/SmartDeviceLink-iOS.podspec
+++ b/SmartDeviceLink-iOS.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SmartDeviceLink-iOS"
-s.version = "4.5.1"
+s.version = "4.5.2"
s.summary = "Connect your app with cars!"
s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS"
s.license = { :type => "New BSD", :file => "LICENSE" }
diff --git a/SmartDeviceLink/Info.plist b/SmartDeviceLink/Info.plist
index 3050683a6..9af75ceca 100644
--- a/SmartDeviceLink/Info.plist
+++ b/SmartDeviceLink/Info.plist
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
- <string>4.5.1</string>
+ <string>4.5.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
diff --git a/SmartDeviceLink/SDLProxy.m b/SmartDeviceLink/SDLProxy.m
index 2cc2de35f..58ee557c7 100644
--- a/SmartDeviceLink/SDLProxy.m
+++ b/SmartDeviceLink/SDLProxy.m
@@ -49,7 +49,7 @@ typedef NSString SDLVehicleMake;
typedef void (^URLSessionTaskCompletionHandler)(NSData *data, NSURLResponse *response, NSError *error);
typedef void (^URLSessionDownloadTaskCompletionHandler)(NSURL *location, NSURLResponse *response, NSError *error);
-NSString *const SDLProxyVersion = @"4.5.1";
+NSString *const SDLProxyVersion = @"4.5.2";
const float startSessionTime = 10.0;
const float notifyProxyClosedDelay = 0.1;
const int POLICIES_CORRELATION_ID = 65535;
diff --git a/SmartDeviceLink_Example/Info.plist b/SmartDeviceLink_Example/Info.plist
index 9a5a675b4..b95ad7669 100644
--- a/SmartDeviceLink_Example/Info.plist
+++ b/SmartDeviceLink_Example/Info.plist
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>4.5.1</string>
+ <string>4.5.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>