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 er...@apache.org on 2011/08/07 11:25:40 UTC

svn commit: r1154679 - in /james/project/trunk/project/src/site/xdoc: index.xml newsarchive.xml

Author: eric
Date: Sun Aug  7 09:25:39 2011
New Revision: 1154679

URL: http://svn.apache.org/viewvc?rev=1154679&view=rev
Log:
Update project web site for upcoming beta3 release.

Modified:
    james/project/trunk/project/src/site/xdoc/index.xml
    james/project/trunk/project/src/site/xdoc/newsarchive.xml

Modified: james/project/trunk/project/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/project/src/site/xdoc/index.xml?rev=1154679&r1=1154678&r2=1154679&view=diff
==============================================================================
--- james/project/trunk/project/src/site/xdoc/index.xml (original)
+++ james/project/trunk/project/src/site/xdoc/index.xml Sun Aug  7 09:25:39 2011
@@ -374,7 +374,7 @@
         <ul>
 <!--
           <li>/2011 - <ul>
-          <li><a href="newsarchive.html#_2011_1"><strong>Apache James Server 3.0-M3</strong> released</a></li>
+          <li><a href="newsarchive.html#082011"><strong>Apache James Server 3.0-beta3</strong> released</a></li>
           </ul>
           </li>
 -->

Modified: james/project/trunk/project/src/site/xdoc/newsarchive.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/project/src/site/xdoc/newsarchive.xml?rev=1154679&r1=1154678&r2=1154679&view=diff
==============================================================================
--- james/project/trunk/project/src/site/xdoc/newsarchive.xml (original)
+++ james/project/trunk/project/src/site/xdoc/newsarchive.xml Sun Aug  7 09:25:39 2011
@@ -17,6 +17,50 @@
       </div>
 
     <subsection name='2011'>
+
+<!--
+      <a name="082011"><h4>2011 - Apache James Server 3.0-beta3 released</h4></a>
+        <p>The Apache James project is happy to announce the release 
+           of version 3.0-beta3 of its modular mail server.</p>
+        <p>We thank all Users for their feedback and tests and we encourage anyone to 
+           <a href="http://james.apache.org/download.cgi#Apache_James_Server">download</a>
+           and discover this Milestone 3 release.</p>
+        <p>If you're interested in contributing to the James project, please subscribe to the James 
+           <a href="http://james.apache.org/mail.html">mailing lists</a>.</p>
+        <pre>
+        * What's new in 3.0-beta3 for end users
+          - Numerous IMAP bug fixes (better client support, memory improvement, NIO and IO support...)
+          - Support for IMAP IDLE (RFC 2177, server transmit updates to the client in real time)
+          - Support for IMAP User Flags
+          - Support for IMAP WITHIN Extensions (RFC 5032)
+          - Mailbox Tooling to copy from a persistence implementation to another implementation
+          - Telnet Management has been removed in favor of JMX with client shell
+          - More metrics counters available via JMX
+          - Better debug logging on protocols
+          - JPA validated against more databases (among others Oracle)
+          - Multiple address and port configurations per protocol
+          - POP3 is now operational (was buggy in 3.0-M2)
+          - Upgrade tool from James 2.3 is available
+          - Better logging on protocols with adjustable level
+          - Full mailet package must be specified
+          - Composite Matchers
+          - Better debug logging on protocols
+          - Mailing list functionality has been removed
+          - More documentation on web site for configuration,...
+          - Java 1.6 mandatory
+          - ... and much more, see details on https://issues.apache.org/jira/secure/ReleaseNote.jspa?in&version=12316850&amp;styleName=Html&amp;projectId=10411
+        * What's new in 3.0-beta3 for developers
+          - Less maven modules
+          - Maven 3.0.2 required to build
+          - Upgrade to latest frameworks versions (netty, activemq, jackrabbit...)
+          - Code reports generation via 'mvn site -P site-reports' maven profile
+          - Corrections further to findbugs,... reports
+          - Code formatting
+          - ... and much more, see details on https://issues.apache.org/jira/secure/ReleaseNote.jspa?in&version=12316850&amp;styleName=Html&amp;projectId=10411
+      
+        * Quick Start  http://james.apache.org/server/3/quick-start.html
+        </pre>
+-->
         <a name="30072011"><h4>Apache James jDKIM 0.2</h4></a>
         <p>The Apache James Project is happy to announce
            the release of version 0.2 of the Apache James jDKIM library.</p>
@@ -71,50 +115,6 @@
         <p>- ... See also the complete release notes for <a href="http://s.apache.org/n8">IMAP 0.2</a>
            and <a href="http://s.apache.org/SNu">Mailbox 0.2</a>.</p>
 
-<!--
-      <a name="_2011_1"><h4>2011 - Apache James Server 3.0-M3 released</h4></a>
-        <p>The Apache James project is happy to announce the release 
-           of version 3.0-M3 (Milestone 3) of its modular mail server.</p>
-        <p>We thank all Users for their feedback and tests and we encourage anyone to 
-           <a href="http://james.apache.org/download.cgi#Apache_James_Server">download</a>
-           and discover this Milestone 3 release.</p>
-        <p>If you're interested in contributing to the James project, please subscribe to the James 
-           <a href="http://james.apache.org/mail.html">mailing lists</a>.</p>
-        <pre>
-        * What's new in 3.0-M3 for end users
-          - Numerous IMAP bug fixes (better client support, memory improvement, NIO and IO support...)
-          - Support for IMAP IDLE (RFC 2177, server transmit updates to the client in real time)
-          - Support for IMAP User Flags
-          - Support for IMAP WITHIN Extensions (RFC 5032)
-          - Mailbox Tooling to copy from a persistence implementation to another implementation
-          - Telnet Management has been removed in favor of JMX with client shell
-          - More metrics counters available via JMX
-          - Better debug logging on protocols
-          - JPA validated against more databases (among others Oracle)
-          - Multiple address and port configurations per protocol
-          - POP3 is now operational (was buggy in 3.0-M2)
-          - Upgrade tool from James 2.3 is available
-          - Better logging on protocols with adjustable level
-          - Full mailet package must be specified
-          - Composite Matchers
-          - Better debug logging on protocols
-          - Mailing list functionality has been removed
-          - More documentation on web site for configuration,...
-          - Java 1.6 mandatory
-          - ... and much more, see details on https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10411&amp;version=12315512
-        * What's new in 3.0-M3 for developers
-          - Less maven modules
-          - Maven 3.0.2 required to build
-          - Upgrade to latest frameworks versions (netty, activemq, jackrabbit...)
-          - Code reports generation via 'mvn site -P site-reports' maven profile
-          - Corrections further to findbugs,... reports
-          - Code formatting
-          - ... and much more, see details on https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10411&amp;version=12315512
-      
-        * Quick Start  http://james.apache.org/server/3/quick-start.html
-        </pre>
--->
-
     </subsection>
 
     <subsection name='2010'>



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