Author: tn
Date: Fri Feb 22 11:10:05 2013
New Revision: 1448991
URL: http://svn.apache.org/r1448991
Log:
Update release-notes.
Modified:
commons/proper/email/trunk/RELEASE-NOTES.txt
commons/proper/email/trunk/src/changes/changes.xml
Modified: commons/proper/email/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/email/trunk/RELEASE-NOTES.txt?rev=1448991&r1=1448990&r2=1448991&view=diff
==============================================================================
--- commons/proper/email/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/email/trunk/RELEASE-NOTES.txt Fri Feb 22 11:10:05 2013
@@ -1,6 +1,6 @@
Commons Email Package
- Version 1.3
- Release Notes
+ Version 1.3.1
+ Release Notes
INTRODUCTION:
-------------
@@ -15,9 +15,26 @@ downloads, reports, and bug status:
http://commons.apache.org/email/
-This is a maintenance release which fixes several bugs present in the 1.2
-release and adds a number of small enhancements requested by
-users. All current users are encouraged to upgrade.
+This is a maintenance release which fixes several bugs present in the 1.3
+release. All current users are encouraged to upgrade.
+
+
+CHANGES FROM 1.3:
+-----------------
+
+== Compatibility ==
+
+* Java 5 or later is required (unchanged since 1.3).
+
+== Fixed Bugs ==
+
+* DataSourceClassPathResolver will now correctly set the DataSource name for
resolved
+ resources. Additionally, it is now possible to set the name for a
ByteArrayDataSource.
+ Issue: EMAIL-125. Thanks to Jean-Marc.
+
+* Header values are not folded twice anymore. The actual encoding and folding
is
+ now only performed in Email.buildMimeMessage().
+ Issue: EMAIL-124. Thanks to Stefan Schueffler.
CHANGES FROM 1.2:
Modified: commons/proper/email/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/email/trunk/src/changes/changes.xml?rev=1448991&r1=1448990&r2=1448991&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Fri Feb 22 11:10:05 2013
@@ -22,7 +22,7 @@
</properties>
<body>
- <release version="1.3.1" date="TBD">
+ <release version="1.3.1" date="2013-02-28">
<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.