summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-06-26 14:19:30 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-06-26 14:19:30 -0400
commit906419c8db16b2df65638a29286ef6f6e273a348 (patch)
treeab313442413f5b536d1548b7e25fe6375a3baae2
parente005a34c0f1126e5038b241ccca79fff3f896f53 (diff)
downloadsdl_ios-906419c8db16b2df65638a29286ef6f6e273a348.tar.gz
Update for 4.6.0-rc.24.6.0-rc.2
-rw-r--r--CHANGELOG.md7
-rw-r--r--SmartDeviceLink.podspec2
-rw-r--r--SmartDeviceLink/Info.plist2
-rw-r--r--SmartDeviceLink/SDLProxy.m2
-rw-r--r--SmartDeviceLink_Example/Info.plist2
5 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac945407b..5481fad56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 4.6.0 Release Candidate 2 Release Notes (since RC 1)
+### Bug Fixes
+* Altered the connection timeframe from 0-10 seconds to 1.5-9.5 seconds to improve connection reliability. (SDL-0067)
+
+### Example App
+* Fixes a bug causing a crash upon unexpected IAP disconnection and reconnection.
+
# 4.6.0 Release Candidate 1 Release Notes
### Bug Fixes
* Fix setting lifecycle configuration `appType` to `nil`.
diff --git a/SmartDeviceLink.podspec b/SmartDeviceLink.podspec
index 04e2a3075..37cf1d137 100644
--- a/SmartDeviceLink.podspec
+++ b/SmartDeviceLink.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SmartDeviceLink"
-s.version = "4.6.0-rc.1"
+s.version = "4.6.0-rc.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 b5f4052c5..4eef7222e 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.5</string>
+ <string>4.6.0-rc.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
diff --git a/SmartDeviceLink/SDLProxy.m b/SmartDeviceLink/SDLProxy.m
index e47c24ba7..af8655776 100644
--- a/SmartDeviceLink/SDLProxy.m
+++ b/SmartDeviceLink/SDLProxy.m
@@ -43,7 +43,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.6.0-rc.1";
+NSString *const SDLProxyVersion = @"4.6.0-rc.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 18aa6f4c6..418fd9e5b 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.6.0-rc.1</string>
+ <string>4.6.0-rc.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>