Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
elecharny committed Mar 26, 2020
1 parent 583801a commit 33746e4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions content/api/news.mdtext
@@ -1,3 +1,25 @@
# News
<h2 class="news">Apache Directory LDAP API 2.0.1 released <em>posted on March 26th, 2020</em></h2>

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.

<b>Bugs :</b>
* [DIRAPI-354](https://issues.apache.org/jira/browse/DIRAPI-354) - java.lang.NoClassDefFoundError: org/apache/directory/api/i18n/I18n in osgi

<b>Features:</b>
* [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
<h2 class="news">Apache Directory LDAP API 2.0.0 released <em>posted on November 13th, 2019</em></h2>

Expand Down
2 changes: 1 addition & 1 deletion content/index.mdtext
Expand Up @@ -67,7 +67,7 @@ td {font-size: 12px;}
</div>

<div class="download-link">
<a href="api/downloads-2.html" class="download_badge_api"><b>Download Apache<br>LDAP API 2.0.0.AM4</b></a>
<a href="api/downloads-2.html" class="download_badge_api"><b>Download Apache<br>LDAP API 2.0.1</b></a>
</div>

<div class="separator">&nbsp;</div>
Expand Down
2 changes: 1 addition & 1 deletion lib/path.pm
Expand Up @@ -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";
Expand Down

0 comments on commit 33746e4

Please sign in to comment.