From 38d55426e5ca415305a4e33052f7b87cdfd8df84 Mon Sep 17 00:00:00 2001 From: Benoit Tellier Date: Sun, 26 Sep 2021 20:13:08 +0700 Subject: [PATCH 1/2] RELEASE Mime4J 0.8.6 post --- .../_posts/2021-09-26-mime4j-0.8.6.markdown | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/homepage/_posts/2021-09-26-mime4j-0.8.6.markdown diff --git a/src/homepage/_posts/2021-09-26-mime4j-0.8.6.markdown b/src/homepage/_posts/2021-09-26-mime4j-0.8.6.markdown new file mode 100644 index 00000000000..c08e4b28d0b --- /dev/null +++ b/src/homepage/_posts/2021-09-26-mime4j-0.8.6.markdown @@ -0,0 +1,22 @@ +--- +layout: post +title: "Apache James Mime4J 0.8.6" +date: 2021-09-26 13:16:30 +0200 +categories: james update +--- + +The Apache James developers are pleased to announce Apache James Mime4J 0.8.6 + +This release mostly enhances performances: + + - MIME4J-306 MimeUtil::unfold should group char appends (#52) + - MIME4J-305 ContentUtil::decode can avoid using StringBuilder (#51) + - MIME4J-304 DecoderUtil::decodeEncodedWords without REGEXP (#50) + +Early adopters can [download it][download], any issue can be reported on our issue [tracker][tracker]. + +The changelog for this release can be seen [here][changelog] + +[tracker]: https://issues.apache.org/jira/browse/MIME4J +[download]: http://james.apache.org/download.cgi#Apache_James_Server +[changelog]: https://github.com/apache/james-mime4j/blob/master/CHANGELOG.md From 4fa31dbf540ac6017a62b257c86382f710142afc Mon Sep 17 00:00:00 2001 From: Benoit Tellier Date: Sun, 26 Sep 2021 20:25:47 +0700 Subject: [PATCH 2/2] RELEASE Mime4J 0.8.6 on the download page --- src/site/xdoc/download.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml index 89fe0c14348..ba55c559171 100644 --- a/src/site/xdoc/download.xml +++ b/src/site/xdoc/download.xml @@ -81,12 +81,12 @@
-

Apache Mime4J 0.8.5 is the latest stable version.

+

Apache Mime4J 0.8.6 is the latest stable version.

Sources: - (Zip) - [SHA-512] - [PGP] + (Zip) + [SHA-512] + [PGP]

You can directly use the core library with maven:

@@ -96,15 +96,15 @@ <dependency> <groupId>org.apache.james</groupId> <artifactId>apache-mime4j-core</artifactId> - <version>0.8.5</version> + <version>0.8.6</version> </dependency>

Direct download link: - (Jar) - [SHA-512] - [PGP] + (Jar) + [SHA-512] + [PGP]

In order to use Mime-4j DOM:

@@ -114,15 +114,15 @@ <dependency> <groupId>org.apache.james</groupId> <artifactId>apache-mime4j-dom</artifactId> - <version>0.8.5</version> + <version>0.8.6</version> </dependency>

Direct download link: - (Jar) - [SHA-512] - [PGP] + (Jar) + [SHA-512] + [PGP]

An aggregator project is also available:

@@ -132,15 +132,15 @@ <dependency> <groupId>org.apache.james</groupId> <artifactId>apache-mime4j</artifactId> - <version>0.8.5</version> + <version>0.8.6</version> </dependency>

Direct download link: - (Zip) - [SHA-512] - [PGP] + (Zip) + [SHA-512] + [PGP]