Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DBFC810B26 for ; Thu, 13 Mar 2014 07:42:27 +0000 (UTC) Received: (qmail 37400 invoked by uid 500); 13 Mar 2014 07:42:26 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 37344 invoked by uid 500); 13 Mar 2014 07:42:25 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 37283 invoked by uid 99); 13 Mar 2014 07:42:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 07:42:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 07:42:23 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 17D012388AB8 for ; Thu, 13 Mar 2014 07:42:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r901392 [2/2] - in /websites/staging/directory/trunk/content: ./ apacheds/news.html api/news.html Date: Thu, 13 Mar 2014 07:42:02 -0000 To: commits@directory.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140313074203.17D012388AB8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/staging/directory/trunk/content/api/news.html ============================================================================== --- websites/staging/directory/trunk/content/api/news.html (original) +++ websites/staging/directory/trunk/content/api/news.html Thu Mar 13 07:42:02 2014 @@ -143,27 +143,27 @@

Here are the release note for Apache Directory LDAP API 1.0.0-M21:

Bugs :

Improvements :

New Feature

Feel free to experiment, we highly appreciate your feedback !

Downloads are available here and the User's Guide is there

@@ -176,15 +176,15 @@

Here are the release note for Apache Directory LDAP API 1.0.0-M20:

Bugs

    -
  • [DIRAPI-14] (https://issues.apache.org/jira/browse/DIRAPI-148) We can't inject entries with attributes containing a null value
  • -
  • [DIRAPI-98] (https://issues.apache.org/jira/browse/DIRAPI-98) - Add generic support for Extended operations
  • -
  • [DIRAPI-120] (https://issues.apache.org/jira/browse/DIRAPI-120) - Deleted an attribute leads to an error
  • -
  • [DIRAPI-148] (https://issues.apache.org/jira/browse/DIRAPI-148) - We can't inject entries with attributes containing a null value
  • -
  • [DIRAPI-151] (https://issues.apache.org/jira/browse/DIRAPI-151) - Result codes from extended operations are lost
  • +
  • DIRAPI-14 - We can't inject entries with attributes containing a null value
  • +
  • DIRAPI-98 - Add generic support for Extended operations
  • +
  • DIRAPI-120 - Deleted an attribute leads to an error
  • +
  • DIRAPI-148 - We can't inject entries with attributes containing a null value
  • +
  • DIRAPI-151 - Result codes from extended operations are lost

New Feature

    -
  • [DIRAPI-129] (https://issues.apache.org/jira/browse/DIRAPI-129) - Add support for PwdModify extended operation
  • +
  • DIRAPI-129 - Add support for PwdModify extended operation

Feel free to experiment, we highly appreciate your feedback !

Downloads are available here and the User's Guide is there

@@ -196,7 +196,7 @@

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-M19:

    -
  • [DIRAPI-14] (https://issues.apache.org/jira/browse/DIRAPI-148) We can't inject entries with attributes containing a null value
  • +
  • DIRAPI-148 We can't inject entries with attributes containing a null value

Feel free to experiment, we highly appreciate your feedback !

Downloads are available here and the User's Guide is there

@@ -208,13 +208,13 @@

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-M18:

    -
  • DIRAPI-112 - Review Package Names
  • -
  • DIRAPI-130 - The extended responses are not decoded into their respective type
  • -
  • DIRAPI-132 - Add support for the StartTLS operation
  • -
  • DIRAPI-133 - Correlate an extendedResponse with its associated request, when we don't have a responseName
  • -
  • DIRAPI-139 - o.a.d.api.ldap.codec.api.LdapEncoder should log encoded PDU via DEBUG
  • -
  • DIRAPI-140 - Test ClientSearchRequestTest.testSubDn() fails
  • -
  • DIRAPI-147 - LdifEntry equals method does not compare entry attributes when changetype is None
  • +
  • DIRAPI-112 - Review Package Names
  • +
  • DIRAPI-130 - The extended responses are not decoded into their respective type
  • +
  • DIRAPI-132 - Add support for the StartTLS operation
  • +
  • DIRAPI-133 - Correlate an extendedResponse with its associated request, when we don't have a responseName
  • +
  • DIRAPI-139 - o.a.d.api.ldap.codec.api.LdapEncoder should log encoded PDU via DEBUG
  • +
  • DIRAPI-140 - Test ClientSearchRequestTest.testSubDn() fails
  • +
  • DIRAPI-147 - LdifEntry equals method does not compare entry attributes when changetype is None

Feel free to experiment, we highly appreciate your feedback !

Downloads are available here and the User's Guide is there

@@ -226,8 +226,8 @@

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-M17:

    -
  • DIRAPI-135 - The connectiosn may be invalid when we get it from the pool
  • -
  • DIRAPI-103 - the PLAIN SASL BindRequest is not supported
  • +
  • DIRAPI-135 - The connectiosn may be invalid when we get it from the pool
  • +
  • DIRAPI-103 - the PLAIN SASL BindRequest is not supported

Feel free to experiment, we highly appreciate your feedback !

Downloads are available here and the User's Guide is there

@@ -239,7 +239,7 @@

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-M16:

    -
  • DIRAPI-119 - Some NPE when sending some request with lacking data
  • +
  • DIRAPI-119 - Some NPE when sending some request with lacking data

Feel free to experiment, we highly appreciate your feedback !

Downloads are available here and the User's Guide is there

@@ -251,7 +251,7 @@

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-M15:

    -
  • DIRAPI-112 - Review Package Names
  • +
  • DIRAPI-112 - Review Package Names

Feel free to experiment, we highly appreciate your feedback !

Downloads are available here and the User's Guide is there

@@ -263,9 +263,9 @@

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-M14:

    -
  • DIRAPI-89 - EntryCursorImpl loops forever in next() when using AD Server with referrals
  • -
  • DIRAPI-92 - LdapConnectionPool should extend GenericObjectPool
  • -
  • DIRAPI-94 - Random failure of ClientAbandonRequestTest
  • +
  • DIRAPI-89 - EntryCursorImpl loops forever in next() when using AD Server with referrals
  • +
  • DIRAPI-92 - LdapConnectionPool should extend GenericObjectPool
  • +
  • DIRAPI-94 - Random failure of ClientAbandonRequestTest

WARNING: An important package renaming took place in this milestone. The previously named "org.apache.directory.shared" package has been renamed "org.apache.directory.api". If you were using the Apache Directory LDAP API before, please make sure to update your own code to match this important change.

Feel free to experiment, we highly appreciate your feedback !

@@ -278,12 +278,12 @@

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-M13:

    -
  • DIRAPI-87 - The search() method does not return the same result if it's done with a SearchRequest or with parameters
  • -
  • DIRAPI-88 - RDN parsing fails with values containing a # character followed by other characters
  • -
  • DIRSHARED-135 - LdapNetworkConnection should be thread-safe
  • -
  • DIRSHARED-136 - NPE in AntlrSubtreeSpecificationParser when initialized with an empty schema manager
  • -
  • DIRSHARED-137 - Logically incorrect filter construction while parsing DSML search request
  • -
  • DIRSHARED-138 - Cannot transform SearchRequestDsml object to DSML format
  • +
  • DIRAPI-87 - The search() method does not return the same result if it's done with a SearchRequest or with parameters
  • +
  • DIRAPI-88 - RDN parsing fails with values containing a # character followed by other characters
  • +
  • DIRSHARED-135 - LdapNetworkConnection should be thread-safe
  • +
  • DIRSHARED-136 - NPE in AntlrSubtreeSpecificationParser when initialized with an empty schema manager
  • +
  • DIRSHARED-137 - Logically incorrect filter construction while parsing DSML search request
  • +
  • DIRSHARED-138 - Cannot transform SearchRequestDsml object to DSML format

Feel free to experiment, we highly appreciate your feedback !

Downloads are available here and the User's Guide is there