You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/02/22 11:46:57 UTC

svn commit: r1448982 - /commons/proper/email/trunk/src/changes/changes.xml

Author: tn
Date: Fri Feb 22 10:46:57 2013
New Revision: 1448982

URL: http://svn.apache.org/r1448982
Log:
[MAIL-125] Add to changes.xml

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=1448982&r1=1448981&r2=1448982&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Fri Feb 22 10:46:57 2013
@@ -23,6 +23,10 @@
 
   <body>
     <release version="1.3.1" date="TBD">
+      <action dev="tn" type="fix" issue="EMAIL-125" date="2013-02-22" due-to="Jean-Marc">
+        DataSourceClassPathResolver will now correctly set the DataSource name for resolved
+        resources. Additionally, it is now possible to set the name for a ByteArrayDataSource.
+      </action>
       <action dev="tn" type="fix" issue="EMAIL-124" date="2013-02-21" due-to="Stefan Schueffler">
         Header values are not folded twice anymore. The actual encoding and folding is
         now only performed in Email.buildMimeMessage().