Merge to 2.0.6a

maint-2.1.1 SOGo-2.0.6a
Jean Raby 2013-06-25 09:22:35 -04:00
commit 7ec1973e0f
5 changed files with 54 additions and 1 deletions

View File

@ -1,3 +1,27 @@
commit 1221da24439397bf66c9701ba356bd61fe4eff12
Author: Jean Raby <jraby@inverse.ca>
Date: Tue Jun 25 09:12:27 2013 -0400
Add CASLogoutRequestMap.plist
A SoObjects/SOGo/CASLogoutRequestMap.plist
commit f27b8b6a54a12f2ae4eea8bff6409eb4f3284ced
Author: Jean Raby <jraby@inverse.ca>
Date: Tue Jun 25 09:06:28 2013 -0400
Document SOGoCASLogoutEnabled
M Documentation/SOGo Installation Guide.odt
commit a6b393c2c197eb9b56e895833b05d02f8a13282a
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Fri Jun 21 11:26:42 2013 -0400
Update ChangeLog
M ChangeLog
commit faf228022ac83e3c66b0f4f1e23654a9b273e601
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Fri Jun 21 11:25:55 2013 -0400

7
NEWS
View File

@ -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)
------------------

View File

@ -0,0 +1,22 @@
{
/* <samlp:LogoutRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" ID="LR-101-ukLsAdi2dgeqM79coNFdFYxhlODDilY7ALx" Version="2.0" IssueInstant="2013-06-19T11:10:23Z">
* <saml:NameID xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">@NOT_USED@</saml:NameID>
* <samlp:SessionIndex>ST-114-ypmWHaklq3vPxByAIgdc-cas01.example.org</samlp:SessionIndex>
* </samlp:LogoutRequest>
*/
"urn:oasis:names:tc:SAML:2.0:protocol" = {
LogoutRequest = {
class = CASLogoutRequest;
attributes = {
SessionIndex = sessionIndex;
};
};
SessionIndex = {
class = NSString;
key = sessionIndex;
};
};
}

View File

@ -4,4 +4,4 @@
MAJOR_VERSION=2
MINOR_VERSION=0
SUBMINOR_VERSION=6
SUBMINOR_VERSION=6a