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 2010/10/15 19:34:16 UTC

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

Author: sgoeschl
Date: Fri Oct 15 17:34:16 2010
New Revision: 1023031

URL: http://svn.apache.org/viewvc?rev=1023031&view=rev
Log:
Moving the various constants of Email.java into EmailConstants.java

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=1023031&r1=1023030&r2=1023031&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Fri Oct 15 17:34:16 2010
@@ -23,6 +23,9 @@
 
   <body>
     <release version="1.3-SNAPSHOT" date="as in SVN">
+      <action dev="sgoeschl" type="fix" date="2010-10-15">
+        Moving the various constants from 'EMail' to 'EmailConstants'
+      </action>
       <action dev="sgoeschl" type="fix" issue="EMAIL-76" date="2010-10-15" due-to="Yu Kobayashi">
         All setters are returning "this" to simplify building an email.
       </action>