Repository: cxf-fediz Updated Branches: refs/heads/master 2d811fa6a -> 1e7a29358
Adding release notes for 1.3.2 + 1.2.4 Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/1e7a2935 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/1e7a2935 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/1e7a2935 Branch: refs/heads/master Commit: 1e7a29358fba94497a5aadee5e4e6402ffc69fc3 Parents: 2d811fa Author: Colm O hEigeartaigh <[email protected]> Authored: Fri Apr 21 11:00:00 2017 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Fri Apr 21 11:00:00 2017 +0100 ---------------------------------------------------------------------- release_notes.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/1e7a2935/release_notes.txt ---------------------------------------------------------------------- diff --git a/release_notes.txt b/release_notes.txt index 92a5225..1f6cda2 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -65,6 +65,41 @@ N.A. 8. Specific issues, features, and improvements fixed in this version +Release Notes - CXF-Fediz - Version 1.3.2 + +Bug + + [FEDIZ-185] - Make one of passiveRequestorEndpoint or passiveRequestorEndpointConstraint mandatory in the IDP + [FEDIZ-189] - Add support for absolute URLs in the logoutRedirectTo parameter + [FEDIZ-191] - The HomeRealmReminder cookie is not deleted after logout in the IdP + [FEDIZ-194] - NPE when restarting Fediz OIDC after using dynamic registration + +Improvement + + [FEDIZ-173] - Cors support for js OIDC Implicit Flow + [FEDIZ-183] - Support logging out in the plugins via the "wa" parameter + [FEDIZ-186] - Add new logoutRedirectToConstraint plugin configuration parameter + [FEDIZ-193] - Add a way to support additional top level domains when registering OIDC clients + [FEDIZ-200] - Make one of logoutEndpoint or logoutEndpointConstraint mandatory in the IDP + +Task + + [FEDIZ-174] - Update CXF version to 3.1.8-SNAPSHOT + + +Release Notes - CXF-Fediz - Version 1.2.4 + +Bug + + [FEDIZ-185] - Make one of passiveRequestorEndpoint or passiveRequestorEndpointConstraint mandatory in the IDP + [FEDIZ-191] - The HomeRealmReminder cookie is not deleted after logout in the IdP + +Improvement + + [FEDIZ-186] - Add new logoutRedirectToConstraint plugin configuration parameter + [FEDIZ-200] - Make one of logoutEndpoint or logoutEndpointConstraint mandatory in the IDP + + Release Notes - CXF-Fediz - Version 1.2.3 Bug
