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 2015/10/20 00:31:09 UTC

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

Author: elecharny
Date: Mon Oct 19 22:31:09 2015
New Revision: 1709488

URL: http://svn.apache.org/viewvc?rev=1709488&view=rev
Log:
Updated the site for the LDAP-API-1.0.0-M32 release

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=1709488&r1=1709487&r2=1709488&view=diff
==============================================================================
--- directory/site/trunk/content/api/download-old-versions.mdtext (original)
+++ directory/site/trunk/content/api/download-old-versions.mdtext Mon Oct 19 22:31:09 2015
@@ -25,6 +25,7 @@ Notice: Licensed to the Apache Software
 
 | Version| Download Link | Javadoc & XRef |  Date |
 |:-:|:-:|:-:|:-:|
+| Apache LDAP API 1.0.0-M31 | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M31) | [Javadoc](http://directory.apache.org/api/gen-docs/1.0.0-M31/apidocs/), [Xref](http://directory.apache.org/api/gen-docs/1.0.0-M31/xref/) |05/Jul/2015 |
 | Apache LDAP API 1.0.0-M30 | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M30) | [Javadoc](http://directory.apache.org/api/gen-docs/1.0.0-M30/apidocs/), [Xref](http://directory.apache.org/api/gen-docs/1.0.0-M30/xref/) |02/May/2015 |
 | Apache LDAP API 1.0.0-M29 | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M29) | [Javadoc](http://directory.apache.org/api/gen-docs/1.0.0-M29/apidocs/), [Xref](http://directory.apache.org/api/gen-docs/1.0.0-M29/xref/) |02/Apr/2015 |
 | Apache LDAP API 1.0.0-M28 | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M28) | [Javadoc](http://directory.apache.org/api/gen-docs/1.0.0-M28/apidocs/), [Xref](http://directory.apache.org/api/gen-docs/1.0.0-M28/xref/) |15/Jan/2015 |

Modified: directory/site/trunk/content/api/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/news.mdtext?rev=1709488&r1=1709487&r2=1709488&view=diff
==============================================================================
--- directory/site/trunk/content/api/news.mdtext (original)
+++ directory/site/trunk/content/api/news.mdtext Mon Oct 19 22:31:09 2015
@@ -1,4 +1,51 @@
 # News
+<h2 class="news">Apache Directory LDAP API 1.0.0-M32 released <em>posted on October 19th, 2015</em></h2>
+
+The Apache Directory Team is proud to announce the availability of version 1.0.0-M32 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.
+
+Another bug fix release, with some huge modifications in the way we handle Values. The SchemaManager is now propagated down to the Ava and Value classes, which causes many tests to have been fixed.
+
+We have added a LdifAnonymizer that can swallow a Ldif File and replace the values with a random text.
+
+We also have spent some time fixing many checkstyle violations.
+
+Here is the list of fixed issues and added features :
+
+<b>Bugs :</b>
+
+  * [DIRAPI-90](https://issues.apache.org/jira/browse/DIRAPI-90) - IllegalArgumentException: factory thrown when creating LdapNetworkConnection inside OSGi
+  * [DIRAPI-114](https://issues.apache.org/jira/browse/DIRAPI-114) - Reconsider interfaces and base classes for Registries
+  * [DIRAPI-118](https://issues.apache.org/jira/browse/DIRAPI-118) - Use JUnit TemporaryFolder Rule
+  * [DIRAPI-219](https://issues.apache.org/jira/browse/DIRAPI-219) - DateUtils.toGeneralizedTime does not work with some Locales
+  * [DIRAPI-241](https://issues.apache.org/jira/browse/DIRAPI-241) - new GeneralizedTime(String) fails for fraction close to one
+  * [DIRAPI-246](https://issues.apache.org/jira/browse/DIRAPI-246) - Error in parsing LDIF file
+  * [DIRAPI-252](https://issues.apache.org/jira/browse/DIRAPI-252) - Compiling warnings while api-all is in dependencies
+  * [DIRAPI-253](https://issues.apache.org/jira/browse/DIRAPI-253) - The AVA class is not handling correctly the values wrt the SchemaManager
+  * [DIRAPI-254](https://issues.apache.org/jira/browse/DIRAPI-254) - Value<?> don't have a apply(AttributeType) method
+  * [DIRAPI-255](https://issues.apache.org/jira/browse/DIRAPI-255) - An escaped space at the end of a RDN will not be kept due to a bug in the ComplexDNParser
+
+<b>Task :</b>
+
+  * [DIRAPI-251](https://issues.apache.org/jira/browse/DIRAPI-251) - Fix violations of coding standards and enable checkstyle check
+
+<b>New Feature :</b>
+
+  * [DIRAPI-250](https://issues.apache.org/jira/browse/DIRAPI-250) - Add a way to Anonymize a LDIF file
+
+<b>Question :</b>
+
+  * [DIRAPI-191](https://issues.apache.org/jira/browse/DIRAPI-191) - How to get attributes list according to objectClass
+
+
+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-M31 released <em>posted on July 5th, 2015</em></h2>
 
 The Apache Directory Team is proud to announce the availability of version 1.0.0-M31 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=1709488&r1=1709487&r2=1709488&view=diff
==============================================================================
--- directory/site/trunk/lib/path.pm (original)
+++ directory/site/trunk/lib/path.pm Mon Oct 19 22:31:09 2015
@@ -1,7 +1,7 @@
 package path;
  
 # Versions (for download links)
-our $version_api = "1.0.0-M31";
+our $version_api = "1.0.0-M32";
 our $version_apacheds = "2.0.0-M20";
 our $version_studio = "2.0.0.v20150606-M9";
 our $version_studio_name = "2.0.0-M9";