You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2013/06/26 10:02:42 UTC

svn commit: r867484 [4/4] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/download/ apacheds/kerberos-ug/ api/ api/download/ api/groovy-api/ api/user-guide/

Modified: websites/staging/directory/trunk/content/apacheds/news.html
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/news.html (original)
+++ websites/staging/directory/trunk/content/apacheds/news.html Wed Jun 26 08:02:39 2013
@@ -73,7 +73,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-        <li><a href="./../apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<img src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./../apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<img src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../apacheds/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Documentation</h5>
@@ -83,7 +83,7 @@
         <li><a href="./../apacheds/developer-guide.html">Developer Guide</a></li>
         <li><a href="./../apacheds/kerberos-user-guide.html">Kerberos User Guide</a></li>
         <li><a href="./../apacheds/configuration/ads-2.0-configuration.html">Configuration</a></li>
-        <li><a href="./../apacheds/gen-docs/latest">Generated Reports (e.g. JavaDocs)</a></li>
+        <li><a href="./../apacheds/gen-docs/latest/apachedsdocs">JavaDocs</a></li>
     </ul>
     
     
@@ -119,10 +119,58 @@
 
 
 <h1 id="news">News</h1>
+<h2 id="apacheds-200-m13-released-posted-on-june-25th-2013">ApacheDS 2.0.0-M13 released <em>posted on June 25th, 2013</em></h2>
+<p>The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M13, the thirteenth milestone towards a 2.0 version.</p>
+<p>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.</p>
+<p>Here is the release note for Apache Directory ApacheDS 2.0.0-M13:</p>
+<p><b>Bugs</b></p>
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1325">DIRSERVER-1325</a> - Simple Authentication can not be disabled</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1490">DIRSERVER-1490</a> - Not 100% sure, but the DN caches we have in the server might not be updated when doing a Move</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1491">DIRSERVER-1491</a> - Improve schema extractor</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1500">DIRSERVER-1500</a> - Error searching children of known element.</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1521">DIRSERVER-1521</a> - dc=example,dc=com DIT no longer exists as a default partition (DIT) in 1.5.7?</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1579">DIRSERVER-1579</a> - Various problems using moddn operation</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1661">DIRSERVER-1661</a> - Kerberos tests not working with JDK 1.6.0_27 and JDK 1.7.0</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1806">DIRSERVER-1806</a> - The DelegatedAuthIT test does not test a delegated authentication</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1829">DIRSERVER-1829</a> - bug in initializing authenticators for AuthenticatorInterceptor</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1836">DIRSERVER-1836</a> - When extedning an interceptor, the operation are executed twice</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1840">DIRSERVER-1840</a> - Wrong default duration for ads-repllogmaxidle</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1846">DIRSERVER-1846</a> - Configuring SSL/Start TLS keystore does not accept backward slash () in path</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1849">DIRSERVER-1849</a> - Invalid prefixes format for password stored using SHA-2 hashing mechanisms (SHA-256, SHA-384, SHA-512)</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1862">DIRSERVER-1862</a> - Concurrent searches and adds may break the backend</li>
+</ul>
+<p><b>Improvement</b></p>
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-289">DIRSERVER-289</a> - Configure an optional password message digest algorithm which is applied on userPassword attribute values at add and modify operations.</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1236">DIRSERVER-1236</a> - Store an AttributeEntry object in filter's node</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1310">DIRSERVER-1310</a> - Improve the way we handle controls encoding/decoding</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1346">DIRSERVER-1346</a> - Use ServiceLifecycleListener to avoid having System.out messages for service start/stop events.</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1447">DIRSERVER-1447</a> - loadAllEnabled() method is taking way too long</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1489">DIRSERVER-1489</a> - Provide access to remote connection info</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1511">DIRSERVER-1511</a> - Some operations are present in the Partition interface when they should not</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1617">DIRSERVER-1617</a> - Add a feature to support TLS in DelegatingAuthenticator</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1801">DIRSERVER-1801</a> - The authenticator cache is invalidated too frequently</li>
+</ul>
+<p><b>New Feature</b></p>
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-275">DIRSERVER-275</a> - Add Support for LDAP Password Modify Extended Operation</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-434">DIRSERVER-434</a> - Add Support for Paged Search Results Control</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-866">DIRSERVER-866</a> - Initialization with another backend than JDBM for the system partition</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1203">DIRSERVER-1203</a> - RFC2307bis Support is missing</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1837">DIRSERVER-1837</a> - The DelegatingAuthenticator does not support SSL/StartTLS/SASL</li>
+</ul>
+<p><b>Task</b></p>
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/DIRSERVER-710">DIRSERVER-710</a> - Exception tree should be reviewed</li>
+</ul>
+<p>This is a critical version, and anyone using 2.0.0-M12 should replace it with this version.  </p>
+<p>Downloads are available <a href="downloads.html">here</a></p>
 <h2 id="apacheds-200-m12-released-posted-on-may-2nd-2013">ApacheDS 2.0.0-M12 released <em>posted on May 2nd, 2013</em></h2>
 <p>The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M12, the twelwth milestone towards a 2.0 version.</p>
 <p>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.</p>
 <p>Here is the release note for Apache Directory ApacheDS 2.0.0-M12:</p>
