Author: sgoeschl
Date: Thu Dec 16 21:53:09 2010
New Revision: 1050182
URL: http://svn.apache.org/viewvc?rev=1050182&view=rev
Log:
Keeping track of the changes
Modified:
commons/proper/email/trunk/src/changes/changes.xml
Modified: commons/proper/email/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/email/trunk/src/changes/changes.xml?rev=1050182&r1=1050181&r2=1050182&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Thu Dec 16 21:53:09 2010
@@ -22,7 +22,13 @@
</properties>
<body>
- <release version="1.3" date="as in SVN">
+ <release version="1.3" date="as in SVN">
+ <action dev="sgoeschl" type="fix" issue="EMAIL-102" date="2010-12-16"
due-to="Okan Ãzeren">
+ Fixed HtmlEmail embed toLowerCase bug with Turkish locale.
+ </action>
+ <action dev="sgoeschl" type="add" date="2010-12-16">
+ Added a MultiPartEmail.attach(File) method since attaching a file is a
simple and common.
+ </action>
<action dev="sgoeschl" type="fix" issue="EMAIL-101" date="2010-11-08"
due-to="Andrew Starodub">
Specified Content-ID is now used when embedding a File object in an
HtmlEmail.
</action>