Author: jochen
Date: Wed Feb 28 09:52:45 2018
New Revision: 1825540

URL: http://svn.apache.org/viewvc?rev=1825540&view=rev
Log:
PR: EMAIL-174

Upgrading javax.mail dependency to 1.6.1, so that i18n is supported for 
headers, and email addresses.

Modified:
    commons/proper/email/trunk/pom.xml
    commons/proper/email/trunk/src/changes/changes.xml

Modified: commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1825540&r1=1825539&r2=1825540&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Feb 28 09:52:45 2018
@@ -228,13 +228,17 @@
             <name>Alexander Lehmann</name>
             <email>alexl...@gmail.com</email>
         </contributor>
+        <contributor>
+            <name>Vegard Stuen</name>
+            <email>vegard.st...@gmail.com</email>
+        </contributor>
     </contributors>
 
     <dependencies>
         <dependency>
             <groupId>com.sun.mail</groupId>
             <artifactId>javax.mail</artifactId>
-            <version>1.5.6</version>
+            <version>1.6.1</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

Modified: commons/proper/email/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/src/changes/changes.xml?rev=1825540&r1=1825539&r2=1825540&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Wed Feb 28 09:52:45 2018
@@ -22,6 +22,11 @@
   </properties>
 
   <body>
+    <release version="1.5.2" date="Not yet released">
+      <action issue="EMAIL-174" type="fix" due-to="Vegard Stuen">
+        Upgrade javax.mail dependency to 1.6.1, so that i18n is supported for 
email addresses.
+      </action>
+    </release>
     <release version="1.5.1" date="2017-MM-DD">
       <action issue="EMAIL-176" type="add" dev="pschumacher">Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility</action>
       <action type="fix" dev="sgoeschl" due-to="Alexander 
Lehmann">Email.setBounceAddress no longer accepts invalid email 
addresses.</action>


Reply via email to