You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2016/09/02 10:15:35 UTC

cxf-fediz git commit: Updating release notes + Apache parent version

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 186022a47 -> b4ac2875d


Updating release notes + Apache parent version


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/b4ac2875
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/b4ac2875
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/b4ac2875

Branch: refs/heads/master
Commit: b4ac2875d11416f794ebf273779657b9d954102e
Parents: 186022a
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Fri Sep 2 11:15:21 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Fri Sep 2 11:15:21 2016 +0100

----------------------------------------------------------------------
 pom.xml           |  2 +-
 release_notes.txt | 16 ++++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/b4ac2875/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2d4d487..beea523 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>17</version>
+        <version>18</version>
     </parent>
 
     <prerequisites>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/b4ac2875/release_notes.txt
----------------------------------------------------------------------
diff --git a/release_notes.txt b/release_notes.txt
index cee24fa..95dadc1 100644
--- a/release_notes.txt
+++ b/release_notes.txt
@@ -63,6 +63,22 @@ N.A.
 
 8. Specific issues, features, and improvements fixed in this version
 
+Release Notes - CXF-Fediz - Version 1.2.3
+
+Bug
+
+    [FEDIZ-161] - FederationConfigImpl.init() calls loadConfig(File) which fails for war files with special characters in its name
+    [FEDIZ-164] - IdP default flow doesn't support multiple realms
+    [FEDIZ-169] - Enforce mandatory requested claims on the RP side
+    [FEDIZ-170] - Load keystore/truststore resources in the container plugins
+
+Improvement
+
+    [FEDIZ-154] - Example 'simpleWebapp' needs proper configuration of the FederationEntryPoint in IDP realm-b
+    [FEDIZ-159] - whr propagation can be disabled
+    [FEDIZ-168] - Support SAML Token without Audience Restriction
+
+
 Release Notes - CXF-Fediz - Version 1.3.1
 
 Bug