From 8b97f981b3cec3c51f131b3d3ee1d8ef41155454 Mon Sep 17 00:00:00 2001 From: Olga Dalton Date: Wed, 29 May 2019 16:09:21 -0700 Subject: [PATCH 1/6] Sanitizing nsnulls when reading from cache --- MSAL/IdentityCore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSAL/IdentityCore b/MSAL/IdentityCore index 25906a3235..9380478600 160000 --- a/MSAL/IdentityCore +++ b/MSAL/IdentityCore @@ -1 +1 @@ -Subproject commit 25906a3235737902af9e01b4cfb1fe16862095de +Subproject commit 93804786005d1fef597b18fc8905c997c1194162 From 063da810248f9ad127d84fb4e0599d150c08076f Mon Sep 17 00:00:00 2001 From: Olga Dalton Date: Wed, 29 May 2019 16:16:22 -0700 Subject: [PATCH 2/6] Updated MSAL version numbers --- CHANGELOG.md | 4 ++++ MSAL.podspec | 2 +- MSAL/resources/ios/Info.plist | 2 +- MSAL/resources/mac/Info.plist | 2 +- MSAL/src/MSAL_Internal.h | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78225c2b3a..3eaa80f739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.3.3] - 2019-05-29 +### Updated +- Ignore cached fields in JSON if they contains "null" + ## [0.3.2] - 2019-05-24 ### Updated - Updated to newer v2 broker protocol version diff --git a/MSAL.podspec b/MSAL.podspec index 4a4d186be7..3b4f92db50 100644 --- a/MSAL.podspec +++ b/MSAL.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MSAL" - s.version = "0.3.2" + s.version = "0.3.3" s.summary = "Microsoft Authentication Library (MSAL) Preview for iOS" s.description = <<-DESC diff --git a/MSAL/resources/ios/Info.plist b/MSAL/resources/ios/Info.plist index 5d13177d48..fd7bb41f83 100644 --- a/MSAL/resources/ios/Info.plist +++ b/MSAL/resources/ios/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.3.2 + 0.3.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/MSAL/resources/mac/Info.plist b/MSAL/resources/mac/Info.plist index 387323e5aa..d3592b8ea7 100644 --- a/MSAL/resources/mac/Info.plist +++ b/MSAL/resources/mac/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.3.2 + 0.3.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/MSAL/src/MSAL_Internal.h b/MSAL/src/MSAL_Internal.h index f05caa119a..b560a7a1c7 100644 --- a/MSAL/src/MSAL_Internal.h +++ b/MSAL/src/MSAL_Internal.h @@ -27,7 +27,7 @@ #define MSAL_VER_HIGH 0 #define MSAL_VER_LOW 3 -#define MSAL_VER_PATCH 2 +#define MSAL_VER_PATCH 3 #define STR_HELPER(x) #x #define STR(x) STR_HELPER(x) From 7ef6a2aac9d124146ec5899fd5a6facfb5ed5565 Mon Sep 17 00:00:00 2001 From: Olga Dalton Date: Wed, 29 May 2019 16:19:15 -0700 Subject: [PATCH 3/6] Reverted removed unit tests change --- MSAL/IdentityCore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSAL/IdentityCore b/MSAL/IdentityCore index 9380478600..ab220a99ac 160000 --- a/MSAL/IdentityCore +++ b/MSAL/IdentityCore @@ -1 +1 @@ -Subproject commit 93804786005d1fef597b18fc8905c997c1194162 +Subproject commit ab220a99ac96006eef61dbde641f4e2149721926 From 871296b25c3c876c2d277683450d36e8db915777 Mon Sep 17 00:00:00 2001 From: Olga Dalton Date: Wed, 29 May 2019 16:36:18 -0700 Subject: [PATCH 4/6] Fixed macOS build --- MSAL/IdentityCore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSAL/IdentityCore b/MSAL/IdentityCore index ab220a99ac..94d3dda700 160000 --- a/MSAL/IdentityCore +++ b/MSAL/IdentityCore @@ -1 +1 @@ -Subproject commit ab220a99ac96006eef61dbde641f4e2149721926 +Subproject commit 94d3dda70035f380d9b718c855b5eef1d630bfbb From 15d588243f435e966c1e814b757a2394792b846c Mon Sep 17 00:00:00 2001 From: Olga Dalton Date: Wed, 29 May 2019 16:46:54 -0700 Subject: [PATCH 5/6] Updated to merged common core --- MSAL/IdentityCore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSAL/IdentityCore b/MSAL/IdentityCore index 94d3dda700..843d7e74d1 160000 --- a/MSAL/IdentityCore +++ b/MSAL/IdentityCore @@ -1 +1 @@ -Subproject commit 94d3dda70035f380d9b718c855b5eef1d630bfbb +Subproject commit 843d7e74d1b94d6e5b6548e0cabeafd3874e4154 From ce4c8eed847bdea2e622a16047537efef6fce2f8 Mon Sep 17 00:00:00 2001 From: Olga Dalton Date: Wed, 29 May 2019 16:48:24 -0700 Subject: [PATCH 6/6] Updated to merged common core version --- MSAL/IdentityCore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSAL/IdentityCore b/MSAL/IdentityCore index 843d7e74d1..4b5c6b8a0d 160000 --- a/MSAL/IdentityCore +++ b/MSAL/IdentityCore @@ -1 +1 @@ -Subproject commit 843d7e74d1b94d6e5b6548e0cabeafd3874e4154 +Subproject commit 4b5c6b8a0deee9a39caafefba101a7cb31bf86e2