You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ow...@apache.org on 2012/10/30 21:36:15 UTC

svn commit: r1403862 - /cxf/fediz/trunk/release_notes.txt

Author: owulff
Date: Tue Oct 30 20:36:15 2012
New Revision: 1403862

URL: http://svn.apache.org/viewvc?rev=1403862&view=rev
Log:
release notes updated

Modified:
    cxf/fediz/trunk/release_notes.txt

Modified: cxf/fediz/trunk/release_notes.txt
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/release_notes.txt?rev=1403862&r1=1403861&r2=1403862&view=diff
==============================================================================
--- cxf/fediz/trunk/release_notes.txt (original)
+++ cxf/fediz/trunk/release_notes.txt Tue Oct 30 20:36:15 2012
@@ -1,4 +1,4 @@
-Apache CXF Fediz 1.0.1 Release Notes
+Apache CXF Fediz 1.0.2 Release Notes
 
 1. Overview
 
@@ -54,6 +54,28 @@ N.A.
 
 8. Specific issues, features, and improvements fixed in this version
 
+
+Release Notes - CXF-Fediz - Version 1.0.2
+
+** Bug
+    * [FEDIZ-26] - SAMLTokenValidator throws a NPE when an Attribute of the Assertion does not have a NameFormat
+
+** Improvement
+    * [FEDIZ-18] - Make supported claims configurable in FileClaimsHandler
+    * [FEDIZ-20] - IDP should maintain authentication state
+    * [FEDIZ-17] - Current Fediz STS exposes SOAP 1.1 end point
+    * [FEDIZ-25] - Look for fediz_config.xml in catalina base too
+
+** New Feature
+    * [FEDIZ-30] - Relying Party can enforce re-authentication using wfresh parameter
+    * [FEDIZ-28] - Logout capability in IDP
+ 
+** Task
+    * [FEDIZ-29] - Migrate to CXF 2.6.3
+
+** Test
+
+
 Release Notes - CXF-Fediz - Version 1.0.1
 
 ** Bug