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/08/02 18:39:49 UTC

svn commit: r1615328 - in /directory/site/trunk: content/api/news.mdtext lib/path.pm

Author: elecharny
Date: Sat Aug  2 16:39:49 2014
New Revision: 1615328

URL: http://svn.apache.org/r1615328
Log:
Updated the web site for the release of Apache LDAP API 1.0.0-M24

Modified:
    directory/site/trunk/content/api/news.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=1615328&r1=1615327&r2=1615328&view=diff
==============================================================================
--- directory/site/trunk/content/api/news.mdtext (original)
+++ directory/site/trunk/content/api/news.mdtext Sat Aug  2 16:39:49 2014
@@ -1,4 +1,27 @@
 # 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.
+
+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-M24:
+
+<b>Bugs : </b>
+  * [DIRAPI-197](https://issues.apache.org/jira/browse/DIRAPI-19) - When dumping a BindRequest, the password is exposed
+  * [DIRAPI-198](https://issues.apache.org/jira/browse/DIRAPI-198) - LdapConnectionTemplate closes connection after authentication rather than returning to the pool
+  * [DIRAPI-199](https://issues.apache.org/jira/browse/DIRAPI-199) - LdapConnectionPool.getUnboundConnection is an oxymoron
+  
+
+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-M23 released <em>posted on July 4th, 2014</em></h2>
 
 The Apache Directory Team is proud to announce the availability of version 1.0.0-M23 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=1615328&r1=1615327&r2=1615328&view=diff
==============================================================================
--- directory/site/trunk/lib/path.pm (original)
+++ directory/site/trunk/lib/path.pm Sat Aug  2 16:39:49 2014
@@ -1,7 +1,7 @@
 package path;
  
 # Versions (for download links)
-our $version_api = "1.0.0-M23";
+our $version_api = "1.0.0-M24";
 our $version_apacheds = "2.0.0-M17";
 our $version_studio = "2.0.0.v20130628";
 our $version_studio_name = "2.0.0-M8";