+<p><b>Bugs</b></p>
 <ul>
 <li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1798">DIRSERVER-1798</a> - The AdministrativePoint interceptor is always activated, even if it's not part of the config</li>
 <li><a href="https://issues.apache.org/jira/browse/DIRAPI-80">DIRAPI-80</a> - Cannot issue a direct operation without having connected to the server</li>
@@ -139,6 +187,7 @@
 <p>The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M11, the eleventh milestone towards a 2.0 version.</p>
 <p>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.</p>
 <p>Here is the release note for Apache Directory ApacheDS 2.0.0-M11:</p>
+<p><b>Bugs</b></p>
 <ul>
 <li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1281">DIRSERVER-1281</a> - StreamCorruptedException after brutal shutdown</li>
 <li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1797">DIRSERVER-1797</a> - The AdministrativeRole AT is not indexed, leadings to huge delay when starting the server</li>
@@ -160,6 +209,7 @@
 <p>The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M10, the tenth milestone towards a 2.0 version.</p>
 <p>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.</p>
 <p>Here is the release note for Apache Directory ApacheDS 2.0.0-M10:</p>
+<p><b>Bugs</b></p>
 <ul>
 <li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1704">DIRSERVER-1704</a> - Inconistency in Master-Slave Replication</li>
 <li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1740">DIRSERVER-1740</a> - REPLICATION data loss</li>
@@ -176,6 +226,7 @@
 <p>The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M8, the eigth milestone towards a 2.0 version.</p>
 <p>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.</p>
 <p>Here is the release note for Apache Directory ApacheDS 2.0.0-M8:</p>
+<p><b>Bugs</b></p>
 <ul>
 <li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1458">DIRSERVER-1458</a> - Cursor API generic usage is totally wrong</li>
 <li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1624">DIRSERVER-1624</a> - Index are not created when added after the server has been started</li>
@@ -208,6 +259,7 @@
 <p>The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M7, the seventh milestone towards a 2.0 version.</p>
 <p>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.</p>
 <p>Here is the release note for Apache Directory ApacheDS 2.0.0-M7:</p>
+<p><b>Bugs</b></p>
 <ul>
 <li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1093">DIRSERVER-1093</a> - the ResourceRecordEncoder and QuestionRecordEncoder have bug for empty domainName</li>
 <li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1697">DIRSERVER-1697</a> - Creation of new syntax fails due to ERR_277 Attribute m-obsolete not declared in objectClasses of entry</li>
@@ -223,6 +275,7 @@
 <p>The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M6, the sixth milestone towards a 2.0 version.</p>
 <p>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.</p>
 <p>Here is the release note for Apache Directory ApacheDS 2.0.0-M6:</p>
+<p><b>Bugs</b></p>
 <ul>
 <li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1644">DIRSERVER-1644</a> - User provided value is not retained during rename operation</li>
 <li><a href="https://issues.apache.org/jira/browse/DIRSERVER-1681">DIRSERVER-1681</a> - adding entries with attribute userCertificate;binary fails with "No such attribute"</li>

Modified: websites/staging/directory/trunk/content/api/developer-guide.html
==============================================================================
--- websites/staging/directory/trunk/content/api/developer-guide.html (original)
+++ websites/staging/directory/trunk/content/api/developer-guide.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/download-old-versions.html
==============================================================================
--- websites/staging/directory/trunk/content/api/download-old-versions.html (original)
+++ websites/staging/directory/trunk/content/api/download-old-versions.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -131,6 +131,21 @@
 </thead>
 <tbody>
 <tr>
