You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by un...@apache.org on 2005/06/17 14:11:13 UTC

svn commit: r191136 - /cocoon/trunk/status.xml

Author: unico
Date: Fri Jun 17 05:11:13 2005
New Revision: 191136

URL: http://svn.apache.org/viewcvs?rev=191136&view=rev
Log:
Detail changes to SendMailTransformer. Give credits.

Modified:
    cocoon/trunk/status.xml

Modified: cocoon/trunk/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/status.xml?rev=191136&r1=191135&r2=191136&view=diff
==============================================================================
--- cocoon/trunk/status.xml (original)
+++ cocoon/trunk/status.xml Fri Jun 17 05:11:13 2005
@@ -198,6 +198,9 @@
   <changes>
   <release version="@version@" date="@date@">
     <action dev="UH" type="add" due-to="Johan Stuyts">
+      Mail block: The SendMailTransformer can now configure the smtp port.
+    </action>
+    <action dev="UH" type="add" due-to="Johan Stuyts">
       JMS block: Connection failures can now be recovered from. The default JMSConnectionManager implementation
       detects when JMS connections are severed and schedules reconnection attempts with the cron scheduler
       in order to re-establish the connection. As soon as reconnection was successful it notifies its listeners