You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bs...@apache.org on 2007/09/22 23:26:26 UTC

svn commit: r578505 - in /commons/proper/email/trunk: RELEASE-NOTES.txt xdocs/release_1_1.xml

Author: bspeakmon
Date: Sat Sep 22 14:26:26 2007
New Revision: 578505

URL: http://svn.apache.org/viewvc?rev=578505&view=rev
Log:
- update release notes to mention deprecation of inlineImages field

Modified:
    commons/proper/email/trunk/RELEASE-NOTES.txt
    commons/proper/email/trunk/xdocs/release_1_1.xml

Modified: commons/proper/email/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/RELEASE-NOTES.txt?rev=578505&r1=578504&r2=578505&view=diff
==============================================================================
--- commons/proper/email/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/email/trunk/RELEASE-NOTES.txt Sat Sep 22 14:26:26 2007
@@ -33,9 +33,11 @@
   required.
 
 * The protected field org.apache.commons.mail.HtmlEmail.inlineImages
-  has been changed from a List to a Map as part of EMAIL-50. Since the
-  field is not intended for direct client use, the great majority of
-  existing clients should not be affected.
+  is now deprecated. Its function is now performed by the
+  org.apache.commons.mail.HtmlEmail.inlineEmbeds field; the new field
+  is a Map instead of a List. The change was made as part of EMAIL-50.
+  Clients that have subclassed HtmlEmail should change their
+  implementations accordingly.
 
 == Notable bugfixes ==
 

Modified: commons/proper/email/trunk/xdocs/release_1_1.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/xdocs/release_1_1.xml?rev=578505&r1=578504&r2=578505&view=diff
==============================================================================
--- commons/proper/email/trunk/xdocs/release_1_1.xml (original)
+++ commons/proper/email/trunk/xdocs/release_1_1.xml Sat Sep 22 14:26:26 2007
@@ -59,11 +59,13 @@
 	  </li>
 	  <li>
 	    The protected field <code>org.apache.commons.mail.HtmlEmail.inlineImages</code>
-	    has been changed from a <code>List</code> to a <code>Map</code> as
-	    part of <a href="http://issues.apache.org/jira/browse/EMAIL-50">EMAIL-50</a>. Since the
-	    field is not intended for direct client use, the great majority of
-	    existing clients should not be affected.
-	  </li>
+            is now deprecated. Its function is now performed by the
+            <code>org.apache.commons.mail.HtmlEmail.inlineEmbeds</code> field; the new field
+            is a <code>Map</code> instead of a <code>List</code>. The change was made
+            as a part of <a href="http://issues.apache.org/jira/browse/EMAIL-50">EMAIL-50</a>.
+            Clients that have subclassed <code>HtmlEmail</code> should change their implementations
+            accordingly.
+          </li>
 	</ul>
       </subsection>