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 2014/10/16 21:30:08 UTC

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

Author: tn
Date: Thu Oct 16 19:30:08 2014
New Revision: 1632418

URL: http://svn.apache.org/r1632418
Log:
Reorder and use full name.

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=1632418&r1=1632417&r2=1632418&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Thu Oct 16 19:30:08 2014
@@ -23,6 +23,9 @@
 
   <body>
     <release version="1.4.0" date="2014-??-??">
+      <action dev="ggregory" type="update" issue="EMAIL-144" date="2014-10-15">
+        Update Oracle JavaMail dependency from 1.4.5 to 1.5.2.
+      </action>
       <action dev="tn" type="fix" issue="EMAIL-142" date="2014-10-02" due-to="Marcin Tomiak">
         An "HtmlEmail" with both, an html and plain text content but no attachments or embedded
         images will now be created with mimetype "multipart/alternative" instead of "multipart/mixed".
@@ -30,9 +33,6 @@
       <action dev="tn" type="add" issue="EMAIL-141" date="2014-09-14" due-to="Stephen Kruger">
         Added support for mapping of content-ids to DataSource in "MimeMessageParser".
       </action>
-      <action dev="ggregory" type="update" issue="EMAIL-144" date="2014-10-15">
-        Update Oracle Mail from 1.4.5 to 1.5.2.
-      </action>
     </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">