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:24:02 UTC

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

Author: buildbot
Date: Mon Nov  7 05:24:01 2016
New Revision: 1000613

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:24:01 2016
@@ -1 +1 @@
-1768430
+1768431

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:24:01 2016
@@ -172,24 +172,16 @@ 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>
-</ol>
-<p>Requires updating existing fortress impls to upgrade schema using latest:</p>
-<ul>
-<li>
-<p>OpenLDAP: https://github.com/apache/directory-fortress-core/blob/master/ldap/schema/fortress.schema</p>
-</li>
-<li>
-<p>ApacheDS: https://github.com/apache/directory-fortress-core/blob/master/ldap/schema/apacheds-fortress.ldif</p>
-</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>
+<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>
-</ul>
+</ol>
 <p>Other enhancements include:</p>
 <ul>
 <li>