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 2013/06/26 10:02:17 UTC

svn commit: r1496814 - in /directory/site/trunk: content/apacheds/ content/api/ lib/ templates/apacheds/

Author: elecharny
Date: Wed Jun 26 08:02:16 2013
New Revision: 1496814

URL: http://svn.apache.org/r1496814
Log:
Announced the releases

Modified:
    directory/site/trunk/content/apacheds/download-old-versions.mdtext
    directory/site/trunk/content/apacheds/news.mdtext
    directory/site/trunk/content/api/download-old-versions.mdtext
    directory/site/trunk/content/api/java-api.mdtext
    directory/site/trunk/content/api/news.mdtext
    directory/site/trunk/lib/path.pm
    directory/site/trunk/templates/apacheds/page.html

Modified: directory/site/trunk/content/apacheds/download-old-versions.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/download-old-versions.mdtext?rev=1496814&r1=1496813&r2=1496814&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/download-old-versions.mdtext (original)
+++ directory/site/trunk/content/apacheds/download-old-versions.mdtext Wed Jun 26 08:02:16 2013
@@ -25,6 +25,7 @@ Notice: Licensed to the Apache Software 
 
 | Version| Download Link | Date |
 |:-:|:-:|:-:|
+| ApacheDS 2.0.0-M12 | [Download](http://archive.apache.org/dist/directory/apacheds/dist/2.0.0-M12/) | 02/May/2013 |
 | ApacheDS 2.0.0-M11 binaries | [Download](http://archive.apache.org/dist/directory/apacheds/dist/2.0.0-M11/) | 03/Mar/2013 |
 | ApacheDS 2.0.0-M11 sources | [Download](http://archive.apache.org/dist/directory/apacheds/2.0.0-M11/) | 03/Mar/2013 |
 | ApacheDS 2.0.0-M10 binaries | [Download](http://archive.apache.org/dist/directory/apacheds/dist/2.0.0-M10/) | 28/Jan/2013 |

Modified: directory/site/trunk/content/apacheds/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/news.mdtext?rev=1496814&r1=1496813&r2=1496814&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/news.mdtext (original)
+++ directory/site/trunk/content/apacheds/news.mdtext Wed Jun 26 08:02:16 2013
@@ -1,5 +1,65 @@
 # News
 
+## ApacheDS 2.0.0-M13 released _posted on June 25th, 2013_
+
+The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M13, the thirteenth milestone towards a 2.0 version.
+
+ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.
+
+Here is the release note for Apache Directory ApacheDS 2.0.0-M13:
+
+<b>Bugs</b>
+
+  * [DIRSERVER-1325](https://issues.apache.org/jira/browse/DIRSERVER-1325) - Simple Authentication can not be disabled
+  * [DIRSERVER-1490](https://issues.apache.org/jira/browse/DIRSERVER-1490) - Not 100% sure, but the DN caches we have in the server might not be updated when doing a Move
+  * [DIRSERVER-1491](https://issues.apache.org/jira/browse/DIRSERVER-1491) - Improve schema extractor
+  * [DIRSERVER-1500](https://issues.apache.org/jira/browse/DIRSERVER-1500) - Error searching children of known element.
+  * [DIRSERVER-1521](https://issues.apache.org/jira/browse/DIRSERVER-1521) - dc=example,dc=com DIT no longer exists as a default partition (DIT) in 1.5.7?
+  * [DIRSERVER-1579](https://issues.apache.org/jira/browse/DIRSERVER-1579) - Various problems using moddn operation
+  * [DIRSERVER-1661](https://issues.apache.org/jira/browse/DIRSERVER-1661) - Kerberos tests not working with JDK 1.6.0_27 and JDK 1.7.0
+  * [DIRSERVER-1806](https://issues.apache.org/jira/browse/DIRSERVER-1806) - The DelegatedAuthIT test does not test a delegated authentication
+  * [DIRSERVER-1829](https://issues.apache.org/jira/browse/DIRSERVER-1829) - bug in initializing authenticators for AuthenticatorInterceptor
+  * [DIRSERVER-1836](https://issues.apache.org/jira/browse/DIRSERVER-1836) - When extedning an interceptor, the operation are executed twice
+  * [DIRSERVER-1840](https://issues.apache.org/jira/browse/DIRSERVER-1840) - Wrong default duration for ads-repllogmaxidle
+  * [DIRSERVER-1846](https://issues.apache.org/jira/browse/DIRSERVER-1846) - Configuring SSL/Start TLS keystore does not accept backward slash (\) in path
+  * [DIRSERVER-1849](https://issues.apache.org/jira/browse/DIRSERVER-1849) - Invalid prefixes format for password stored using SHA-2 hashing mechanisms (SHA-256, SHA-384, SHA-512)
+  * [DIRSERVER-1862](https://issues.apache.org/jira/browse/DIRSERVER-1862) - Concurrent searches and adds may break the backend
+
+
+<b>Improvement</b>
+
+  * [DIRSERVER-289](https://issues.apache.org/jira/browse/DIRSERVER-289) - Configure an optional password message digest algorithm which is applied on userPassword attribute values at add and modify operations.
+  * [DIRSERVER-1236](https://issues.apache.org/jira/browse/DIRSERVER-1236) - Store an AttributeEntry object in filter's node
+  * [DIRSERVER-1310](https://issues.apache.org/jira/browse/DIRSERVER-1310) - Improve the way we handle controls encoding/decoding
+  * [DIRSERVER-1346](https://issues.apache.org/jira/browse/DIRSERVER-1346) - Use ServiceLifecycleListener to avoid having System.out messages for service start/stop events.
+  * [DIRSERVER-1447](https://issues.apache.org/jira/browse/DIRSERVER-1447) - loadAllEnabled() method is taking way too long
+  * [DIRSERVER-1489](https://issues.apache.org/jira/browse/DIRSERVER-1489) - Provide access to remote connection info
+  * [DIRSERVER-1511](https://issues.apache.org/jira/browse/DIRSERVER-1511) - Some operations are present in the Partition interface when they should not
+  * [DIRSERVER-1617](https://issues.apache.org/jira/browse/DIRSERVER-1617) - Add a feature to support TLS in DelegatingAuthenticator
+  * [DIRSERVER-1801](https://issues.apache.org/jira/browse/DIRSERVER-1801) - The authenticator cache is invalidated too frequently
+
+
+<b>New Feature</b>
+
+  * [DIRSERVER-275](https://issues.apache.org/jira/browse/DIRSERVER-275) - Add Support for LDAP Password Modify Extended Operation
+  * [DIRSERVER-434](https://issues.apache.org/jira/browse/DIRSERVER-434) - Add Support for Paged Search Results Control
+  * [DIRSERVER-866](https://issues.apache.org/jira/browse/DIRSERVER-866) - Initialization with another backend than JDBM for the system partition
+  * [DIRSERVER-1203](https://issues.apache.org/jira/browse/DIRSERVER-1203) - RFC2307bis Support is missing
+  * [DIRSERVER-1837](https://issues.apache.org/jira/browse/DIRSERVER-1837) - The DelegatingAuthenticator does not support SSL/StartTLS/SASL
+
+
+<b>Task</b>
+
+  * [DIRSERVER-710](https://issues.apache.org/jira/browse/DIRSERVER-710) - Exception tree should be reviewed
+
+
+
+This is a critical version, and anyone using 2.0.0-M12 should replace it with this version.  
+
+Downloads are available [here](downloads.html)
+
+
+
 ## ApacheDS 2.0.0-M12 released _posted on May 2nd, 2013_
 
 The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M12, the twelwth milestone towards a 2.0 version.
@@ -8,6 +68,8 @@ ApacheDS is an extensible and embeddable
 
 Here is the release note for Apache Directory ApacheDS 2.0.0-M12:
 
+<b>Bugs</b>
+
   * [DIRSERVER-1798](https://issues.apache.org/jira/browse/DIRSERVER-1798) - The AdministrativePoint interceptor is always activated, even if it's not part of the config
   * [DIRAPI-80](https://issues.apache.org/jira/browse/DIRAPI-80) - Cannot issue a direct operation without having connected to the server
   * [DIRSERVER-1143](https://issues.apache.org/jira/browse/DIRSERVER-1143) - ldappasswd fails to bind
@@ -21,7 +83,6 @@ This is a critical version, and anyone u
 
 Downloads are available [here](downloads.html)
 
-
 ## ApacheDS 2.0.0-M11 released _posted on March 3rd, 2013_
 
 The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M11, the eleventh milestone towards a 2.0 version.
@@ -30,6 +91,8 @@ ApacheDS is an extensible and embeddable
 
 Here is the release note for Apache Directory ApacheDS 2.0.0-M11:
 
+<b>Bugs</b>
+
   * [DIRSERVER-1281](https://issues.apache.org/jira/browse/DIRSERVER-1281) - StreamCorruptedException after brutal shutdown
   * [DIRSERVER-1797](https://issues.apache.org/jira/browse/DIRSERVER-1797) - The AdministrativeRole AT is not indexed, leadings to huge delay when starting the server
   * [DIRSERVER-1798](https://issues.apache.org/jira/browse/DIRSERVER-1798) - The AdministrativePoint interceptor is always activated, even if it's not part of the config
@@ -56,6 +119,8 @@ ApacheDS is an extensible and embeddable
 
 Here is the release note for Apache Directory ApacheDS 2.0.0-M10:
 
+<b>Bugs</b>
+
 * [DIRSERVER-1704](https://issues.apache.org/jira/browse/DIRSERVER-1704) - Inconistency in Master-Slave Replication
 * [DIRSERVER-1740](https://issues.apache.org/jira/browse/DIRSERVER-1740) - REPLICATION data loss
 * [DIRSERVER-1772](https://issues.apache.org/jira/browse/DIRSERVER-1772) - Improve the replication logs
@@ -78,6 +143,8 @@ ApacheDS is an extensible and embeddable
 
 Here is the release note for Apache Directory ApacheDS 2.0.0-M8:
 
+<b>Bugs</b>
+
 * [DIRSERVER-1458](https://issues.apache.org/jira/browse/DIRSERVER-1458) - Cursor API generic usage is totally wrong
 * [DIRSERVER-1624](https://issues.apache.org/jira/browse/DIRSERVER-1624) - Index are not created when added after the server has been started
 * [DIRSERVER-1655](https://issues.apache.org/jira/browse/DIRSERVER-1655) - Possible incorrect insertion of modifications in the consumer log
@@ -116,6 +183,8 @@ ApacheDS is an extensible and embeddable
 
 Here is the release note for Apache Directory ApacheDS 2.0.0-M7:
 
+<b>Bugs</b>
+
 * [DIRSERVER-1093](https://issues.apache.org/jira/browse/DIRSERVER-1093) - the ResourceRecordEncoder and QuestionRecordEncoder have bug for empty domainName
 * [DIRSERVER-1697](https://issues.apache.org/jira/browse/DIRSERVER-1697) - Creation of new syntax fails due to ERR_277 Attribute m-obsolete not declared in objectClasses of entry
 * [DIRSERVER-1698](https://issues.apache.org/jira/browse/DIRSERVER-1698) - Search on entries with multiple AVA in RDN does not work correctly if the initial RDN order is not used
@@ -137,6 +206,8 @@ ApacheDS is an extensible and embeddable
 
 Here is the release note for Apache Directory ApacheDS 2.0.0-M6:
 
+<b>Bugs</b>
+
 * [DIRSERVER-1644](https://issues.apache.org/jira/browse/DIRSERVER-1644) - User provided value is not retained during rename operation
 * [DIRSERVER-1681](https://issues.apache.org/jira/browse/DIRSERVER-1681) - adding entries with attribute userCertificate;binary fails with "No such attribute"
 * [DIRSERVER-1692](https://issues.apache.org/jira/browse/DIRSERVER-1692) - Unable to add a JPEG image to an entry due to an 'Invalid Attribute Syntax' error

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=1496814&r1=1496813&r2=1496814&view=diff
==============================================================================
--- directory/site/trunk/content/api/download-old-versions.mdtext (original)
+++ directory/site/trunk/content/api/download-old-versions.mdtext Wed Jun 26 08:02:16 2013
@@ -25,6 +25,9 @@ Notice: Licensed to the Apache Software 
 
 | Version| Download Link | Date |
 |:-:|:-:|:-:|
+| Apache LDAP API 1.0.0-M17 | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M17) | 02/May/2013 |
+| Apache LDAP API 1.0.0-M16 binaries | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M16) | 03/Mar/2013 |
+| Apache LDAP API 1.0.0-M16 sources | [Download](http://archive.apache.org/dist/directory/api/1.0.0-M16) | 03/Mar/2013 |
 | Apache LDAP API 1.0.0-M15 binaries | [Download](http://archive.apache.org/dist/directory/api/dist/1.0.0-M15) | 28/Jan/2013 |
 | Apache LDAP API 1.0.0-M15 sources | [Download](http://archive.apache.org/dist/directory/api/1.0.0-M15) | 28/Jan/2013 |
 | Apache LDAP API 1.0.0-M14 | [Download](http://archive.apache.org/dist/directory/api/1.0.0-M14) | 07/Jan/2013 |

Modified: directory/site/trunk/content/api/java-api.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/java-api.mdtext?rev=1496814&r1=1496813&r2=1496814&view=diff
==============================================================================
--- directory/site/trunk/content/api/java-api.mdtext (original)
+++ directory/site/trunk/content/api/java-api.mdtext Wed Jun 26 08:02:16 2013
@@ -24,7 +24,7 @@ There are a few existing LDAP API around
 
 | API | Version | License | Description |
 |---|---|---|---|
-| [Apache Directory Client API](http://directory.apache.org/api/) | 1.0-M13 | ASL 2.0 | The Apache Directory Server CLient API. |
+| [Apache Directory Client API](http://directory.apache.org/api/) | 1.0.0-M18 | ASL 2.0 | The Apache Directory Server CLient API. |
 | [jLDAP](http://www.openldap.org/jldap/) | 2008_03-01-1 | OpenLDAP Public License | A Novell contribution to the OpenLDAP project |
 | [JNDI](http://java.sun.com/products/jndi/reference/docs/index.html) | 1.2 | Sun license | This is not a pure LDAP API, however it's included in J2SE since Java 5. Probably the API selected by many developers |
 | [ldapSDK](http://www.mozilla.org/directory/javasdk.html) | 4.17 | Netscape Public License| The Mozilla API, formally the Netscape LDAP API |

Modified: directory/site/trunk/content/api/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/news.mdtext?rev=1496814&r1=1496813&r2=1496814&view=diff
==============================================================================
--- directory/site/trunk/content/api/news.mdtext (original)
+++ directory/site/trunk/content/api/news.mdtext Wed Jun 26 08:02:16 2013
@@ -1,4 +1,29 @@
 # News
+## Apache Directory LDAP API 1.0.0-M18 released _posted on June 25th, 2013_
+
+The Apache Directory Team is proud to announce the availability of version 1.0.0-M18 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-M18:
+
+  * [DIRAPI-112](https://issues.apache.org/jira/browse/DIRAPI-112) - Review Package Names
+  * [DIRAPI-130](https://issues.apache.org/jira/browse/DIRAPI-130) - The extended responses are not decoded into their respective type
+  * [DIRAPI-132](https://issues.apache.org/jira/browse/DIRAPI-132) - Add support for the StartTLS operation
+  * [DIRAPI-133](https://issues.apache.org/jira/browse/DIRAPI-133) - Correlate an extendedResponse with its associated request, when we don't have a responseName
+  * [DIRAPI-139](https://issues.apache.org/jira/browse/DIRAPI-139) - o.a.d.api.ldap.codec.api.LdapEncoder should log encoded PDU via DEBUG
+  * [DIRAPI-140](https://issues.apache.org/jira/browse/DIRAPI-140) - Test ClientSearchRequestTest.testSubDn() fails
+  * [DIRAPI-147](https://issues.apache.org/jira/browse/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](downloads.html) and the User's Guide is [there](user-guide.html)
+
 ## Apache Directory LDAP API 1.0.0-M17 released _posted on May 2nd, 2013_
 
 The Apache Directory Team is proud to announce the availability of version 1.0.0-M17 of the Apache Directory LDAP API.
@@ -9,7 +34,7 @@ This is a schema aware API, with some co
 
 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:
+Here are the release note for Apache Directory LDAP API 1.0.0-M17:
 
   * [DIRAPI-135](https://issues.apache.org/jira/browse/DIRAPI-135) - The connectiosn may be invalid when we get it from the pool
   * [DIRAPI-103](https://issues.apache.org/jira/browse/DIRAPI-103) - the PLAIN SASL BindRequest is not supported

Modified: directory/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/directory/site/trunk/lib/path.pm?rev=1496814&r1=1496813&r2=1496814&view=diff
==============================================================================
--- directory/site/trunk/lib/path.pm (original)
+++ directory/site/trunk/lib/path.pm Wed Jun 26 08:02:16 2013
@@ -1,8 +1,8 @@
 package path;
 
 # Versions (for download links)
-our $version_api = "1.0.0-M17";
-our $version_apacheds = "2.0.0-M12";
+our $version_api = "1.0.0-M18";
+our $version_apacheds = "2.0.0-M13";
 our $version_studio = "2.0.0.v20130517";
 our $version_studio_name = "2.0.0-M7";
 

Modified: directory/site/trunk/templates/apacheds/page.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/apacheds/page.html?rev=1496814&r1=1496813&r2=1496814&view=diff
==============================================================================
--- directory/site/trunk/templates/apacheds/page.html (original)
+++ directory/site/trunk/templates/apacheds/page.html Wed Jun 26 08:02:16 2013
@@ -26,7 +26,7 @@
         <li><a href="{{base}}apacheds/developer-guide.html">Developer Guide</a></li>
         <li><a href="{{base}}apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
         <li><a href="{{base}}apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
-        <li><a href="{{base}}apacheds/gen-docs/latest">Generated Reports (e.g. JavaDocs)</a></li>
+        <li><a href="{{base}}apacheds/gen-docs/latest/apachedsdocs">JavaDocs</a></li>
     </ul>
     {% endblock %}
 {% endextends %}