blob: eb5be0f13736ae8ea54db966f26b916c3e504032 [file] [log] [blame]
<?xml version="1.0"?>
<!--
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.
-->
<document>
<properties>
<title>Fulcrum BSF</title>
<author email="epugh@opensourceconnections.com">Eric Pugh</author>
</properties>
<body>
<release version="2.0.0-SNAPSHOT" date="in SVN">
<action dev="sgoeschl" type="add" date="2010-11-24" issue="TRB-79" due-to="Ludwig Magnusson">
Move fulcrum-template to maven2.
</action>
</release>
<release version="1.0-alpha-2" date="in SVN">
<action dev="seade" type="fix" issue="FULS10">
TemplateEmail.sendMultiple() was setting the character set to late.
</action>
<action dev="sgoeschl" type="update">
Changed the signature of TemplateHtmlEmail.send() since it inherits
from Mail.send(). The method now throws an EmailException instead
of MessagingException which might break existing code.
</action>
<action dev="sgoeschl" type="update">
Upgrading to javamail-1.3.2 and commons-email-1.0
</action>
<action dev="epugh" type="add">
Fix EmailTemplate and HtmlEmailTemplate by providing a templateService
that can be manually passed in. Should be avalon components instead.
</action>
<action dev="epugh" type="remove">
Remove facade class, this is implementation specific.
</action>
<action dev="epugh" type="add">
Initial conversion to Avalon component.
</action>
</release>
</body>
</document>