diff --git a/ChangeLog b/ChangeLog index 66b761c24..cb2235b73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +commit 1221da24439397bf66c9701ba356bd61fe4eff12 +Author: Jean Raby +Date: Tue Jun 25 09:12:27 2013 -0400 + + Add CASLogoutRequestMap.plist + +A SoObjects/SOGo/CASLogoutRequestMap.plist + +commit f27b8b6a54a12f2ae4eea8bff6409eb4f3284ced +Author: Jean Raby +Date: Tue Jun 25 09:06:28 2013 -0400 + + Document SOGoCASLogoutEnabled + +M Documentation/SOGo Installation Guide.odt + +commit a6b393c2c197eb9b56e895833b05d02f8a13282a +Author: Ludovic Marcotte +Date: Fri Jun 21 11:26:42 2013 -0400 + + Update ChangeLog + +M ChangeLog + commit faf228022ac83e3c66b0f4f1e23654a9b273e601 Author: Ludovic Marcotte Date: Fri Jun 21 11:25:55 2013 -0400 diff --git a/Documentation/SOGo Installation Guide.odt b/Documentation/SOGo Installation Guide.odt index ba47f7351..69c779982 100644 Binary files a/Documentation/SOGo Installation Guide.odt and b/Documentation/SOGo Installation Guide.odt differ diff --git a/NEWS b/NEWS index 0fb8c7610..2849bd1ec 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +2.0.6a (2013-06-25) +------------------ + +Bug fixes + - Documentation fixes + - Added missing file for CAS single logout + 2.0.6 (2013-06-21) ------------------ diff --git a/SoObjects/SOGo/CASLogoutRequestMap.plist b/SoObjects/SOGo/CASLogoutRequestMap.plist new file mode 100644 index 000000000..b6409df66 --- /dev/null +++ b/SoObjects/SOGo/CASLogoutRequestMap.plist @@ -0,0 +1,22 @@ +{ + /* + * @NOT_USED@ + * ST-114-ypmWHaklq3vPxByAIgdc-cas01.example.org + * + */ + + "urn:oasis:names:tc:SAML:2.0:protocol" = { + LogoutRequest = { + class = CASLogoutRequest; + attributes = { + SessionIndex = sessionIndex; + }; + }; + + SessionIndex = { + class = NSString; + key = sessionIndex; + }; + }; + +} diff --git a/Version b/Version index 466b1a5e4..17167dc90 100644 --- a/Version +++ b/Version @@ -4,4 +4,4 @@ MAJOR_VERSION=2 MINOR_VERSION=0 -SUBMINOR_VERSION=6 +SUBMINOR_VERSION=6a