You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2016/02/01 22:40:50 UTC

svn commit: r1728013 - /commons/proper/email/trunk/src/changes/changes.xml

Author: sgoeschl
Date: Mon Feb  1 21:40:50 2016
New Revision: 1728013

URL: http://svn.apache.org/viewvc?rev=1728013&view=rev
Log:
[EMAIL-160] Add Support for International Domain Names - highlight that JDK 1.6+ is required now

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

Modified: commons/proper/email/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/changes/changes.xml?rev=1728013&r1=1728012&r2=1728013&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Mon Feb  1 21:40:50 2016
@@ -27,7 +27,7 @@
         Remove "javax.activation" dependency since it is included in JDK 1.6 and update to javax.mail-1.5.5
       </action>
       <action dev="sgoeschl" type="add" issue="EMAIL-160" date="2016-02-01">
-        Add Support for International Domain Names.
+        Add Support for International Domain Names. This change requires JDK 1.6+.
       </action>
       <action dev="ggregory" type="add" issue="EMAIL-154" date="2015-07-26" due-to="Ken Geis, Balachandran Sivakumar">
         Add Email#getHeader(String) and Email#getHeaders() methods.