Author: tn Date: Wed Jul 9 20:58:22 2014 New Revision: 1609296 URL: http://svn.apache.org/r1609296 Log: Post-release updates.
Modified: commons/proper/email/trunk/RELEASE-NOTES.txt commons/proper/email/trunk/doap_email.rdf commons/proper/email/trunk/pom.xml commons/proper/email/trunk/src/changes/changes.xml commons/proper/email/trunk/src/site/site.xml commons/proper/email/trunk/src/site/xdoc/download_email.xml commons/proper/email/trunk/src/site/xdoc/index.xml Modified: commons/proper/email/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/RELEASE-NOTES.txt?rev=1609296&r1=1609295&r2=1609296&view=diff ============================================================================== --- commons/proper/email/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/email/trunk/RELEASE-NOTES.txt Wed Jul 9 20:58:22 2014 @@ -1,5 +1,5 @@ Commons Email Package - Version 1.3.2 + Version 1.3.3 Release Notes INTRODUCTION: @@ -15,9 +15,30 @@ downloads, reports, and bug status: http://commons.apache.org/email/ -This is a maintenance release which fixes several bugs present in the 1.3.1 +This is a maintenance release which fixes several bugs present in the 1.3.2 release. All current users are encouraged to upgrade. +CHANGES FROM 1.3.2: +----------------- + +== Compatibility == + +* Java 5 or later is required (unchanged since 1.3). + +== Fixed Bugs == + +* The filename of an attachment was not properly encoded in case it contained + non-ascii characters. + Issue: EMAIL-138. Thanks to qed. + +* MimeMessageParser did not correctly parse MimeMessage objects created by + calling HtmlEmail.buildMimeMessage() and HtmlEmail.getMimeMessage(). + Issue: EMAIL-137. Thanks to Alex Kogan. + +* Fix Javadoc 1.8 errors. + Issue: EMAIL-136. Thanks to Ville Skyttä. + + CHANGES FROM 1.3.1: ----------------- Modified: commons/proper/email/trunk/doap_email.rdf URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/doap_email.rdf?rev=1609296&r1=1609295&r2=1609296&view=diff ============================================================================== --- commons/proper/email/trunk/doap_email.rdf (original) +++ commons/proper/email/trunk/doap_email.rdf Wed Jul 9 20:58:22 2014 @@ -39,6 +39,11 @@ <release> <Version> <name>commons-email</name> + <created>2014-07-12</created> + <revision>1.3.3</revision> + </Version> + <Version> + <name>commons-email</name> <created>2013-10-25</created> <revision>1.3.2</revision> </Version> Modified: commons/proper/email/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1609296&r1=1609295&r2=1609296&view=diff ============================================================================== --- commons/proper/email/trunk/pom.xml (original) +++ commons/proper/email/trunk/pom.xml Wed Jul 9 20:58:22 2014 @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.commons</groupId> <artifactId>commons-email</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> <name>Apache Commons Email</name> <inceptionYear>2001</inceptionYear> @@ -287,8 +287,8 @@ <commons.componentid>email</commons.componentid> <commons.jira.id>EMAIL</commons.jira.id> <commons.jira.pid>12310474</commons.jira.pid> - <commons.release.version>1.3.2</commons.release.version> - <commons.rc.version>RC1</commons.rc.version> + <commons.release.version>1.3.3</commons.release.version> + <commons.rc.version>RC2</commons.rc.version> <commons.binary.suffix>-bin</commons.binary.suffix> <!-- override the default commons encoding property --> Modified: commons/proper/email/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/changes/changes.xml?rev=1609296&r1=1609295&r2=1609296&view=diff ============================================================================== --- commons/proper/email/trunk/src/changes/changes.xml (original) +++ commons/proper/email/trunk/src/changes/changes.xml Wed Jul 9 20:58:22 2014 @@ -22,7 +22,9 @@ </properties> <body> - <release version="1.3.3" date="xxx"> + <release version="1.3.4" date="TBD"> + </release> + <release version="1.3.3" date="2014-07-12"> <action dev="tn" type="fix" issue="EMAIL-140" date="2014-07-01" due-to="Gary Gregory"> Fix test execution errors with Java 8. </action> Modified: commons/proper/email/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/site/site.xml?rev=1609296&r1=1609295&r2=1609296&view=diff ============================================================================== --- commons/proper/email/trunk/src/site/site.xml (original) +++ commons/proper/email/trunk/src/site/site.xml Wed Jul 9 20:58:22 2014 @@ -28,7 +28,7 @@ <item name="Download" href="http://commons.apache.org/email/download_email.cgi"/> <item name="User guide" href="/userguide.html"/> <item name="Latest API docs (development)" href="/apidocs/index.html"/> - <item name="Javadoc (1.3.2 release)" href="/javadocs/api-release/index.html"/> + <item name="Javadoc (1.3.3 release)" href="/javadocs/api-release/index.html"/> <item name="Javadoc (1.2 release)" href="/javadocs/api-1.2/index.html"/> </menu> Modified: commons/proper/email/trunk/src/site/xdoc/download_email.xml URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/site/xdoc/download_email.xml?rev=1609296&r1=1609295&r2=1609296&view=diff ============================================================================== --- commons/proper/email/trunk/src/site/xdoc/download_email.xml (original) +++ commons/proper/email/trunk/src/site/xdoc/download_email.xml Wed Jul 9 20:58:22 2014 @@ -45,11 +45,11 @@ limitations under the License. --> <document> <properties> - <title>Download Commons Email</title> + <title>Download Apache Commons Email</title> <author email="d...@commons.apache.org">Commons Documentation Team</author> </properties> <body> - <section name="Download Commons Email"> + <section name="Download Apache Commons Email"> <subsection name="Using a Mirror"> <p> We recommend you use a mirror to download our release @@ -95,32 +95,32 @@ limitations under the License. </p> </subsection> </section> - <section name="Commons Email 1.3.2 "> + <section name="Apache Commons Email 1.3.3 "> <subsection name="Binaries"> <table> <tr> - <td><a href="[preferred]/commons/email/binaries/commons-email-1.3.2-bin.tar.gz">commons-email-1.3.2-bin.tar.gz</a></td> - <td><a href="http://www.apache.org/dist/commons/email/binaries/commons-email-1.3.2-bin.tar.gz.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/email/binaries/commons-email-1.3.2-bin.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/email/binaries/commons-email-1.3.3-bin.tar.gz">commons-email-1.3.3-bin.tar.gz</a></td> + <td><a href="http://www.apache.org/dist/commons/email/binaries/commons-email-1.3.3-bin.tar.gz.md5">md5</a></td> + <td><a href="http://www.apache.org/dist/commons/email/binaries/commons-email-1.3.3-bin.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/email/binaries/commons-email-1.3.2-bin.zip">commons-email-1.3.2-bin.zip</a></td> - <td><a href="http://www.apache.org/dist/commons/email/binaries/commons-email-1.3.2-bin.zip.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/email/binaries/commons-email-1.3.2-bin.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/email/binaries/commons-email-1.3.3-bin.zip">commons-email-1.3.3-bin.zip</a></td> + <td><a href="http://www.apache.org/dist/commons/email/binaries/commons-email-1.3.3-bin.zip.md5">md5</a></td> + <td><a href="http://www.apache.org/dist/commons/email/binaries/commons-email-1.3.3-bin.zip.asc">pgp</a></td> </tr> </table> </subsection> <subsection name="Source"> <table> <tr> - <td><a href="[preferred]/commons/email/source/commons-email-1.3.2-src.tar.gz">commons-email-1.3.2-src.tar.gz</a></td> - <td><a href="http://www.apache.org/dist/commons/email/source/commons-email-1.3.2-src.tar.gz.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/email/source/commons-email-1.3.2-src.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/email/source/commons-email-1.3.3-src.tar.gz">commons-email-1.3.3-src.tar.gz</a></td> + <td><a href="http://www.apache.org/dist/commons/email/source/commons-email-1.3.3-src.tar.gz.md5">md5</a></td> + <td><a href="http://www.apache.org/dist/commons/email/source/commons-email-1.3.3-src.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/email/source/commons-email-1.3.2-src.zip">commons-email-1.3.2-src.zip</a></td> - <td><a href="http://www.apache.org/dist/commons/email/source/commons-email-1.3.2-src.zip.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/email/source/commons-email-1.3.2-src.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/email/source/commons-email-1.3.3-src.zip">commons-email-1.3.3-src.zip</a></td> + <td><a href="http://www.apache.org/dist/commons/email/source/commons-email-1.3.3-src.zip.md5">md5</a></td> + <td><a href="http://www.apache.org/dist/commons/email/source/commons-email-1.3.3-src.zip.asc">pgp</a></td> </tr> </table> </subsection> Modified: commons/proper/email/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/site/xdoc/index.xml?rev=1609296&r1=1609295&r2=1609296&view=diff ============================================================================== --- commons/proper/email/trunk/src/site/xdoc/index.xml (original) +++ commons/proper/email/trunk/src/site/xdoc/index.xml Wed Jul 9 20:58:22 2014 @@ -77,7 +77,7 @@ </p> <ul> <li>The - <a href="javadocs/api-release/index.html">current release 1.3.2</a> + <a href="javadocs/api-release/index.html">current release 1.3.3</a> </li> <li>The <a href="javadocs/api-1.3/index.html">previous version 1.3</a> @@ -99,7 +99,7 @@ <!-- ================================================== --> <section name="Releases"> <p> - The latest version 1.3.2, requires Java 5 - + The latest version 1.3.3, requires Java 5 - <a href="http://commons.apache.org/email/download_email.cgi">Download now!</a> <br/> The full