diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 3ca27a56b..3cc05cdcf 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -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: ----------------- diff --git a/pom.xml b/pom.xml index 4c6792e1c..36ca4296f 100644 --- a/pom.xml +++ b/pom.xml @@ -224,6 +224,10 @@ Brandon Wolfe + + Alexander Lehmann + alexlehm@gmail.com + diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 994da3b04..14f686992 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,8 +22,9 @@ - + Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility + Email.setBounceAddress no longer accepts invalid email addresses.