You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/03/13 08:08:30 UTC

svn commit: r1577041 - in /directory/site/trunk: content/api/news.mdtext content/mavibot/download-old-versions.mdtext content/mavibot/news.mdtext content/mavibot/user-guide/1.1-btree-basics.mdtext lib/path.pm

Author: elecharny
Date: Thu Mar 13 07:08:29 2014
New Revision: 1577041

URL: http://svn.apache.org/r1577041
Log:
Prepared the site for Mavibot, API and ApacheDS releases

Modified:
    directory/site/trunk/content/api/news.mdtext
    directory/site/trunk/content/mavibot/download-old-versions.mdtext
    directory/site/trunk/content/mavibot/news.mdtext
    directory/site/trunk/content/mavibot/user-guide/1.1-btree-basics.mdtext
    directory/site/trunk/lib/path.pm

Modified: directory/site/trunk/content/api/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/news.mdtext?rev=1577041&r1=1577040&r2=1577041&view=diff
==============================================================================
--- directory/site/trunk/content/api/news.mdtext (original)
+++ directory/site/trunk/content/api/news.mdtext Thu Mar 13 07:08:29 2014
@@ -1,4 +1,46 @@
 # News
+<h2 class="news">Apache Directory LDAP API 1.0.0-M21 released <em>posted on March 13th, 2014</em></h2>
+
+The Apache Directory Team is proud to announce the availability of version 1.0.0-M21 of the Apache Directory LDAP API.
+
+The Apache Directory LDAP API is an ongoing effort to provide an enhanced LDAP API, as a replacement for JNDI and the existing LDAP API (jLdap and Mozilla LDAP API).
+
+This is a schema aware API, with some convenient ways to access a LDAP server. This API is not only targeting the Apache Directory Server, but should work pristine with any LDAP server.
+
+It's also an extensible API : new Controls, schema elements and network layer could be added or used in the near future. It's also OSGi capable.
+
+Here are the release note for Apache Directory LDAP API 1.0.0-M21:
+
+<b>Bugs : </b>
+
+  * [DIRAPI-126 <https://issues.apache.org/jira/browse/DIRAPI-126>] - Timeout Exception on bind while pwdExpireWarning period
+  * [DIRAPI-128 <https://issues.apache.org/jira/browse/DIRAPI-128>] - FilterEncoder.format() should accept String varargs
+  * [DIRAPI-152 <https://issues.apache.org/jira/browse/DIRAPI-152>] - Attribute.toString() method appends newline
+  * [DIRAPI-157 <https://issues.apache.org/jira/browse/DIRAPI-157>] - Calling the add() method with a multi-value attribute and a null value throws an NPE
+  * [DIRAPI-160 <https://issues.apache.org/jira/browse/DIRAPI-160>] - DSML engine is not setting the 'requestID' value in BatchResponse when output stream instance is provided
+  * [DIRAPI-161 <https://issues.apache.org/jira/browse/DIRAPI-161>] - Timeout does not apply to connect method
+  * [DIRAPI-173 <https://issues.apache.org/jira/browse/DIRAPI-173>] - When using TLS and multiple binds, LdapNetworkConnection attempts to start TLS multiple times
+  * [DIRAPI-176 <https://issues.apache.org/jira/browse/DIRAPI-176>] - LDIFReader does not accept empty DN (rootDSE)
+
+
+<b>Improvements :</b>
+
+  * [DIRAPI-137 <https://issues.apache.org/jira/browse/DIRAPI-137>] - Add Control support for RFC 2891 - LDAP Control Extension for Server Side Sorting of Search Results http://www.faqs.org/rfcs/rfc2891.html
+  * [DIRAPI-153 <https://issues.apache.org/jira/browse/DIRAPI-153>] - Implement efficient reuse of schema loading
+  * [DIRAPI-159 <https://issues.apache.org/jira/browse/DIRAPI-159>] - Add a method to set a SchemaManager in LdapConnection
+  * [DIRAPI-169 <https://issues.apache.org/jira/browse/DIRAPI-169>] - Formalize the contract of PasswordPolicyResponse by stating that -1 is returned if no value is set.
+  * [DIRAPI-170 <https://issues.apache.org/jira/browse/DIRAPI-170>] - Allow StandaloneLdapApiServices to be configured without system properties
+  * [DIRAPI-175 <https://issues.apache.org/jira/browse/DIRAPI-175>] - LdifReader should handle empty
+
+<b>New Feature</b>
+
+  * [DIRAPI-143 <https://issues.apache.org/jira/browse/DIRAPI-143>] - Add Controls to support server-side sorting
+  
+Feel free to experiment, we highly appreciate your feedback !
+
+Downloads are available [here](downloads.html) and the User's Guide is [there](user-guide.html)
+
+
 <h2 class="news">Apache Directory LDAP API 1.0.0-M20 released <em>posted on August 18th, 2013</em></h2>
 
 The Apache Directory Team is proud to announce the availability of version 1.0.0-M20 of the Apache Directory LDAP API.

Modified: directory/site/trunk/content/mavibot/download-old-versions.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/download-old-versions.mdtext?rev=1577041&r1=1577040&r2=1577041&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/download-old-versions.mdtext (original)
+++ directory/site/trunk/content/mavibot/download-old-versions.mdtext Thu Mar 13 07:08:29 2014
@@ -22,6 +22,7 @@ Notice: Licensed to the Apache Software 
 
 | Version| Download Link | Date |
 |:-:|:-:|:-:|
+| Apache MAVIBOT 1.0.0-M3 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M3) | 16/Dec/2013 |
 | Apache MAVIBOT 1.0.0-M2 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M2) | 06/Nov/2013 |
 | Apache MAVIBOT 1.0.0-M1 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M1) | 06/Jun/2013 |
 

Modified: directory/site/trunk/content/mavibot/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/news.mdtext?rev=1577041&r1=1577040&r2=1577041&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/news.mdtext (original)
+++ directory/site/trunk/content/mavibot/news.mdtext Thu Mar 13 07:08:29 2014
@@ -1,4 +1,20 @@
 # News
+<h2 class="news">Apache Mavibot 1.0.0-M4 released <em>posted on March 13th, 2014</em></h2>
+
+The Apache Directory team is pleased to announce the release of Apache Mavibot 1.0.0-M4, the forth milestone towards a 1.0 version.
+
+**Mavibot** 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.
+
+This version brings some new improvements in the API and the performances. The In-memory and Persisted B-trees classes have
+been moved into the same package, to avoid exposing the methods to the external world. We also have shared the common methods.
+
+Some specific exceptions have been created.
+
+This is by far not the latest milestone, the next one will bring major changes : revisions support, transaction support.
+
+**ApacheDS** has already been tested with **Mavibot 1.0.-M4-SNAPSHOT**
+
+Downloads are available [here](downloads.html)
 
 <h2 class="news">Apache Mavibot 1.0.0-M3 released <em>posted on December 16th, 2013</em></h2>
 

Modified: directory/site/trunk/content/mavibot/user-guide/1.1-btree-basics.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/user-guide/1.1-btree-basics.mdtext?rev=1577041&r1=1577040&r2=1577041&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/user-guide/1.1-btree-basics.mdtext (original)
+++ directory/site/trunk/content/mavibot/user-guide/1.1-btree-basics.mdtext Thu Mar 13 07:08:29 2014
@@ -32,7 +32,7 @@ The important point here is the last one
 
 1.1.1 - Inside a B-tree
 
-A **B-Tree** contains **Nodes** and **Leaves**. A *Node* points to other **Nodes** or **Leaves**. **Leaves** contains **Values**. Both **Nodes** and **Leaves** have **Keys** that are associated with *Values*. **Keys** are not copied in many pages, they just appear once in the whole **B-tree**.
+A **B-Tree** contains **Nodes** and **Leaves**. A *Node* points to other **Nodes** or **Leaves**. Both **Nodes** and **Leaves** have **Keys** that are associated with *Values*. **Keys** are not copied in many pages, they just appear once in the whole **B-tree**.
 
 Pretty simple !
 

Modified: directory/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/directory/site/trunk/lib/path.pm?rev=1577041&r1=1577040&r2=1577041&view=diff
==============================================================================
--- directory/site/trunk/lib/path.pm (original)
+++ directory/site/trunk/lib/path.pm Thu Mar 13 07:08:29 2014
@@ -1,11 +1,11 @@
 package path;
 
 # Versions (for download links)
-our $version_api = "1.0.0-M20";
-our $version_apacheds = "2.0.0-M15";
+our $version_api = "1.0.0-M21";
+our $version_apacheds = "2.0.0-M16";
 our $version_studio = "2.0.0.v20130628";
 our $version_studio_name = "2.0.0-M8";
-our $version_mavibot = "1.0.0-M3";
+our $version_mavibot = "1.0.0-M4";
 our $version_escimo = "1.0.0-M1";
 
 # All our pages use the same view function