You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2016/11/07 05:20:45 UTC

svn commit: r1000611 - in /websites/staging/directory/trunk/content: ./ fortress/news.html

Author: buildbot
Date: Mon Nov  7 05:20:45 2016
New Revision: 1000611

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/fortress/news.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Nov  7 05:20:45 2016
@@ -1 +1 @@
-1768428
+1768429

Modified: websites/staging/directory/trunk/content/fortress/news.html
==============================================================================
--- websites/staging/directory/trunk/content/fortress/news.html (original)
+++ websites/staging/directory/trunk/content/fortress/news.html Mon Nov  7 05:20:45 2016
@@ -172,20 +172,30 @@ h2:hover > .headerlink, h3:hover > .head
 
 <p>The Apache Directory Project announces the fifth release of Fortress.  This major revision has a couple of changes that have broken backward compatibility with 1.x:</p>
 <ol>
-<li>FC-183 - Use Apache IANA Number of OID - The LDAP schema uses the Apache Directory's IANA base number instead of the one from JoshuaTree.</li>
+<li>FC-183 - Use Apache IANA Number of OID - The LDAP schema uses the Apache Directory's IANA base number instead of the one from JoshuaTree.
+ Requires updating existing fortress impls to upgrade schema using latest:</li>
+<li>OpenLDAP: https://github.com/apache/directory-fortress-core/blob/master/ldap/schema/fortress.schema</li>
+<li>ApacheDS: https://github.com/apache/directory-fortress-core/blob/master/ldap/schema/apacheds-fortress.ldif</li>
+<li>
+<p>To ensure the old copy of data works with this release, be sure to export and reimport data (using ldif format) after the schema has been updated on the LDAP server. </p>
+</li>
+<li>
+<p>FC-194 - Change password representation from a char[] to a String
+ Applies to all methods using a password in the arguments.  If using the fortress-realm, ensure the tomcat instance has the latest proxy jar also.</p>
+</li>
 </ol>
-<p>Requires updating existing fortress impls to upgrade schema using latest:
- * OpenLDAP: https://github.com/apache/directory-fortress-core/blob/master/ldap/schema/fortress.schema
- * ApacheDS: https://github.com/apache/directory-fortress-core/blob/master/ldap/schema/apacheds-fortress.ldif
- * To ensure the old copy of data works with this release, be sure to export and reimport data (using ldif format) after the schema has been updated on the LDAP server. </p>
-<ol>
-<li>FC-194 - Change password representation from a char[] to a String</li>
-<li>Applies to all methods using a password in the arguments.  If using the fortress-realm, ensure the tomcat instance has the latest proxy jar also.</li>
-</ol>
-<p>Other enhancements include:
- * FC-116 Basic ABAC capabilities
- * FC-144 Enhanced group-to-role mappings
- * FC-181 Multitenancy for Realm and Web</p>
+<p>Other enhancements include:</p>
+<ul>
+<li>
+<p>FC-116 Basic ABAC capabilities</p>
+</li>
+<li>
+<p>FC-144 Enhanced group-to-role mappings</p>
+</li>
+<li>
+<p>FC-181 Multitenancy for Realm and Web</p>
+</li>
+</ul>
 <p>The complete list can be found in this JIRA report:</p>
 <ul>
 <li>https://issues.apache.org/jira/browse/FC-200?jql=project%20%3D%20FC%20AND%20fixVersion%20%3D%202.0.0-RC1%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC%2C%20created%20ASC</li>