You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2019/03/22 07:30:35 UTC

[james-mime4j] branch master updated: CHANGELOG for MIME4J

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-mime4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f87e94  CHANGELOG for MIME4J
9f87e94 is described below

commit 9f87e941359d7db634f89948a3499c9e36b28a8c
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Tue Mar 19 10:23:04 2019 +0700

    CHANGELOG for MIME4J
---
 CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..b06989f
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,42 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
+
+## [Unreleased]
+
+## [0.8.3] - 2019-03-21
+
+Changes includes in this release:
+
+ - MIME4J-270: Using "alternative" as default subtype
+ - MIME4J-263: decoding encoded words with empty encoded-text
+ - MIME4J-279: Fixed JavaDoc errors to comply with Java8
+ - MIME4J-280: Improve exception handling
+ - MIME4J-283: DecoderUtil performance fix
+
+## [0.8.2] - 2018-04-27
+
+This release solves the following bugs:
+
+ - MIME4J-267 MIME4J DOM parsing errors on specific formats
+ - MIME4J-273 Correcting encoder splitting point
+
+The following feature were added:
+
+ - MIME4J-269 Introduce a safe to use, PERMISSIVE configuration
+ - MIME4J-268 DefaultMessageWriter: expose a convenient *asBytes* method
+ - MIME4J-271 Make possible to define a Content-Type parameter
+ - MIME4J-272 Implicit DOM builder call
+
+## [0.8.1] - 2017-06-27
+
+This release includes:
+
+ - Work on the MIME4J DOM date:
+   - provide a way to know the header Date is absent
+   - correction of header parsing when century is absent
+
+## [0.8.0 & earlier] - 2016-10-12
+
+Too many untracked changes, sorry. But you can have a look at our [JIRA](https://issues.apache.org/jira/browse/MIME4J)
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org