+<td align="center">Apache LDAP API 1.0.0-M17</td>
+<td align="center"><a href="http://archive.apache.org/dist/directory/api/dist/1.0.0-M17">Download</a></td>
+<td align="center">02/May/2013</td>
+</tr>
+<tr>
+<td align="center">Apache LDAP API 1.0.0-M16 binaries</td>
+<td align="center"><a href="http://archive.apache.org/dist/directory/api/dist/1.0.0-M16">Download</a></td>
+<td align="center">03/Mar/2013</td>
+</tr>
+<tr>
+<td align="center">Apache LDAP API 1.0.0-M16 sources</td>
+<td align="center"><a href="http://archive.apache.org/dist/directory/api/1.0.0-M16">Download</a></td>
+<td align="center">03/Mar/2013</td>
+</tr>
+<tr>
 <td align="center">Apache LDAP API 1.0.0-M15 binaries</td>
 <td align="center"><a href="http://archive.apache.org/dist/directory/api/dist/1.0.0-M15">Download</a></td>
 <td align="center">28/Jan/2013</td>

Modified: websites/staging/directory/trunk/content/api/download/download-archive.html
==============================================================================
--- websites/staging/directory/trunk/content/api/download/download-archive.html (original)
+++ websites/staging/directory/trunk/content/api/download/download-archive.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -135,20 +135,20 @@
         <table width="100%" class="noBorder">
             <tr>
                 <td>
-                    <a href="[preferred]/directory/api/dist/1.0.0-M17/apache-ldap-api-1.0.0-M17-bin.zip">
+                    <a href="[preferred]/directory/api/dist/1.0.0-M18/apache-ldap-api-1.0.0-M18-bin.zip">
                         <img src="./../../images/download.png" width="32" height="32" border="0"/>
                     </a>
                 </td>
                 <td>&nbsp;</td>
                 <td>
-                    <a href="[preferred]/directory/api/dist/1.0.0-M17/apache-ldap-api-1.0.0-M17-bin.zip">
+                    <a href="[preferred]/directory/api/dist/1.0.0-M18/apache-ldap-api-1.0.0-M18-bin.zip">
                         <strong>
-                            [preferred]/&#91;...&#93;/apache-ldap-api-1.0.0-M17-bin.zip
+                            [preferred]/&#91;...&#93;/apache-ldap-api-1.0.0-M18-bin.zip
                         </strong>
                     </a>
                 </td>
                 <td align="right">
-                    [<a href="http://archive.apache.org/dist/directory/api/dist/1.0.0-M17/apache-ldap-api-1.0.0-M17-bin.zip.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/api/dist/1.0.0-M17/apache-ldap-api-1.0.0-M17-bin.zip.md5">MD5</a>]
+                    [<a href="http://archive.apache.org/dist/directory/api/dist/1.0.0-M18/apache-ldap-api-1.0.0-M18-bin.zip.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/api/dist/1.0.0-M18/apache-ldap-api-1.0.0-M18-bin.zip.md5">MD5</a>]
                 </td>
             </tr>
         </table>
@@ -162,20 +162,20 @@
         <table width="100%" class="noBorder">
             <tr>
                 <td>
-                    <a href="[preferred]/directory/api/dist/1.0.0-M17/apache-ldap-api-1.0.0-M17-bin.tar.gz">
+                    <a href="[preferred]/directory/api/dist/1.0.0-M18/apache-ldap-api-1.0.0-M18-bin.tar.gz">
                         <img src="./../../images/download.png" width="32" height="32" border="0"/>
                     </a>
                 </td>
                 <td>&nbsp;</td>
                 <td>
-                    <a href="[preferred]/directory/api/dist/1.0.0-M17/apache-ldap-api-1.0.0-M17-bin.tar.gz">
+                    <a href="[preferred]/directory/api/dist/1.0.0-M18/apache-ldap-api-1.0.0-M18-bin.tar.gz">
                         <strong>
-                            [preferred]/&#91;...&#93;/apache-ldap-api-1.0.0-M17-bin.tar.gz
+                            [preferred]/&#91;...&#93;/apache-ldap-api-1.0.0-M18-bin.tar.gz
                         </strong>
                     </a>
                 </td>
                 <td align="right">
