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

svn commit: r1768426 - in /directory/site/trunk/content/fortress: download-old-versions.mdtext news.mdtext

Author: smckinney
Date: Mon Nov  7 04:54:05 2016
New Revision: 1768426

URL: http://svn.apache.org/viewvc?rev=1768426&view=rev
Log:
Fortress 2.0.0-RC1

Modified:
    directory/site/trunk/content/fortress/download-old-versions.mdtext
    directory/site/trunk/content/fortress/news.mdtext

Modified: directory/site/trunk/content/fortress/download-old-versions.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/download-old-versions.mdtext?rev=1768426&r1=1768425&r2=1768426&view=diff
==============================================================================
--- directory/site/trunk/content/fortress/download-old-versions.mdtext (original)
+++ directory/site/trunk/content/fortress/download-old-versions.mdtext Mon Nov  7 04:54:05 2016
@@ -22,6 +22,7 @@ Notice: Licensed to the Apache Software
 
 | Version| Download Link | Javadoc | Date |
 |:-:|:-:|:-:|:-:|
+| Apache Fortress 1.0.1 | [Download](http://archive.apache.org/dist/directory/fortress/dist/1.0.1) | [Javadoc](http://directory.apache.org/fortress/gen-docs/1.0.1/apidocs/) |22/Jul/2016 |
 | Apache Fortress 1.0.0 | [Download](http://archive.apache.org/dist/directory/fortress/dist/1.0.0) | [Javadoc](http://directory.apache.org/fortress/gen-docs/1.0.0/apidocs/) |15/Apr/2016 |
 | Apache Fortress 1.0-RC42 | [Download](http://archive.apache.org/dist/directory/fortress/dist/1.0-RC42) | [Javadoc](http://directory.apache.org/fortress/gen-docs/1.0-RC42/apidocs/) |28/Mar/2016 |
 | Apache Fortress 1.0-RC40 | [Download](http://archive.apache.org/dist/directory/fortress/dist/1.0-RC40) | [Javadoc](http://directory.apache.org/fortress/gen-docs/1.0-RC40/apidocs/) |15/Apr/2015 |

Modified: directory/site/trunk/content/fortress/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/news.mdtext?rev=1768426&r1=1768425&r2=1768426&view=diff
==============================================================================
--- directory/site/trunk/content/fortress/news.mdtext (original)
+++ directory/site/trunk/content/fortress/news.mdtext Mon Nov  7 04:54:05 2016
@@ -1,20 +1,36 @@
 # Fortress News
 
-<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>
 
-The Apache Directory Project announces the fourth release of Fortress.
+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:
 
-This maintenance release includes the following enhancements:
+1. 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.
 
-* Fortress Core use of a non-static configurator
+ * Requires updating existing fortress impls to upgrade schema using latest:
 
-* Fortress Core to use the Apache LDAP API 1.0.0-RC1
+  - OpenLDAP: https://github.com/apache/directory-fortress-core/blob/master/ldap/schema/fortress.schema
 
-* Fortress Rest to use Apache CXF 3.1.6 and Spring 4.3.1
+  - ApacheDS: https://github.com/apache/directory-fortress-core/blob/master/ldap/schema/apacheds-fortress.ldif
 
-* Fortress Web to use Apache Wicket 7.3.0 and Spring 4.3.1
+  - 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. 
+
+2. 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.
+
+Other enhancements include:
+
+ * FC-116 Basic ABAC capabilities
+
+ * FC-144 Enhanced group-to-role mappings
+
+ * FC-181 Multitenancy for Realm and Web
+
+The complete list can be found in this JIRA report:
+
+  * 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
 
-To learn how to install Fortress and configure for LDAP usage try one of the quickstarts:
+To learn more about how to install Apache Fortress and configure for LDAP usage try one of the quickstarts:
 
 * [ApacheDS & Fortress QUICKSTART](https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-APACHEDS.md)
 
@@ -30,6 +46,20 @@ More options:
 
 * [Installation Guides](installation.html)
 
+<h2 class="news">Apache Fortress 1.0.1 Released<em>posted on July 22nd, 2016</em></h2>
+
+The Apache Directory Project announces the fourth release of Fortress.
+
+This maintenance release includes the following enhancements:
+
+* Fortress Core use of a non-static configurator
+
+* Fortress Core to use the Apache LDAP API 1.0.0-RC1
+
+* Fortress Rest to use Apache CXF 3.1.6 and Spring 4.3.1
+
+* Fortress Web to use Apache Wicket 7.3.0 and Spring 4.3.1
+
 <h2 class="news">Apache Fortress 1.0.0 Released<em>posted on April 15th, 2016</em></h2>
 
 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.