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/10/24 22:04:08 UTC

svn commit: r3344 - /release/commons/email/RELEASE-NOTES.txt

Author: tn
Date: Thu Oct 24 20:04:05 2013
New Revision: 3344

Log:
Publish Commons-Email 1.3.2 release notes.

Modified:
    release/commons/email/RELEASE-NOTES.txt

Modified: release/commons/email/RELEASE-NOTES.txt
==============================================================================
--- release/commons/email/RELEASE-NOTES.txt (original)
+++ release/commons/email/RELEASE-NOTES.txt Thu Oct 24 20:04:05 2013
@@ -1,5 +1,5 @@
                          Commons Email Package
-                              Version 1.3.1
+                              Version 1.3.2
                               Release Notes
 
 INTRODUCTION:
@@ -15,9 +15,38 @@
 
 http://commons.apache.org/email/
 
-This is a maintenance release which fixes several bugs present in the 1.3
+This is a maintenance release which fixes several bugs present in the 1.3.1
 release. All current users are encouraged to upgrade.
 
+CHANGES FROM 1.3.1:
+-----------------
+
+== Compatibility ==
+
+* Java 5 or later is required (unchanged since 1.3).
+
+== Fixed Bugs ==
+
+* Change visibility of DataSourceUrlResourceResolver.createUrl(String) to protected so
+  that sub-classes can override it.
+  Issue: EMAIL-135. Thanks to Andreas Kohn.
+
+* Support default mime charset property "mail.mime.charset" when adding text content
+  to instances of either SimpleEmail or HtmlEmail.
+  Issue: EMAIL-104. Thanks to Hiroshi Ikeda.
+
+* Added support for sending partial emails in case of invalid addresses.
+  Issue: EMAIL-132. Thanks to Allen Xudong Cheng.
+
+* The MimeMessageParser will now correctly parse MIME multi-parts of type "text/plain"
+  and "text/html" with a content disposition header of "attachment". The parts will
+  be added to the list of attachments even if there is no other text or html content.
+  Issue: EMAIL-131. Thanks to Raju Y.
+
+* Special characters in the body of an HTML email could lead to an exception when the
+  mime message was built.
+  Issue: EMAIL-127. Thanks to Dominik Stadler.
+
 
 CHANGES FROM 1.3:
 -----------------