JAMES-2030 Add 3.0.0-RC1 release notes
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/dbc653d1 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/dbc653d1 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/dbc653d1 Branch: refs/heads/master Commit: dbc653d16abe1230d651ad13b4c75cf701da0698 Parents: a57046c Author: Antoine Duprat <[email protected]> Authored: Tue May 16 11:06:40 2017 +0200 Committer: benwa <[email protected]> Committed: Wed May 17 15:13:33 2017 +0700 ---------------------------------------------------------------------- src/site/xdoc/server/release-notes.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/dbc653d1/src/site/xdoc/server/release-notes.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/release-notes.xml b/src/site/xdoc/server/release-notes.xml index 79c9326..2fd61de 100644 --- a/src/site/xdoc/server/release-notes.xml +++ b/src/site/xdoc/server/release-notes.xml @@ -35,6 +35,31 @@ </div> </div> + <section name="Version 3.0-RC1"> + + <p>Released May 2017</p> + + <p>The Apache James project is happy to announce the release + of version 3.0.0-RC1 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 our RC1 release.</p> + + <ul>What have been done in James 3.0.0-RC1 : + <li>Add metrics in multiple components</li> + <li>Improve the Cassandra backend (still experimental)</li> + <li>Improve the ElasticSearch search index</li> + <li>Add more support of the JMAP protocol</li> + <li>Refactor some old mailets</li> + <li>Enhance Mailbox and Message API</li> + </ul> + + <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> + + </section> + <section name="Version 3.0-beta5"> <p>Released October 2016</p> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