-                    [<a href="http://archive.apache.org/dist/directory/api/dist/1.0.0-M17/apache-ldap-api-1.0.0-M17-bin.tar.gz.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/api/dist/1.0.0-M17/apache-ldap-api-1.0.0-M17-bin.tar.gz.md5">MD5</a>]
+                    [<a href="http://archive.apache.org/dist/directory/api/dist/1.0.0-M18/apache-ldap-api-1.0.0-M18-bin.tar.gz.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/api/dist/1.0.0-M18/apache-ldap-api-1.0.0-M18-bin.tar.gz.md5">MD5</a>]
                 </td>
             </tr>
         </table>
@@ -227,21 +227,21 @@
 <div class="preformatted">
     <div class="preformattedContent">
         <pre>$ pgpk -a KEYS
-$ pgpv apache-ldap-api-1.0.0-M17-bin.zip.asc</pre>
+$ pgpv apache-ldap-api-1.0.0-M18-bin.zip.asc</pre>
     </div>
 </div>
 or
 <div class="preformatted">
     <div class="preformattedContent">
         <pre>$ pgp -ka KEYS
-$ pgp apache-ldap-api-1.0.0-M17-bin.zip.asc</pre>
+$ pgp apache-ldap-api-1.0.0-M18-bin.zip.asc</pre>
     </div>
 </div>
 or
 <div class="preformatted">
     <div class="preformattedContent">
         <pre>$ gpg --import KEYS
-$ gpg --verify apache-ldap-api-1.0.0-M17-bin.zip.asc</pre>
+$ gpg --verify apache-ldap-api-1.0.0-M18-bin.zip.asc</pre>
     </div>
 </div>
 

Modified: websites/staging/directory/trunk/content/api/download/download-sources.html
==============================================================================
--- websites/staging/directory/trunk/content/api/download/download-sources.html (original)
+++ websites/staging/directory/trunk/content/api/download/download-sources.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -135,20 +135,20 @@
         <table width="100%" class="noBorder">
             <tr>
                 <td>
-                    <a href="[preferred]/directory/api/1.0.0-M17/apache-ldap-api-1.0.0-M17-src.zip">
+                    <a href="[preferred]/directory/api/1.0.0-M18/apache-ldap-api-1.0.0-M18-src.zip">
                         <img src="./../../images/download.png" width="32" height="32" border="0"/>
                     </a>
                 </td>
                 <td>&nbsp;</td>
                 <td>
-                    <a href="[preferred]/directory/api/1.0.0-M17/apache-ldap-api-1.0.0-M17-src.zip">
+                    <a href="[preferred]/directory/api/1.0.0-M18/apache-ldap-api-1.0.0-M18-src.zip">
                         <strong>
-                            [preferred]/&#91;...&#93;/apache-ldap-api-1.0.0-M17-src.zip
+                            [preferred]/&#91;...&#93;/apache-ldap-api-1.0.0-M18-src.zip
                         </strong>
                     </a>
                 </td>
                 <td align="right">
-                    [<a href="http://archive.apache.org/dist/directory/api/1.0.0-M17/apache-ldap-api-1.0.0-M17-src.zip.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/api/1.0.0-M17/apache-ldap-api-1.0.0-M17-src.zip.md5">MD5</a>]
+                    [<a href="http://archive.apache.org/dist/directory/api/1.0.0-M18/apache-ldap-api-1.0.0-M18-src.zip.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/api/1.0.0-M18/apache-ldap-api-1.0.0-M18-src.zip.md5">MD5</a>]
                 </td>
             </tr>
         </table>
@@ -162,20 +162,20 @@
         <table width="100%" class="noBorder">
             <tr>
                 <td>
-                    <a href="[preferred]/directory/api/1.0.0-M17/apache-ldap-api-1.0.0-M17-src.tar.gz">
+                    <a href="[preferred]/directory/api/1.0.0-M18/apache-ldap-api-1.0.0-M18-src.tar.gz">
                         <img src="./../../images/download.png" width="32" height="32" border="0"/>
                     </a>
                 </td>
                 <td>&nbsp;</td>
                 <td>
-                    <a href="[preferred]/directory/api/1.0.0-M17/apache-ldap-api-1.0.0-M17-src.tar.gz">
+                    <a href="[preferred]/directory/api/1.0.0-M18/apache-ldap-api-1.0.0-M18-src.tar.gz">
                         <strong>
