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 16:17:55 UTC

svn commit: r1000675 - in /websites/staging/directory/trunk/content: ./ fortress/download/download-archive.html fortress/index.html

Author: buildbot
Date: Mon Nov  7 16:17:54 2016
New Revision: 1000675

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/fortress/download/download-archive.html
    websites/staging/directory/trunk/content/fortress/index.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Nov  7 16:17:54 2016
@@ -1 +1 @@
-1768532
+1768545

Modified: websites/staging/directory/trunk/content/fortress/download/download-archive.html
==============================================================================
--- websites/staging/directory/trunk/content/fortress/download/download-archive.html (original)
+++ websites/staging/directory/trunk/content/fortress/download/download-archive.html Mon Nov  7 16:17:54 2016
@@ -184,7 +184,7 @@
                             [preferred]/[...]/fortress-core-2.0.0-RC1.jar
                         </strong>
                     </a>
-                </td>     https://dist.apache.org/repos/dist/release/directory/fortress/dist/2.0.0-RC1/
+                </td>
                 <td align="right">
                     [<a href="https://dist.apache.org/repos/dist/release/directory/fortress/dist/2.0.0-RC1/fortress-core-2.0.0-RC1.jar.asc">ASC</a>-<a href="https://dist.apache.org/repos/dist/release/directory/fortress/dist/2.0.0-RC1/fortress-core-2.0.0-RC1.jar.md5">MD5-<a href="https://dist.apache.org/repos/dist/release/directory/fortress/dist/2.0.0-RC1/fortress-core-2.0.0-RC1.jar.sha1">SHA1</a>]
                 </td>

Modified: websites/staging/directory/trunk/content/fortress/index.html
==============================================================================
--- websites/staging/directory/trunk/content/fortress/index.html (original)
+++ websites/staging/directory/trunk/content/fortress/index.html Mon Nov  7 16:17:54 2016
@@ -188,7 +188,44 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="fortress-news">Fortress News<a class="headerlink" href="#fortress-news" title="Permanent link">&para;</a></h1>
-<h2 class="news">Apache Fortress 1.0.1 Released<em>posted on July 22nd, 2016</em></h2>
+<h2 class="news">Apache Fortress 2.0.0-RC1 Released <em>posted on November 7th, 2016</em></h2>
+
+<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>
+<p><a href="https://issues.apache.org/jira/browse/FC-183">FC-183</a> - 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:</p>
+<ul>
+<li><a href="https://github.com/apache/directory-fortress-core/blob/master/ldap/schema/fortress.schema">OpenLDAP</a></li>
+<li><a href="https://github.com/apache/directory-fortress-core/blob/master/ldap/schema/apacheds-fortress.ldif">ApacheDS</a></li>
+<li>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. </li>
+</ul>
+</li>
+<li>
+<p><a href="https://issues.apache.org/jira/browse/FC-194">FC-194</a> - 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>
+<ul>
+  <li>Other enhancements include:
+    <ul>
+      <li><a href="https://issues.apache.org/jira/browse/FC-116">FC-116</a> : Basic ABAC capabilities</li>
+      <li><a href="https://issues.apache.org/jira/browse/FC-144">FC-144</a> : Enhanced group-to-role mappings</li>
+      <li><a href="https://issues.apache.org/jira/browse/FC-181">FC-181</a> : Multitenancy for Realm and Web</li>
+    </ul>
+  </li>
+</ul>
+
+<ul>
+  <li>The complete list can be found in this JIRA report:
+    <ul>
+      <li>
+        <a href="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">Issues fixed in this release</a>
+        <br>
+      </li>
+    </ul>
+  </li>
+</ul>
+
+<h2 class="news">Apache Fortress 1.0.1 Released <em>posted on July 22nd, 2016</em></h2>
 
 <p>The Apache Directory Project announces the fourth release of Fortress.</p>
 <p>This maintenance release includes the following enhancements:</p>
@@ -206,40 +243,16 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Fortress Web to use Apache Wicket 7.3.0 and Spring 4.3.1</p>
 </li>
 </ul>
-<p>To learn how to install Fortress and configure for LDAP usage try one of the quickstarts:</p>
-<ul>
-<li>
-<p><a href="https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-APACHEDS.md">ApacheDS &amp; Fortress QUICKSTART</a></p>
-</li>
-<li>
-<p><a href="https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-SLAPD.md">OpenLDAP &amp; Fortress QUICKSTART</a></p>
-</li>
-</ul>
-<p>To understand how it may be used inside a Web app, for access control, check out these tutorials:</p>
-<ul>
-<li>
-<p><a href="http://iamfortress.net/2015/03/13/enabling-java-ee-and-fortress-security-inside-an-apache-wicket-web-app/">Enabling Java EE and Fortress Security inside an Apache Wicket Web App</a></p>
-</li>
-<li>
-<p><a href="http://iamfortress.net/2015/02/16/apache-fortress-end-to-end-security-tutorial/">Apache Fortress End-to-End Security Tutorial</a></p>
-</li>
-</ul>
-<p>More options:</p>
-<ul>
-<li><a href="installation.html">Installation Guides</a></li>
-</ul>
-<h2 class="news">Apache Fortress 1.0.0 Released<em>posted on April 15th, 2016</em></h2>
+<h2 class="news">Apache Fortress 1.0.0 Released <em>posted on April 15th, 2016</em></h2>
 
 <p>The Apache Directory Project announces the third release of Fortress which provides role-based access control, delegated administration and password policies using LDAP servers like ApacheDS and OpenLDAP.</p>
-<h2 class="news">Apache Fortress 1.0-RC42 Released<em>posted on March 28th, 2016</em></h2>
+<h2 class="news">Apache Fortress 1.0-RC42 Released <em>posted on March 28th, 2016</em></h2>
 
 <p>The Apache Directory Project announces the second release of Fortress which includes the Core, Realm, Rest and Web components.</p>
-<p>Dozens of features and bug fixes have been added since the last release.</p>
-<ul>
-<li><a href="https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%201.0.0-RC41%20OR%20fixVersion%20%3D%201.0.0-RC42%20%20AND%20project%20%3D%20FC">JIRA Report for fix version is 1.0-RC41 &amp; 1.0-RC42</a></li>
-</ul>
+<p>Dozens of features and bug fixes have been added since the last release.
+    * <a href="https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%201.0.0-RC41%20OR%20fixVersion%20%3D%201.0.0-RC42%20%20AND%20project%20%3D%20FC">JIRA Report for fix version is 1.0-RC41 &amp; 1.0-RC42</a></p>
 <p>This is the first time we've released other packages of Realm, Rest and Web components.  A 1.0 GA release will follow in coming weeks.</p>
-<h2 class="news">Apache Fortress Core 1.0-RC40 released !<em>posted on April 15th, 2015</em></h2>
+<h2 class="news">Apache Fortress Core 1.0-RC40 released ! <em>posted on April 15th, 2015</em></h2>
 
 <p>The Apache Directory Project is proud to announce the very first release of Fortress Core, the core library of the Fortress project.</p>
 <p>The Apache Fortress project provides a full ANSI RBAC compliant management and enforcement system that builds on existing open source applications like ApacheDS, OpenLDAP and Apache Tomcat.</p>