Author: bago Date: Thu Sep 14 01:08:09 2006 New Revision: 443283 URL: http://svn.apache.org/viewvc?view=rev&rev=443283 Log: Updated website to include 2.3.0rc2 and 2.3.0rc3 changelog.
Documentation for 2.3 moved above "old" documentation. Modified: james/server/branches/v2.3/src/site/site.xml james/server/branches/v2.3/src/site/xdoc/changelog.xml james/server/branches/v2.3/src/site/xdoc/download.xml james/server/branches/v2.3/src/site/xdoc/index.xml Modified: james/server/branches/v2.3/src/site/site.xml URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/site/site.xml?view=diff&rev=443283&r1=443282&r2=443283 ============================================================================== --- james/server/branches/v2.3/src/site/site.xml (original) +++ james/server/branches/v2.3/src/site/site.xml Thu Sep 14 01:08:09 2006 @@ -40,17 +40,17 @@ <item name="Wiki" href="http://wiki.apache.org/james"/> </menu> + <menu name="Documentation 2.3"> + <item name="James" href="/documentation_2_3.html" /> + <item name="Design" href="/design_objectives_2_3.html"/> + <item name="James Javadocs" href="/apidocs/index.html"/> + <item name="Useful RFCs" href="/rfclist.html"/> + </menu> + <menu name="Documentation"> <item name="James" href="/documentation_2_1.html"/> <item name="Design" href="/design_objectives.html"/> <item name="Document Archive" href="/document_archive.html"/> - </menu> - - <menu name="Documentation 2.3B"> - <item name="James" href="/documentation_2_3.html"/> - <item name="Design" href="/design_objectives_2_3.html"/> - <item name="James Javadocs" href="/apidocs/index.html"/> - <item name="Useful RFCs" href="/rfclist.html"/> </menu> <menu name="Project"> Modified: james/server/branches/v2.3/src/site/xdoc/changelog.xml URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/site/xdoc/changelog.xml?view=diff&rev=443283&r1=443282&r2=443283 ============================================================================== --- james/server/branches/v2.3/src/site/xdoc/changelog.xml (original) +++ james/server/branches/v2.3/src/site/xdoc/changelog.xml Thu Sep 14 01:08:09 2006 @@ -37,6 +37,50 @@ <li>And <a href="http://wiki.apache.org/james/JamesV3">more</a></li> </ul> </section> +<section name="Version 2.3.0rc3"> +<p>Released 15 September 2006</p> +<p>Detail</p> +<subsection name="Bug"></subsection> +<ul> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-327'>JAMES-327</a>] - Mailet overview not complete</li> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-579'>JAMES-579</a>] - Update license headers and NOTICE to follow the latest ASF requirements</li> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-591'>JAMES-591</a>] - LogMessage mailet use wrong configutre option</li> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-594'>JAMES-594</a>] - JVM_OPTS get passed two times</li> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-603'>JAMES-603</a>] - Outgoing spooling stuck over old mails when more than 1000 old mails are present in outgoing.</li> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-609'>JAMES-609</a>] - MailImpl.setMessage and possible NPE: regression from 2.2.0 and 2.3.0rc1</li> +</ul> +<subsection name="Task"></subsection> +<ul> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-541'>JAMES-541</a>] - Check what we need to bundle bcprov BouncyCastle JCE provider</li> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-613'>JAMES-613</a>] - Define a new version for Mailet API and update James.java to return the new version.</li> +</ul> +<subsection name="Wish"></subsection> +<ul> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-581'>JAMES-581</a>] - Add an "Upgrade documentation" to our docs explaining the upgrade from 2.2.0 to 2.3.0</li> +</ul> +</section> +<section name="Version 2.3.0rc2"> +<p>Released 12 August 2006</p> +<p>Detail</p> +<subsection name="Bug"></subsection> +<ul> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-574'>JAMES-574</a>] - Annoying logging of whitelist/blacklist nomatching as "unknown host exception thrown: listname" if INFO is enabled</li> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-580'>JAMES-580</a>] - NPE is issued when receiving a "read receipt" from MS Outlook, and <checkValidSenderDomain> is set to true</li> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-584'>JAMES-584</a>] - FileStreamStore diskspace leak for removed messages in file based spool under windows</li> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-585'>JAMES-585</a>] - SMTP Server may leak temporary ($[JAMES}/temp/*.m64) files</li> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-587'>JAMES-587</a>] - CommandListServManager does not properly handle invalid commands.</li> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-588'>JAMES-588</a>] - XMLResource getString methods have incorrect javadocs, and one will throw an NPE.</li> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-612'>JAMES-612</a>] - James File Repository Error: Too many open files</li> +</ul> +<subsection name="Task"></subsection> +<ul> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-432'>JAMES-432</a>] - Reorganize and update xdocs documentation and site generation</li> +</ul> +<subsection name="Wish"></subsection> +<ul> +<li>[<a href='http://issues.apache.org/jira/browse/JAMES-582'>JAMES-582</a>] - Released packages confusions (name, artifacts)</li> +</ul> +</section> <section name="Version 2.3.0rc1"> <p>Released 25 July 2006</p> <p>Detail</p> Modified: james/server/branches/v2.3/src/site/xdoc/download.xml URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/site/xdoc/download.xml?view=diff&rev=443283&r1=443282&r2=443283 ============================================================================== --- james/server/branches/v2.3/src/site/xdoc/download.xml (original) +++ james/server/branches/v2.3/src/site/xdoc/download.xml Thu Sep 14 01:08:09 2006 @@ -65,6 +65,9 @@ </section> <section name="Apache James 2.3.0 is the best available version"> +</section> + +<section name="Apache James 2.3.0 is the best available version"> <p>This release has many enhancements and bug fixes over the previous release. See the <a Modified: james/server/branches/v2.3/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/site/xdoc/index.xml?view=diff&rev=443283&r1=443282&r2=443283 ============================================================================== --- james/server/branches/v2.3/src/site/xdoc/index.xml (original) +++ james/server/branches/v2.3/src/site/xdoc/index.xml Thu Sep 14 01:08:09 2006 @@ -30,20 +30,21 @@ <p>James requires Java 1.4 (For further information you may want to search the web, our <a href="http://www.mail-archive.com/server-dev@james.apache.org/">dev</a> and <a href="http://www.mail-archive.com/server-user@james.apache.org/">user</a> mail archives or our <a href="http://wiki.apache.org/james">wiki</a>).</p> </section> <section name="releases"> + <subsection name="Latest and Stable: James v2.2.0"> <p> - <b>Latest and Stable: James v2.2.0</b> - <br/> James v2.2.0 is the current release, and the latest in the James v2 series. Both <a href="http://james.apache.org/download.cgi">binary and source</a> distributions are available.</p> <p>James v2.2.0 is a major update to the James platform, with many new features, functional improvements, and bug fixes. See the <a href="changelog.html">Change Log</a> for a detailed list of changes. <b>All users are urged to upgrade to v2.2.0 as soon as possible</b>.</p> <p>Any bugs found in James are dealt with promptly. Please provide feedback on the james-user and james-dev mailing lists.</p> + </subsection> + <subsection name="Get your hands on the latest versions.."> <p> - <b>Get your hands on the latest versions..</b> <br/>We put significant milestones, and potential release candidates in the <a href="http://people.apache.org/dist/james/">download area.</a> <br/>Whilst the quality of these versions cannot be guaranteed they may contain important bug fixes and cool new features.<br/> </p> + </subsection> </section> <section name="Feature Status"> <table> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]