-                            [preferred]/&#91;...&#93;/apache-ldap-api-1.0.0-M17-src.tar.gz
+                            [preferred]/&#91;...&#93;/apache-ldap-api-1.0.0-M18-src.tar.gz
                         </strong>
                     </a>
                 </td>
                 <td align="right">
-                    [<a href="http://archive.apache.org/dist/directory/api/1.0.0-M17/apache-ldap-api-1.0.0-M17-src.tar.gz.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/api/1.0.0-M17/apache-ldap-api-1.0.0-M17-src.tar.gz.md5">MD5</a>]
+                    [<a href="http://archive.apache.org/dist/directory/api/1.0.0-M18/apache-ldap-api-1.0.0-M18-src.tar.gz.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/api/1.0.0-M18/apache-ldap-api-1.0.0-M18-src.tar.gz.md5">MD5</a>]
                 </td>
             </tr>
         </table>
@@ -227,21 +227,21 @@
 <div class="preformatted">
     <div class="preformattedContent">
         <pre>$ pgpk -a KEYS
-$ pgpv apache-ldap-api-1.0.0-M17-src.zip.asc</pre>
+$ pgpv apache-ldap-api-1.0.0-M18-src.zip.asc</pre>
     </div>
 </div>
 or
 <div class="preformatted">
     <div class="preformattedContent">
         <pre>$ pgp -ka KEYS
-$ pgp apache-ldap-api-1.0.0-M17-src.zip.asc</pre>
+$ pgp apache-ldap-api-1.0.0-M18-src.zip.asc</pre>
     </div>
 </div>
 or
 <div class="preformatted">
     <div class="preformattedContent">
         <pre>$ gpg --import KEYS
-$ gpg --verify apache-ldap-api-1.0.0-M17-src.zip.asc</pre>
+$ gpg --verify apache-ldap-api-1.0.0-M18-src.zip.asc</pre>
     </div>
 </div>
 

Modified: websites/staging/directory/trunk/content/api/downloads.html
==============================================================================
--- websites/staging/directory/trunk/content/api/downloads.html (original)
+++ websites/staging/directory/trunk/content/api/downloads.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/five-minutes-tutorial.html
==============================================================================
--- websites/staging/directory/trunk/content/api/five-minutes-tutorial.html (original)
+++ websites/staging/directory/trunk/content/api/five-minutes-tutorial.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/groovy-api/1-groovy-ldap-download.html
==============================================================================
--- websites/staging/directory/trunk/content/api/groovy-api/1-groovy-ldap-download.html (original)
+++ websites/staging/directory/trunk/content/api/groovy-api/1-groovy-ldap-download.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/groovy-api/2-groovy-ldap-user-guide.html
==============================================================================
--- websites/staging/directory/trunk/content/api/groovy-api/2-groovy-ldap-user-guide.html (original)
+++ websites/staging/directory/trunk/content/api/groovy-api/2-groovy-ldap-user-guide.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/groovy-api/3-groovy-ldap-implementation.html
==============================================================================
--- websites/staging/directory/trunk/content/api/groovy-api/3-groovy-ldap-implementation.html (original)
+++ websites/staging/directory/trunk/content/api/groovy-api/3-groovy-ldap-implementation.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/groovy-api/4-groovy-ldap-building.html
==============================================================================
--- websites/staging/directory/trunk/content/api/groovy-api/4-groovy-ldap-building.html (original)
+++ websites/staging/directory/trunk/content/api/groovy-api/4-groovy-ldap-building.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/groovy-api/5-groovy-ldap-reference.html
==============================================================================
--- websites/staging/directory/trunk/content/api/groovy-api/5-groovy-ldap-reference.html (original)
+++ websites/staging/directory/trunk/content/api/groovy-api/5-groovy-ldap-reference.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/groovy-api/6-groovy-ldap-origin.html
==============================================================================
--- websites/staging/directory/trunk/content/api/groovy-api/6-groovy-ldap-origin.html (original)
+++ websites/staging/directory/trunk/content/api/groovy-api/6-groovy-ldap-origin.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/groovy-ldap.html
==============================================================================
--- websites/staging/directory/trunk/content/api/groovy-ldap.html (original)
+++ websites/staging/directory/trunk/content/api/groovy-ldap.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/index.html
==============================================================================
--- websites/staging/directory/trunk/content/api/index.html (original)
+++ websites/staging/directory/trunk/content/api/index.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -125,12 +125,29 @@
 <p>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.</p>
     
         <div class="news"><h1 id="news">News</h1>
