From 1c5d6a40be1631eac4c29ed7dddb5a0e98bc132e Mon Sep 17 00:00:00 2001 From: Benny Bottema Date: Fri, 27 Sep 2019 17:03:59 +0200 Subject: [PATCH] Preparing for release 5.4.0 (but currently on hold, because OSS Sonatype is experiencing networking issues) --- README.md | 1 + RELEASE.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index e387504ae..a7aeb1d70 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc [v5.4.0](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C5.4.0%7Cjar) (27?-August-2019) - [#221](https://github.com/bbottema/simple-java-mail/issues/221) API bugfix: server identity verification should not be tied to host trusting +- [#218](https://github.com/bbottema/simple-java-mail/issues/218) Enhancement: make Email serializable - [#227](https://github.com/bbottema/simple-java-mail/issues/227) Enhancement: Make parsing recipients from EML file more lenient diff --git a/RELEASE.txt b/RELEASE.txt index c490cec28..19f21c348 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -9,6 +9,7 @@ http://www.simplejavamail.org v5.4.0 (27?-August-2019) - #221: API bugfix: server identity verification should not be tied to host trusting +- #218: Enhancement: make Email serializable - #227: Enhancement: Make parsing recipients from EML file more lenient