Author: sgoeschl Date: Tue Feb 24 23:12:22 2009 New Revision: 747603 URL: http://svn.apache.org/viewvc?rev=747603&view=rev Log: Corrected types - not all of the stuff was actually a fix
Modified: commons/proper/email/trunk/xdocs/changes.xml Modified: commons/proper/email/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/xdocs/changes.xml?rev=747603&r1=747602&r2=747603&view=diff ============================================================================== --- commons/proper/email/trunk/xdocs/changes.xml (original) +++ commons/proper/email/trunk/xdocs/changes.xml Tue Feb 24 23:12:22 2009 @@ -24,7 +24,7 @@ <body> <release version="1.2-SNAPSHOT" date="as in SVN"> - <action dev="sgoeschl" type="fix" issue="EMAIL-74" date="2009-02-22" due-to="Jim McCabe, Corey Scott"> + <action dev="sgoeschl" type="add" issue="EMAIL-74" date="2009-02-22" due-to="Jim McCabe, Corey Scott"> Create an overridable method in Email.java to create the MimeMessage instance. </action> <action dev="sgoeschl" type="fix" issue="EMAIL-71" date="2009-02-22" due-to="Teemu Lang, Corey Scott"> @@ -33,7 +33,7 @@ created yet, this will throw a NullPointerException. Now getHostName() checks that this.session is not null before trying to access it. </action> - <action dev="sgoeschl" type="fix" issue="EMAIL-81" date="2009-02-22" due-to="Travis Reader, Corey Scott"> + <action dev="sgoeschl" type="add" issue="EMAIL-81" date="2009-02-22" due-to="Travis Reader, Corey Scott"> Add getTo and getReplyTo to Email class. </action> <action dev="sgoeschl" type="fix" issue="EMAIL-78" date="2009-02-08" due-to="Aaron Digulla, Corey Scott">