Author: rdonkin Date: Thu May 28 10:08:13 2009 New Revision: 779527 URL: http://svn.apache.org/viewvc?rev=779527&view=rev Log: JAMES-909 Create release notes and add upgrade information https://issues.apache.org/jira/browse/JAMES-909
Added: james/server/trunk/src/site/apt/ james/server/trunk/src/site/apt/release-notes.apt (with props) Modified: james/server/trunk/src/site/site.xml Added: james/server/trunk/src/site/apt/release-notes.apt URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/apt/release-notes.apt?rev=779527&view=auto ============================================================================== --- james/server/trunk/src/site/apt/release-notes.apt (added) +++ james/server/trunk/src/site/apt/release-notes.apt Thu May 28 10:08:13 2009 @@ -0,0 +1,47 @@ + ------ + Release Notes + ------ + Apache JAMES Project Team + ------ + 2009-05-28 + ------ + +~~ 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 Server + + The Apache James Server is a 100% pure Java enterprise mail server based + on open protocols. Currently supported are SMTP, POP3, IMAP (Mail) and + NNTP (News) protocols together with several different storage solutions. + + The James server also serves as a mail application platform. The James + project hosts the Apache Mailet API, and the James server is a Mailet + container. This feature makes it easy to design, write, and deploy + custom applications for mail processing. This modularity and ease of + customization is one of James' strengths, and can allow administrators + to produce powerful applications surprisingly easily. + +3.0 + +*2.x Upgrade Notes + + * Cryptography is now provided by + {{{http://james.apache.org/mailet/crypto}Apache Crypto Mailets}}. Users + should check that org.apache.james.mailet.crypto.mailet and + org.apache.james.mailet.crypto.matcher packages have been added to + the mailetpackages element in the configuration file. Propchange: james/server/trunk/src/site/apt/release-notes.apt ------------------------------------------------------------------------------ svn:eol-style = native Modified: james/server/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/site.xml?rev=779527&r1=779526&r2=779527&view=diff ============================================================================== --- james/server/trunk/src/site/site.xml (original) +++ james/server/trunk/src/site/site.xml Thu May 28 10:08:13 2009 @@ -33,6 +33,12 @@ <body> + <menu name="Overview"> + <item name='Introduction' href='/index.html'/> + <item name='Release Notes' href='release-notes.html'/> + <item name='Changes' href='/jira-report.html'/> + </menu> + <menu name="Concepts"> <item name="Summary" href="/summary.html" /> <item name="SpoolManager" href="/spoolmanager.html" /> @@ -84,11 +90,6 @@ <item name="How to write a custom Matcher" href="/custom_matcher.html" /> <item name="How to write a custom Mailet" href="/custom_mailet.html" /> </menu> - - <menu name="Project"> - <item name='Changes' href='/jira-report.html'/> - <item name='Release Notes' href="/changelog.html" /> - </menu> ${reports} --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org