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 2013/08/19 15:47:34 UTC

svn commit: r875304 - in /websites/staging/directory/trunk/content: ./ apacheds/news.html mavibot/news.html

Author: buildbot
Date: Mon Aug 19 13:47:33 2013
New Revision: 875304

Log:
Staging update by buildbot for directory

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

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 19 13:47:33 2013
@@ -1 +1 @@
-1515407
+1515414

Modified: websites/staging/directory/trunk/content/apacheds/news.html
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/news.html (original)
+++ websites/staging/directory/trunk/content/apacheds/news.html Mon Aug 19 13:47:33 2013
@@ -125,6 +125,30 @@
 
 
 <h1 id="news">News</h1>
+<h2 id="apacheds-200-m15-released-posted-on-august-18th-2013">ApacheDS 2.0.0-M15 released <em>posted on August 18th, 2013</em></h2>
+<p>The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M15, the fifteenth milestone towards a 2.0 version.</p>
+<p>ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.</p>
+<p>Here is the release note for Apache Directory ApacheDS 2.0.0-M13:</p>
+<p><b>Bugs</b></p>
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1325">DIRSERVER-1325</a> - Simple Authentication can not be disabled</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1490">DIRSERVER-1490</a> - Not 100% sure, but the DN caches we have in the 
+Downloads are available <a href="downloads.html">here</a></li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1871">DIRSERVER-1871</a> - Logging Not Working in M14</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1872">DIRSERVER-1872</a> - The JournalInterceptor is not present in the configuration</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1874">DIRSERVER-1874</a> - Persistent search is not considering the scope of the search</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1875">DIRSERVER-1875</a> - Persistent search is not filtering the attributes before returning entries</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1879">DIRSERVER-1879</a> - Incorrect check on result code done in the PwdModifyResponseImpl constructor</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1880">DIRSERVER-1880</a> - ApacheDS failed to start on boot</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1882">DIRSERVER-1882</a> - KertabEncoder.write() method should take into account the size of the entries list to determine the buffer size</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1883">DIRSERVER-1883</a> - Searching for entries starting at the rootDSE does not work</li>
+</ul>
+<p><b>Improvement</b></p>
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1049">DIRSERVER-1049</a> - [PERF] Speed improvement in Search operation</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1519">DIRSERVER-1519</a> - [perf] The MoveAndRename operation is not optimal</li>
+</ul>
+<p>Downloads are available <a href="downloads.html">here</a></p>
 <h2 id="apacheds-200-m14-released-posted-on-july-1st-2013">ApacheDS 2.0.0-M14 released <em>posted on July 1st, 2013</em></h2>
 <p>The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M14, the forteenth milestone towards a 2.0 version.</p>
 <p>ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.</p>

Modified: websites/staging/directory/trunk/content/mavibot/news.html
==============================================================================
--- websites/staging/directory/trunk/content/mavibot/news.html (original)
+++ websites/staging/directory/trunk/content/mavibot/news.html Mon Aug 19 13:47:33 2013
@@ -123,6 +123,16 @@
 
 
 <h1 id="news">News</h1>
+<h2 id="apache-mavibot-100-m1-released-posted-on-august-6th-2013">Apache Mavibot 1.0.0-M1 released <em>posted on August 6th, 2013</em></h2>
+<p>The Apache Directory team is pleased to announce the release of Apache Mavibot 1.0.0-M1, the first milestone towards a 1.0 version.</p>
+<p><strong>Mavibot</strong> is a Multi Version Concurrency Control (MVCC) BTree in Java. It is expected to be a replacement for JDBM (The current backend for the Apache Directory Server), but could be a good fit for any other project in need of a Java MVCC BTree implementation.</p>
+<p>This milestone is the first step toward a complete MVCC implementation, it currently does not handle versions at all. Anyway, it's already a in memory/On disk full BTree implementation, which is 2 to 3 times faster than JDBM.</p>
+<p>The next milestones will add the missing features :
+- bulk load support
+- multi-version support with free pages management
+- transaction support</p>
+<p>ApacheDS has already been tested with Mavibot 1.0.-M1-SNAPSHOT, and it offers pretty good performances compared to JDBM, except when we inject a lot of entries in the server.</p>
+<p>Downloads are available <a href="downloads.html">here</a></p>
 <h2 id="apache-mavibot-added-to-apache-directory-project-posted-on-august-6th-2013">Apache Mavibot added to Apache Directory project <em>posted on August 6th, 2013</em></h2>
 <p>We are pround to announce that after less than one year of development in Apache Directory Labs, the Mavibot project has been accepted as a Apache Directory subproject.</p>
 <p>The project is still in its infancy, and anyone willing to participate in the effort is very welcome !</p>