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/11/11 15:41:54 UTC

svn commit: r1638129 - in /directory/site/trunk: content/api/download-old-versions.mdtext content/api/news.mdtext lib/path.pm

Author: elecharny
Date: Tue Nov 11 14:41:54 2014
New Revision: 1638129

URL: http://svn.apache.org/r1638129
Log:
Updated the site after the release of Apache DLAP API 1.0.0-M25

Modified:
    directory/site/trunk/content/api/download-old-versions.mdtext
    directory/site/trunk/content/api/news.mdtext
    directory/site/trunk/lib/path.pm

Modified: directory/site/trunk/content/api/download-old-versions.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/download-old-versions.mdtext?rev=1638129&r1=1638128&r2=1638129&view=diff
==============================================================================
--- directory/site/trunk/content/api/download-old-versions.mdtext (original)
+++ directory/site/trunk/content/api/download-old-versions.mdtext Tue Nov 11 14:41:54 2014
@@ -25,6 +25,7 @@ Notice: Licensed to the Apache Software 
 
 | Version| Download Link | Javadoc & XRef |  Date |
 |:-:|:-:|:-:|:-:|
+| Apache LDAP API 1.0.0-M24 | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M24) | [Javadoc](http://directory.apache.org/api/gen-docs/1.0.0-M24/apidocs/), [Xref](http://directory.apache.org/api/gen-docs/1.0.0-M24/xref/) |02/Aug/2014 |
 | Apache LDAP API 1.0.0-M23 | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M23) | [Javadoc](http://directory.apache.org/api/gen-docs/1.0.0-M23/apidocs/), [Xref](http://directory.apache.org/api/gen-docs/1.0.0-M23/xref/) |03/Jul/2014 |
 | Apache LDAP API 1.0.0-M22 | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M22) | [Javadoc](http://directory.apache.org/api/gen-docs/1.0.0-M22/apidocs/), [Xref](http://directory.apache.org/api/gen-docs/1.0.0-M22/xref/) | 22/Apr/2014 |
 | Apache LDAP API 1.0.0-M21 | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M21) | [Javadoc](http://directory.apache.org/api/gen-docs/1.0.0-M21/apidocs/), [Xref](http://directory.apache.org/api/gen-docs/1.0.0-M21/xref/) | 13/Mar/2014 |

Modified: directory/site/trunk/content/api/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/news.mdtext?rev=1638129&r1=1638128&r2=1638129&view=diff
==============================================================================
--- directory/site/trunk/content/api/news.mdtext (original)
+++ directory/site/trunk/content/api/news.mdtext Tue Nov 11 14:41:54 2014
@@ -1,4 +1,30 @@
 # News
+<h2 class="news">Apache Directory LDAP API 1.0.0-M25 released <em>posted on November 11th, 2014</em></h2>
+
+The Apache Directory Team is proud to announce the availability of version 1.0.0-M25 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-M25:
+
+<b>Bugs : </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-174](https://issues.apache.org/jira/browse/DIRAPI-174) LdifReader should provide errors wih line number
+  * [DIRAPI-184](https://issues.apache.org/jira/browse/DIRAPI-184) Supply one method in SearchCursor to judge it has element or not.
+  * [DIRAPI-201](https://issues.apache.org/jira/browse/DIRAPI-201) Incossistent Import-Package in org.apache.directory.api.ldap.model
+  * [DIRAPI-205](https://issues.apache.org/jira/browse/DIRAPI-205) AliasDerefMode can't work for API when alias entries can be search out and Server is Sun Directory Server 
+  * [DIRAPI-206](https://issues.apache.org/jira/browse/DIRAPI-206) BindRequest logs exception on valid call to setter
+  * [DIRAPI-208](https://issues.apache.org/jira/browse/DIRAPI-208) The Connection Pool is a bit too aggressive when it comes to validate connections
+  
+
+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)
+# News
 <h2 class="news">Apache Directory LDAP API 1.0.0-M24 released <em>posted on August 2th, 2014</em></h2>
 
 The Apache Directory Team is proud to announce the availability of version 1.0.0-M24 of the Apache Directory LDAP API.

Modified: directory/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/directory/site/trunk/lib/path.pm?rev=1638129&r1=1638128&r2=1638129&view=diff
==============================================================================
--- directory/site/trunk/lib/path.pm (original)
+++ directory/site/trunk/lib/path.pm Tue Nov 11 14:41:54 2014
@@ -1,7 +1,7 @@
 package path;
  
 # Versions (for download links)
-our $version_api = "1.0.0-M24";
+our $version_api = "1.0.0-M25";
 our $version_apacheds = "2.0.0-M17";
 our $version_studio = "2.0.0.v20130628";
 our $version_studio_name = "2.0.0-M8";