+<h2 id="apache-directory-ldap-api-100-m18-released-posted-on-june-25th-2013">Apache Directory LDAP API 1.0.0-M18 released <em>posted on June 25th, 2013</em></h2>
+<p>The Apache Directory Team is proud to announce the availability of version 1.0.0-M18 of the Apache Directory LDAP API.</p>
+<p>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).</p>
+<p>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.</p>
+<p>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.</p>
+<p>Here are the release note for Apache Directory LDAP API 1.0.0-M18:</p>
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/DIRAPI-112">DIRAPI-112</a> - Review Package Names</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRAPI-130">DIRAPI-130</a> - The extended responses are not decoded into their respective type</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRAPI-132">DIRAPI-132</a> - Add support for the StartTLS operation</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRAPI-133">DIRAPI-133</a> - Correlate an extendedResponse with its associated request, when we don't have a responseName</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRAPI-139">DIRAPI-139</a> - o.a.d.api.ldap.codec.api.LdapEncoder should log encoded PDU via DEBUG</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRAPI-140">DIRAPI-140</a> - Test ClientSearchRequestTest.testSubDn() fails</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRAPI-147">DIRAPI-147</a> - LdifEntry equals method does not compare entry attributes when changetype is None  </li>
+</ul>
+<p>Feel free to experiment, we highly appreciate your feedback !</p>
+<p>Downloads are available <a href="downloads.html">here</a> and the User's Guide is <a href="user-guide.html">there</a></p>
 <h2 id="apache-directory-ldap-api-100-m17-released-posted-on-may-2nd-2013">Apache Directory LDAP API 1.0.0-M17 released <em>posted on May 2nd, 2013</em></h2>
 <p>The Apache Directory Team is proud to announce the availability of version 1.0.0-M17 of the Apache Directory LDAP API.</p>
 <p>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).</p>
 <p>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.</p>
 <p>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.</p>
-<p>Here are the release note for Apache Directory LDAP API 1.0.0-M16:</p>
+<p>Here are the release note for Apache Directory LDAP API 1.0.0-M17:</p>
 <ul>
 <li><a href="https://issues.apache.org/jira/browse/DIRAPI-135">DIRAPI-135</a> - The connectiosn may be invalid when we get it from the pool</li>
 <li><a href="https://issues.apache.org/jira/browse/DIRAPI-103">DIRAPI-103</a> - the PLAIN SASL BindRequest is not supported</li>

Modified: websites/staging/directory/trunk/content/api/java-api.html
==============================================================================
--- websites/staging/directory/trunk/content/api/java-api.html (original)
+++ websites/staging/directory/trunk/content/api/java-api.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -134,7 +134,7 @@
 <tbody>
 <tr>
 <td><a href="http://directory.apache.org/api/">Apache Directory Client API</a></td>
-<td>1.0-M13</td>
+<td>1.0.0-M18</td>
 <td>ASL 2.0</td>
 <td>The Apache Directory Server CLient API.</td>
 </tr>

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 Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -119,12 +119,29 @@
 
 
 <h1 id="news">News</h1>
+<h2 id="apache-directory-ldap-api-100-m18-released-posted-on-june-25th-2013">Apache Directory LDAP API 1.0.0-M18 released <em>posted on June 25th, 2013</em></h2>
+<p>The Apache Directory Team is proud to announce the availability of version 1.0.0-M18 of the Apache Directory LDAP API.</p>
+<p>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).</p>
+<p>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.</p>
+<p>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.</p>
+<p>Here are the release note for Apache Directory LDAP API 1.0.0-M18:</p>
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/DIRAPI-112">DIRAPI-112</a> - Review Package Names</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRAPI-130">DIRAPI-130</a> - The extended responses are not decoded into their respective type</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRAPI-132">DIRAPI-132</a> - Add support for the StartTLS operation</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRAPI-133">DIRAPI-133</a> - Correlate an extendedResponse with its associated request, when we don't have a responseName</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRAPI-139">DIRAPI-139</a> - o.a.d.api.ldap.codec.api.LdapEncoder should log encoded PDU via DEBUG</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRAPI-140">DIRAPI-140</a> - Test ClientSearchRequestTest.testSubDn() fails</li>
+<li><a href="https://issues.apache.org/jira/browse/DIRAPI-147">DIRAPI-147</a> - LdifEntry equals method does not compare entry attributes when changetype is None  </li>
+</ul>
+<p>Feel free to experiment, we highly appreciate your feedback !</p>
+<p>Downloads are available <a href="downloads.html">here</a> and the User's Guide is <a href="user-guide.html">there</a></p>
 <h2 id="apache-directory-ldap-api-100-m17-released-posted-on-may-2nd-2013">Apache Directory LDAP API 1.0.0-M17 released <em>posted on May 2nd, 2013</em></h2>
 <p>The Apache Directory Team is proud to announce the availability of version 1.0.0-M17 of the Apache Directory LDAP API.</p>
 <p>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).</p>
 <p>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.</p>
 <p>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.</p>
