From 33746e46fe1ec091bb8dec480004aba5c13c70b8 Mon Sep 17 00:00:00 2001 From: elecharny Date: Thu, 26 Mar 2020 22:52:18 +0000 Subject: [PATCH] Updated the web site for teh Apache LDAP API 2.0.1 releasethe git-svn-id: https://svn.apache.org/repos/asf/directory/site/trunk@1875739 13f79535-47bb-0310-9956-ffa450edef68 --- content/api/news.mdtext | 22 ++++++++++++++++++++++ content/index.mdtext | 2 +- lib/path.pm | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/content/api/news.mdtext b/content/api/news.mdtext index 529cfdad..2e0c1ba0 100644 --- a/content/api/news.mdtext +++ b/content/api/news.mdtext @@ -1,3 +1,25 @@ +# News +

Apache Directory LDAP API 2.0.1 released posted on March 26th, 2020

+ +The Apache Directory Team is proud to announce the availability of version 2.0.1 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. + +This is a bug fix release, which fixes some OSGi aspects and add a proper handling of the _TreeDelete_ control. + + Bugs : + * [DIRAPI-354](https://issues.apache.org/jira/browse/DIRAPI-354) - java.lang.NoClassDefFoundError: org/apache/directory/api/i18n/I18n in osgi + +Features: + * [DIRAPI-353](https://issues.apache.org/jira/browse/DIRAPI-353) - Automatic-Module-Name need to be added to jar files + + +Downloads are available [here](downloads-2.html) and the User's Guide is [there](user-guide.html) + # News

Apache Directory LDAP API 2.0.0 released posted on November 13th, 2019

diff --git a/content/index.mdtext b/content/index.mdtext index 573deaf4..b6b21a32 100644 --- a/content/index.mdtext +++ b/content/index.mdtext @@ -67,7 +67,7 @@ td {font-size: 12px;}
 
diff --git a/lib/path.pm b/lib/path.pm index 36df2303..1863afab 100644 --- a/lib/path.pm +++ b/lib/path.pm @@ -2,7 +2,7 @@ package path; # Versions (for download links) our $version_api = "1.0.3"; -our $version_api2 = "2.0.0"; +our $version_api2 = "2.0.1"; our $version_apacheds = "2.0.0.AM26"; our $version_studio = "2.0.0.v20180908-M14"; our $version_studio_name = "2.0.0-M14";