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 2015/03/27 18:17:56 UTC

svn commit: r1669626 - in /directory/site/trunk: content/mavibot/developer-guide.mdtext content/mavibot/download-old-versions.mdtext content/mavibot/news.mdtext lib/path.pm

Author: elecharny
Date: Fri Mar 27 17:17:56 2015
New Revision: 1669626

URL: http://svn.apache.org/r1669626
Log:
Updated the Mavibot pages with the 1.0.0-M7 release

Modified:
    directory/site/trunk/content/mavibot/developer-guide.mdtext
    directory/site/trunk/content/mavibot/download-old-versions.mdtext
    directory/site/trunk/content/mavibot/news.mdtext
    directory/site/trunk/lib/path.pm

Modified: directory/site/trunk/content/mavibot/developer-guide.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/developer-guide.mdtext?rev=1669626&r1=1669625&r2=1669626&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/developer-guide.mdtext (original)
+++ directory/site/trunk/content/mavibot/developer-guide.mdtext Fri Mar 27 17:17:56 2015
@@ -311,7 +311,8 @@ The best solution would be to checkout t
     # cd mavibot-dist
     # mkdir <version>
     # cp ../public_html/mavibot-<version>/* <version>
-    # svn ci <version>
+    # svn add <version>
+    # svn ci <version> -m "Releasing Mavibor <version>"
     ...
     # exit
     $

Modified: directory/site/trunk/content/mavibot/download-old-versions.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/download-old-versions.mdtext?rev=1669626&r1=1669625&r2=1669626&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/download-old-versions.mdtext (original)
+++ directory/site/trunk/content/mavibot/download-old-versions.mdtext Fri Mar 27 17:17:56 2015
@@ -22,6 +22,7 @@ Notice: Licensed to the Apache Software
 
 | Version| Download Link | Javadoc & XRef | Date |
 |:-:|:-:|:-:|:-:|
+| Apache MAVIBOT 1.0.0-M6 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M6) | [Javadoc](http://directory.apache.org/mavibot/gen-docs/1.0.0-M6/apidocs/), [Xref](http://directory.apache.org/mavibot/gen-docs/1.0.0-M6/xref/) | 16/nov/2014 |
 | Apache MAVIBOT 1.0.0-M5 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M5) | [Javadoc](http://directory.apache.org/mavibot/gen-docs/1.0.0-M5/apidocs/), [Xref](http://directory.apache.org/mavibot/gen-docs/1.0.0-M5/xref/) | 04/jul/2014 |
 | Apache MAVIBOT 1.0.0-M4 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M4) | [Javadoc](http://directory.apache.org/mavibot/gen-docs/1.0.0-M4/apidocs/), [Xref](http://directory.apache.org/mavibot/gen-docs/1.0.0-M4/xref/) | 13/mar/2014 |
 | Apache MAVIBOT 1.0.0-M3 | [Download](http://archive.apache.org/dist/directory/mavibot/dist/1.0.0-M3) | [Javadoc](http://directory.apache.org/mavibot/gen-docs/1.0.0-M3/apidocs/), [Xref](http://directory.apache.org/mavibot/gen-docs/1.0.0-M3/xref/) | 16/Dec/2013 |

Modified: directory/site/trunk/content/mavibot/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/news.mdtext?rev=1669626&r1=1669625&r2=1669626&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/news.mdtext (original)
+++ directory/site/trunk/content/mavibot/news.mdtext Fri Mar 27 17:17:56 2015
@@ -1,4 +1,17 @@
 # News
+<h2 class="news">Apache Mavibot 1.0.0-M7 released <em>posted on March 27th, 2015</em></h2>
+
+The Apache Directory team is pleased to announce the release of Apache Mavibot 1.0.0-M67 the seventh milestone towards a 1.0 version.
+
+**Mavibot** is a Multi Version Concurrency Control (MVCC) BTree in Java. It is expected to be a replacement for JDBM (The current backend for the **Apache Directory Server**), but could be a good fit for any other project in need of a Java MVCC BTree implementation.
+
+This version fixes some serious issues in the way we browse a B-tree, and in the transaction support. It's not yet
+production ready, we still are missing the free-page management and a cross-B-tree transaction system, which will
+be our target for the next release.
+
+Downloads are available [here](downloads.html)
+
+# News
 <h2 class="news">Apache Mavibot 1.0.0-M6 released <em>posted on November 16th, 2014</em></h2>
 
 The Apache Directory team is pleased to announce the release of Apache Mavibot 1.0.0-M6, the sixth milestone towards a 1.0 version.

Modified: directory/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/directory/site/trunk/lib/path.pm?rev=1669626&r1=1669625&r2=1669626&view=diff
==============================================================================
--- directory/site/trunk/lib/path.pm (original)
+++ directory/site/trunk/lib/path.pm Fri Mar 27 17:17:56 2015
@@ -5,7 +5,7 @@ our $version_api = "1.0.0-M28";
 our $version_apacheds = "2.0.0-M19";
 our $version_studio = "2.0.0.v20130628";
 our $version_studio_name = "2.0.0-M8";
-our $version_mavibot = "1.0.0-M6";
+our $version_mavibot = "1.0.0-M7";
 our $version_escimo = "1.0.0-M1";
 our $version_fortress = "1.0.0-RC39";
 our $version_kerby = "1.0.0-M1";