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 2016/07/23 09:21:47 UTC

svn commit: r1753862 - in /directory/site/trunk: content/apacheds/news.mdtext content/extpaths.txt content/index.mdtext lib/path.pm

Author: elecharny
Date: Sat Jul 23 09:21:47 2016
New Revision: 1753862

URL: http://svn.apache.org/viewvc?rev=1753862&view=rev
Log:
Updated the site for teh ApacheDS 2.0.0-M23 release

Removed:
    directory/site/trunk/content/extpaths.txt
Modified:
    directory/site/trunk/content/apacheds/news.mdtext
    directory/site/trunk/content/index.mdtext
    directory/site/trunk/lib/path.pm

Modified: directory/site/trunk/content/apacheds/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/news.mdtext?rev=1753862&r1=1753861&r2=1753862&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/news.mdtext (original)
+++ directory/site/trunk/content/apacheds/news.mdtext Sat Jul 23 09:21:47 2016
@@ -1,4 +1,29 @@
 # News
+<h2 class="news">ApacheDS 2.0.0-M23 released <em>posted on July 22th, 2016</em></h2>
+
+The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M23, the 23th 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.
+
+Downloads are available [here](downloads.html)
+
+This release is a bug fix release. It fixes the installers that were broken on Linux. It also fixes teh 'repair' command, that allows user who have a broken backend to fix it (We still have some use case where the database can get corrupted. We are working on fixing this, but it's far from being easy...)
+
+In order to repair the database, one has just to start the server passing the 'repair' command to the apacheds script, instead of the 'start' comamnd. The server will start after having repaired the database.
+
+Here is the release note for Apache Directory ApacheDS 2.0.0-M23:
+
+<b>Bugs :</b>
+
+  * [DIRSERVER-2158](https://issues.apache.org/jira/browse/DIRSERVER-2158) - unable to start ApacheDS M22 x64
+  
+
+<b>Improvements :</b>
+
+  * [DIRKRB-595](https://issues.apache.org/jira/browse/DIRKRB-595) - Add mode to allow KerberosString's to contain UTF-8 for MSFT KDC interop
+  
+
+# News
 <h2 class="news">ApacheDS 2.0.0-M22 released <em>posted on June 28th, 2016</em></h2>
 
 The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M22, the 22th milestone towards a 2.0 version.

Modified: directory/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/index.mdtext?rev=1753862&r1=1753861&r2=1753862&view=diff
==============================================================================
--- directory/site/trunk/content/index.mdtext (original)
+++ directory/site/trunk/content/index.mdtext Sat Jul 23 09:21:47 2016
@@ -42,7 +42,7 @@ td {font-size: 12px;}
       <!-- ApacheDS project -->
 	    <td style="border-width: 0; border-right: 1px solid silver; padding-right: 15px; width:50%;" valign="top">
         <div class="download-link">
-          <a href="./../apacheds/downloads.html" class="download_badge_apacheds"><b>Download<br>ApacheDS 2.0.0-M22</b></a>
+          <a href="./../apacheds/downloads.html" class="download_badge_apacheds"><b>Download<br>ApacheDS 2.0.0-M23</b></a>
         </div>
 
 		    <div class="separator">&nbsp;</div>

Modified: directory/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/directory/site/trunk/lib/path.pm?rev=1753862&r1=1753861&r2=1753862&view=diff
==============================================================================
--- directory/site/trunk/lib/path.pm (original)
+++ directory/site/trunk/lib/path.pm Sat Jul 23 09:21:47 2016
@@ -2,7 +2,7 @@ package path;
  
 # Versions (for download links)
 our $version_api = "1.0.0-RC1";
-our $version_apacheds = "2.0.0-M22";
+our $version_apacheds = "2.0.0-M23";
 our $version_studio = "2.0.0.v20151221-M10";
 our $version_studio_name = "2.0.0-M10";
 our $version_mavibot = "1.0.0-M8";