Skip to content

Commit

Permalink
Update version string and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncoolmax committed Nov 6, 2017
1 parent b588e82 commit f554b6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ADAL/src/ADAL_Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
// Framework versions only support high and low for the double value, sadly.
#define ADAL_VERSION_NUMBER INT_CONCAT(ADAL_VER_HIGH, ADAL_VER_LOW)

#define ADAL_VERSION_STRING STR(ADAL_VER_HIGH) "." STR(ADAL_VER_LOW) "." STR(ADAL_VER_PATCH) "-dev"
#define ADAL_VERSION_NSSTRING @"" STR(ADAL_VER_HIGH) "." STR(ADAL_VER_LOW) "." STR(ADAL_VER_PATCH) "-dev"
#define ADAL_VERSION_STRING STR(ADAL_VER_HIGH) "." STR(ADAL_VER_LOW) "." STR(ADAL_VER_PATCH)
#define ADAL_VERSION_NSSTRING @"" STR(ADAL_VER_HIGH) "." STR(ADAL_VER_LOW) "." STR(ADAL_VER_PATCH)

#define ADAL_VERSION_HELPER(high, low, patch) adalVersion_ ## high ## _ ## low ## _ ## patch
#define ADAL_VERSION_(high, low, patch) ADAL_VERSION_HELPER(high, low, patch)
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 2.5.2 (11.06.2017)
-------------
* Improved SSO capabilities between different authority aliases (e.g. login.windows.net and login.microsoftonline.com) (#1060, #1061, #1069, #1079)
* Added additional server telemetry (#1041)
* Fixed a token persistence issue for assertion flow (#1004)
* Added additional NSNull check, when parsing server responses (#1055)


Version 2.5.1 (07.10.2017)
-------------
* Add support for applications that use the handleOpenURL:UIApplicationDelegate method for accepting URL requests (#1000)
Expand Down

0 comments on commit f554b6b

Please sign in to comment.