Author: rdonkin
Date: Sun Sep 14 08:15:45 2008
New Revision: 695232

URL: http://svn.apache.org/viewvc?rev=695232&view=rev
Log:
Added release notes. MAILET-22

Added:
    james/mailet/api/trunk/RELEASE_NOTES.txt
Modified:
    james/mailet/api/trunk/build.xml

Added: james/mailet/api/trunk/RELEASE_NOTES.txt
URL: 
http://svn.apache.org/viewvc/james/mailet/api/trunk/RELEASE_NOTES.txt?rev=695232&view=auto
==============================================================================
--- james/mailet/api/trunk/RELEASE_NOTES.txt (added)
+++ james/mailet/api/trunk/RELEASE_NOTES.txt Sun Sep 14 08:15:45 2008
@@ -0,0 +1,24 @@
+                     Apache Mailet API
+                     -----------------
+                     
+
+The Apache Mailet API is a Java API which allows the rapid development 
+and flexible deployment of email processing functionality. A mailet is
+a mail processing component which can be composed with others to create
+flexible mail processing applications. Matchers allow the conditional 
+application of mailets based on mail qualities.
+
+Apache James uses mailets extensively to provide flexible and powerful
+mail processing. The Mailet API is independent of James and mailets
+can run in any complaint container.
+
+Version 2.4
+-----------
+This is the first independent release of this mature API. The last 
+release of this API shipped with Apache James 2.3. The only changes
+are minor bug fixes and is compatible with the last shipped version.
+
+Earlier Releases
+----------------
+Previous versions of the Mailet API shipped with Apache James server.
+ 
\ No newline at end of file

Modified: james/mailet/api/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/api/trunk/build.xml?rev=695232&r1=695231&r2=695232&view=diff
==============================================================================
--- james/mailet/api/trunk/build.xml (original)
+++ james/mailet/api/trunk/build.xml Sun Sep 14 08:15:45 2008
@@ -68,7 +68,7 @@
         <copy todir="${dist.dir}">
             <fileset dir=".">
                 <include name="LICENSE.txt" />
-                <include name="README.txt" />
+                <include name="RELEASE_NOTES.txt" />
                 <include name="NOTICE.txt" />
             </fileset>
         </copy>


Reply via email to