-<p>Here are the release note for Apache Directory LDAP API 1.0.0-M16:</p>
+<p>Here are the release note for Apache Directory LDAP API 1.0.0-M17:</p>
 <ul>
 <li><a href="https://issues.apache.org/jira/browse/DIRAPI-135">DIRAPI-135</a> - The connectiosn may be invalid when we get it from the pool</li>
 <li><a href="https://issues.apache.org/jira/browse/DIRAPI-103">DIRAPI-103</a> - the PLAIN SASL BindRequest is not supported</li>

Modified: websites/staging/directory/trunk/content/api/user-guide.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/1-introduction.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/1-introduction.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/1-introduction.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/1.1-java-and-ldap.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/1.1-java-and-ldap.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/1.1-java-and-ldap.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/1.2-ldap-in-a-few-words.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/1.2-ldap-in-a-few-words.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/1.2-ldap-in-a-few-words.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/1.3-apache-ldap-api-rational.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/1.3-apache-ldap-api-rational.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/1.3-apache-ldap-api-rational.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/1.4-preparation-to-code.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/1.4-preparation-to-code.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/1.4-preparation-to-code.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/2-basic-ldap-api-usage.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/2-basic-ldap-api-usage.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/2-basic-ldap-api-usage.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/2.1-connection-disconnection.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/2.1-connection-disconnection.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/2.1-connection-disconnection.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/2.2-binding-unbinding.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/2.2-binding-unbinding.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/2.2-binding-unbinding.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/2.3-searching.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/2.3-searching.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/2.3-searching.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/2.4-adding.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/2.4-adding.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/2.4-adding.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/2.5-deleting.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/2.5-deleting.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/2.5-deleting.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/2.6-modifying.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/2.6-modifying.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/2.6-modifying.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/2.7-moving-renaming.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/2.7-moving-renaming.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/2.7-moving-renaming.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/2.8-comparing.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/2.8-comparing.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/2.8-comparing.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/2.9-exception-management.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/2.9-exception-management.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/2.9-exception-management.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/3-advanced-ldap-api-usage.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/3-advanced-ldap-api-usage.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/3-advanced-ldap-api-usage.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/3.1-controls.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/3.1-controls.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/3.1-controls.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/3.2-extended-operations.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/3.2-extended-operations.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/3.2-extended-operations.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/3.3-referrals.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/3.3-referrals.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/3.3-referrals.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/3.4-aliases.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/3.4-aliases.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/3.4-aliases.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/3.5-ldif-dsml.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/3.5-ldif-dsml.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/3.5-ldif-dsml.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/3.6-abandonning.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/3.6-abandonning.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/3.6-abandonning.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/3.7-server-informations.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/3.7-server-informations.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/3.7-server-informations.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/4-schema-management.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/4-schema-management.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/4-schema-management.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/4.1-schema-manager.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/4.1-schema-manager.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/4.1-schema-manager.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/5-ldap-security.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/5-ldap-security.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/5-ldap-security.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/6-ldap-data-structures.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/6-ldap-data-structures.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/6-ldap-data-structures.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/7-requests-responses.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7-requests-responses.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7-requests-responses.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.1-abandon-request.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.1-abandon-request.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.1-abandon-request.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/user-guide/8-ldap-rfcs.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/8-ldap-rfcs.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/8-ldap-rfcs.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/api/vision.html
==============================================================================
--- websites/staging/directory/trunk/content/api/vision.html (original)
+++ websites/staging/directory/trunk/content/api/vision.html Wed Jun 26 08:02:39 2013
@@ -68,7 +68,7 @@
     
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../api/downloads.html">Version 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../api/downloads.html">Version 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>

