Repository: cxf-fediz Updated Branches: refs/heads/1.2.x-fixes bf5f471d4 -> 90431dbbf
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/22d8ad93 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/22d8ad93 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/22d8ad93 Branch: refs/heads/1.2.x-fixes Commit: 22d8ad9373b5e08202da66e32006e3ade1b9dd9f Parents: bf5f471 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:47 2017 +0100 ---------------------------------------------------------------------- release_notes.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/22d8ad93/release_notes.txt ---------------------------------------------------------------------- diff --git a/release_notes.txt b/release_notes.txt index e19f929..8531aea 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -63,6 +63,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
