Author: jochen
Date: Wed Jan 24 07:49:35 2018
New Revision: 1822083

URL: http://svn.apache.org/viewvc?rev=1822083&view=rev
Log:
Preparing 1.5.1 by improving changes.xml, RELEASE-NOTES.txt, and contributor 
list.

Modified:
    commons/proper/email/trunk/RELEASE-NOTES.txt
    commons/proper/email/trunk/pom.xml
    commons/proper/email/trunk/src/changes/changes.xml

Modified: commons/proper/email/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/RELEASE-NOTES.txt?rev=1822083&r1=1822082&r2=1822083&view=diff
==============================================================================
--- commons/proper/email/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/email/trunk/RELEASE-NOTES.txt Wed Jan 24 07:49:35 2018
@@ -1,5 +1,5 @@
                           Apache Commons Email
-                              Version 1.5
+                              Version 1.5.1
                              Release Notes
 
 INTRODUCTION:
@@ -22,6 +22,12 @@ current users are encouraged to upgrade.
 For the security bugfix see
 
https://commons.apache.org/proper/commons-email/security-reports.html#Fixed_in_Apache_Commons_Email_1.5
 
+CHANGES FROM 1.5:
+
+* Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility.
+* Improved Email.setBounceAddress by no longer accepting invalid email 
addresses.
+
+
 CHANGES FROM 1.4:
 -----------------
 

Modified: commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1822083&r1=1822082&r2=1822083&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Jan 24 07:49:35 2018
@@ -224,6 +224,10 @@
         <contributor>
             <name>Brandon Wolfe</name>
         </contributor>
+        <contributor>
+            <name>Alexander Lehmann</name>
+            <email>alexl...@gmail.com</email>
+        </contributor>
     </contributors>
 
     <dependencies>

Modified: commons/proper/email/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/src/changes/changes.xml?rev=1822083&r1=1822082&r2=1822083&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Wed Jan 24 07:49:35 2018
@@ -22,8 +22,9 @@
   </properties>
 
   <body>
-    <release version="1.6" date="2017-MM-DD">
+    <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>
     </release>
     <release version="1.5" date="2017-08-01">
       <!-- N.B. AFAICT the date attribute is not used anywhere so no point in 
adding it -->


Reply via email to