Modified: websites/staging/directory/trunk/content/articles.html
==============================================================================
--- websites/staging/directory/trunk/content/articles.html (original)
+++ websites/staging/directory/trunk/content/articles.html Wed Jun 26 08:02:39 2013
@@ -74,9 +74,9 @@
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
     <ul>

Modified: websites/staging/directory/trunk/content/commercial-support.html
==============================================================================
--- websites/staging/directory/trunk/content/commercial-support.html (original)
+++ websites/staging/directory/trunk/content/commercial-support.html Wed Jun 26 08:02:39 2013
@@ -74,9 +74,9 @@
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
     <ul>

Modified: websites/staging/directory/trunk/content/conference-materials.html
==============================================================================
--- websites/staging/directory/trunk/content/conference-materials.html (original)
+++ websites/staging/directory/trunk/content/conference-materials.html Wed Jun 26 08:02:39 2013
@@ -74,9 +74,9 @@
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
     <ul>

Modified: websites/staging/directory/trunk/content/contribute.html
==============================================================================
--- websites/staging/directory/trunk/content/contribute.html (original)
+++ websites/staging/directory/trunk/content/contribute.html Wed Jun 26 08:02:39 2013
@@ -74,9 +74,9 @@
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
     <ul>

Modified: websites/staging/directory/trunk/content/index.html
==============================================================================
--- websites/staging/directory/trunk/content/index.html (original)
+++ websites/staging/directory/trunk/content/index.html Wed Jun 26 08:02:39 2013
@@ -74,9 +74,9 @@
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
     <ul>

Modified: websites/staging/directory/trunk/content/issue-tracking.html
==============================================================================
--- websites/staging/directory/trunk/content/issue-tracking.html (original)
+++ websites/staging/directory/trunk/content/issue-tracking.html Wed Jun 26 08:02:39 2013
@@ -74,9 +74,9 @@
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
     <ul>

Modified: websites/staging/directory/trunk/content/mailing-lists-and-irc.html
==============================================================================
--- websites/staging/directory/trunk/content/mailing-lists-and-irc.html (original)
+++ websites/staging/directory/trunk/content/mailing-lists-and-irc.html Wed Jun 26 08:02:39 2013
@@ -74,9 +74,9 @@
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
     <ul>

Modified: websites/staging/directory/trunk/content/original-project-proposal.html
==============================================================================
--- websites/staging/directory/trunk/content/original-project-proposal.html (original)
+++ websites/staging/directory/trunk/content/original-project-proposal.html Wed Jun 26 08:02:39 2013
@@ -74,9 +74,9 @@
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
     <ul>

Modified: websites/staging/directory/trunk/content/privacy-policy.html
==============================================================================
--- websites/staging/directory/trunk/content/privacy-policy.html (original)
+++ websites/staging/directory/trunk/content/privacy-policy.html Wed Jun 26 08:02:39 2013
@@ -74,9 +74,9 @@
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
     <ul>

Modified: websites/staging/directory/trunk/content/sources.html
==============================================================================
--- websites/staging/directory/trunk/content/sources.html (original)
+++ websites/staging/directory/trunk/content/sources.html Wed Jun 26 08:02:39 2013
@@ -74,9 +74,9 @@
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
     <ul>

Modified: websites/staging/directory/trunk/content/special-thanks.html
==============================================================================
--- websites/staging/directory/trunk/content/special-thanks.html (original)
+++ websites/staging/directory/trunk/content/special-thanks.html Wed Jun 26 08:02:39 2013
@@ -74,9 +74,9 @@
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
     <ul>

Modified: websites/staging/directory/trunk/content/team.html
==============================================================================
--- websites/staging/directory/trunk/content/team.html (original)
+++ websites/staging/directory/trunk/content/team.html Wed Jun 26 08:02:39 2013
@@ -74,9 +74,9 @@
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
     <ul>

Modified: websites/staging/directory/trunk/content/testimonies.html
==============================================================================
--- websites/staging/directory/trunk/content/testimonies.html (original)
+++ websites/staging/directory/trunk/content/testimonies.html Wed Jun 26 08:02:39 2013
@@ -74,9 +74,9 @@
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
     <ul>

Modified: websites/staging/directory/trunk/content/vision.html
==============================================================================
--- websites/staging/directory/trunk/content/vision.html (original)
+++ websites/staging/directory/trunk/content/vision.html Wed Jun 26 08:02:39 2013
@@ -74,9 +74,9 @@
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
-        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M12</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M13</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M17</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M18</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
     <ul>