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 2012/12/08 20:30:16 UTC

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

Author: tn
Date: Sat Dec  8 19:30:15 2012
New Revision: 1418736

URL: http://svn.apache.org/viewvc?rev=1418736&view=rev
Log:
[EMAIL-122] Finalize the upgrade to jdk 1.5. Thanks to sebb

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=1418736&r1=1418735&r2=1418736&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Sat Dec  8 19:30:15 2012
@@ -23,6 +23,10 @@
 
   <body>
     <release version="1.3" date="as in SVN">
+      <action dev="tn" type="fix" issue="EMAIL-122" date="2012-12-08" due-to="sebb">
+        Upgraded source and binary compatibility to JDK 1.5. Additionally the public/protected
+        methods and fields have been properly generified.
+      </action>
       <action dev="tn" type="fix" issue="EMAIL-103" date="2012-12-08" due-to="David Rees">
         Do not set the personal name of an address to the email address unless it is
         explicitly specified (affects TO, CC, BCC and FROM addresses).