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/05/02 14:05:33 UTC

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

Author: elecharny
Date: Thu May  2 12:05:32 2013
New Revision: 1478338

URL: http://svn.apache.org/r1478338
Log:
Released version 2.0.0-M12 and 1.0.0-M17

Modified:
    directory/site/trunk/content/apacheds/download-old-versions.mdtext
    directory/site/trunk/content/apacheds/news.mdtext
    directory/site/trunk/content/api/news.mdtext
    directory/site/trunk/content/api/user-guide.mdtext
    directory/site/trunk/lib/path.pm

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=1478338&r1=1478337&r2=1478338&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/download-old-versions.mdtext (original)
+++ directory/site/trunk/content/apacheds/download-old-versions.mdtext Thu May  2 12:05:32 2013
@@ -26,6 +26,8 @@ Notice: Licensed to the Apache Software 
 
 | Version| Download Link | Date |
 |:-:|:-:|:-:|
+| 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 |
 | ApacheDS 2.0.0-M10 sources | [Download](http://archive.apache.org/dist/directory/apacheds/2.0.0-M10/) | 28/Jan/2013 |
 | ApacheDS 2.0.0-M9 | [Download](http://archive.apache.org/dist/directory/apacheds/stable/2.0/2.0.0-M9) | 02/Jan/2013 |

Modified: directory/site/trunk/content/apacheds/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/news.mdtext?rev=1478338&r1=1478337&r2=1478338&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/news.mdtext (original)
+++ directory/site/trunk/content/apacheds/news.mdtext Thu May  2 12:05:32 2013
@@ -1,5 +1,27 @@
 # News
 
+## 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.
+
+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-M12:
+
+  * [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
+  * [DIRSERVER-1584](https://issues.apache.org/jira/browse/DIRSERVER-1584) - document how to limit the available ciphers for ldaps (how to disable SSL3_RSA_RC4_40_MD5 : SSL_EXPORT SSL3_RSA_DES_40_CBC_SHA)
+  * [DIRSERVER-1812](https://issues.apache.org/jira/browse/DIRSERVER-1812) -  The default admin account should never get locked forever 
+  * [DIRSERVER-1814](https://issues.apache.org/jira/browse/DIRSERVER-1814) - Using anon connection results in UnbindRequestHandler reporting 'LdapNoSuchObjectException: ERR_268 Cannot find a partition for ' 
+  * [DIRSERVER-1826](https://issues.apache.org/jira/browse/DIRSERVER-1826) - The ads-pwdFailureCountInterval is not taken into account
+  * [DIRSERVER-1834](https://issues.apache.org/jira/browse/DIRSERVER-1834) - Broken backend when using AT with no EQUALITY MR
+
+This is a critical version, and anyone using 2.0.0-M11 should replace it with this version.  
+
+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.

Modified: directory/site/trunk/content/api/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/news.mdtext?rev=1478338&r1=1478337&r2=1478338&view=diff
==============================================================================
--- directory/site/trunk/content/api/news.mdtext (original)
+++ directory/site/trunk/content/api/news.mdtext Thu May  2 12:05:32 2013
@@ -1,4 +1,23 @@
 # News
+## 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.
+
+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-M16:
+
+  * [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
+  
+
+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-M16 released _posted on March 3rd, 2013_
 

Modified: directory/site/trunk/content/api/user-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/user-guide.mdtext?rev=1478338&r1=1478337&r2=1478338&view=diff
==============================================================================
--- directory/site/trunk/content/api/user-guide.mdtext (original)
+++ directory/site/trunk/content/api/user-guide.mdtext Thu May  2 12:05:32 2013
@@ -128,4 +128,28 @@ We are quite interested to improve the c
     *  [6.34 - SyntaxChecker (e)](user-guide/6.34-syntax-checker.html)
     *  [6.35 - Value](user-guide/6.35-value.html)
 
-* [7 - LDAP related RFCs](user-guide/7-ldap-rfcs.html)
+* [7 - Requests and Responses (...)](user-guide/7-requests-responses.html)
+
+    * [7.1 - AbandonRequest](user-guide/7.1-abandon-request.html)
+    * [7.2 - AddRequest](user-guide/7.2-add-request.html)
+    * [7.3 - AddResponse](user-guide/7.3-add-response.html)
+    * [7.4 - BindRequest](user-guide/7.4-bind-request.html)
+    * [7.5 - BindResponse](user-guide/7.5-bind-response.html)
+    * [7.6 - CompareRequest](user-guide/7.6-compare-request.html)
+    * [7.7 - CompareResponse](user-guide/7.7-compare-response.html)
+    * [7.8 - DelRequest](user-guide/7.8-del-request.html)
+    * [7.9 - DelResponse](user-guide/7.9-del-response.html)
+    * [7.10 - ExtendedRequest](user-guide/7.10-extended-request.html)
+    * [7.11 - ExtendedResponse](user-guide/7.11-extended-response.html)
+    * [7.12 - IntermediateResponse](user-guide/7.12-intermediate-response.html)
+    * [7.13 - ModDnRequest](user-guide/7.13-mod-dn-request.html)
+    * [7.14 - ModDnResponse](user-guide/7.14-mod-dn-response.html)
+    * [7.15 - ModifyRequest](user-guide/7.15-modify-request.html)
+    * [7.16 - ModifyResponse](user-guide/7.16-modify-response..html)
+    * [7.17 - SearchRequest](user-guide/7.17-search-request.html)
+    * [7.18 - SearchResultDone](user-guide/7.18-search-result-done.html)
+    * [7.19 - SearchResultEntry](user-guide/7.19-search-result-entry.html)
+    * [7.20 - SearchResultReference](user-guide/7.20-search-result-reference.html)
+    * [7.21 - UnbindRequest](user-guide/7.21-unbind-request.html)
+
+* [8 - LDAP related RFCs](user-guide/8-ldap-rfcs.html)

Modified: directory/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/directory/site/trunk/lib/path.pm?rev=1478338&r1=1478337&r2=1478338&view=diff
==============================================================================
--- directory/site/trunk/lib/path.pm (original)
+++ directory/site/trunk/lib/path.pm Thu May  2 12:05:32 2013
@@ -1,8 +1,8 @@
 package path;
 
 # Versions (for download links)
-our $version_api = "1.0.0-M16";
-our $version_apacheds = "2.0.0-M11";
+our $version_api = "1.0.0-M17";
+our $version_apacheds = "2.0.0-M12";
 our $version_studio = "2.0.0.v20130308";
 our $version_studio_name = "2.0.0-M6";