You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/04/01 12:38:12 UTC

svn commit: r760851 - in /james/mailet/base/trunk/src/site: apt/ apt/release-notes.apt site.xml xdoc/index.xml

Author: rdonkin
Date: Wed Apr  1 10:38:11 2009
New Revision: 760851

URL: http://svn.apache.org/viewvc?rev=760851&view=rev
Log:
Update site for Apache Mailet Base 1.0 release

Added:
    james/mailet/base/trunk/src/site/apt/
    james/mailet/base/trunk/src/site/apt/release-notes.apt   (with props)
Modified:
    james/mailet/base/trunk/src/site/site.xml
    james/mailet/base/trunk/src/site/xdoc/index.xml

Added: james/mailet/base/trunk/src/site/apt/release-notes.apt
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/src/site/apt/release-notes.apt?rev=760851&view=auto
==============================================================================
--- james/mailet/base/trunk/src/site/apt/release-notes.apt (added)
+++ james/mailet/base/trunk/src/site/apt/release-notes.apt Wed Apr  1 10:38:11 2009
@@ -0,0 +1,51 @@
+ ------
+ Release Notes
+ ------
+ Apache JAMES Project Team
+ ------
+ 2009-04-01
+ ------
+ 
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+Release Notes
+
+ Apache James Mailets Base collects a number of utilites and lightweight
+ frameworks useful when working with the 
+ {{{http://james.apache.org/mailet} Apache Mailet API}} (a framework
+ assisting the rapid development of email processing functionality). 
+ Mailets base is used as the basis
+ for the email processing functions shipped with the 
+ {{{http://james.apache.org/server} Apache James server}}
+ (an advanced mail server) but is not dependent on that server.
+
+Version 1.0
+
+ This is the first independent release of these mature components last 
+ shipped with Apache James 2.3. 
+
+Earlier Releases
+
+ Previous versions of the components in base shipped with Apache James 
+ server. This product contains repackaged versions which are otherwise
+ compatible with these versions. All classes are package 
+ org.apache.mailet.base except test helpers (which are now packaged in
+ org.apache.mailet.base.test).
+
+ It is recommended that anyone using these older versions updates to 
+the new library.

Propchange: james/mailet/base/trunk/src/site/apt/release-notes.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/mailet/base/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/src/site/site.xml?rev=760851&r1=760850&r2=760851&view=diff
==============================================================================
--- james/mailet/base/trunk/src/site/site.xml (original)
+++ james/mailet/base/trunk/src/site/site.xml Wed Apr  1 10:38:11 2009
@@ -40,6 +40,7 @@
 
     <menu name="Basic Mailet Toolkit">
       <item name="Overview" href="index.html"/>
+      <item name="Release Notes" href="release-notes.html"/>
       <item 
       	name="DOAP" 
       	href="doap_apache-mailet-base.rdf" 

Modified: james/mailet/base/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/src/site/xdoc/index.xml?rev=760851&r1=760850&r2=760851&view=diff
==============================================================================
--- james/mailet/base/trunk/src/site/xdoc/index.xml (original)
+++ james/mailet/base/trunk/src/site/xdoc/index.xml Wed Apr  1 10:38:11 2009
@@ -34,6 +34,15 @@
 Mailets base is used as the basis for the email processing functions shipped 
 with the <a href='http://james.apache.org/server'>Apache James</a> server 
 but is not dependent on that server.</p>
+        <subsection name='Releases'>
+          <p>
+          Apache Mailet Base 1.0 is available to 
+          <a href='http://james.apache.org/download.cgi#Apache%20Mailet%20Base'>download</a>. This is the first
+          independent release of this code base which was previously shipped as part of 
+          <a href='http://james.apache.org/server'>Apache James Server</a>. It should therefore be considered 
+          mature.
+          </p>
+        </subsection>
     </section>
     <section name='Catalog'>
         <p>For more information see the <a href='apidocs/index.html'>javadocs</a>.</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org