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
commit a6b0e75b7f5f7a75913aa2d3e3e24c1321ecab93 Author: Benoit Tellier <[email protected]> AuthorDate: Fri Apr 16 10:25:08 2021 +0700 MIME4J-297 Detail more the changelog pre-8.0.4 release --- CHANGELOG.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b06989f..0daf9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [Unreleased] +Changes includes in this release: + + - MIME4J-233 bad parsing of mbox files using MboxIterator + - MIME4J-273 Update EncoderUtil#encodeB encoding string splitting point + - MIME4J-287 JAVA 8 JDK + - MIME4J-289 Libraries upgrade + - MIME4J-292 ContentTypeField strong typing + - MIME4J-295 Allow for overriding the charset when decoding q or b encoded words + - MIME4J-296 MboxIterator should use Path instead of File + +More information on the [JIRA](https://issues.apache.org/jira/browse/MIME4J-297?jql=project%20%3D%20MIME4J%20AND%20fixVersion%20%3D%200.8.4) + ## [0.8.3] - 2019-03-21 Changes includes in this release: @@ -15,6 +27,8 @@ Changes includes in this release: - MIME4J-280: Improve exception handling - MIME4J-283: DecoderUtil performance fix +More information on the [JIRA](https://issues.apache.org/jira/browse/MIME4J-297?jql=project%20%3D%20MIME4J%20AND%20fixVersion%20%3D%200.8.3) + ## [0.8.2] - 2018-04-27 This release solves the following bugs: @@ -29,6 +43,8 @@ The following feature were added: - MIME4J-271 Make possible to define a Content-Type parameter - MIME4J-272 Implicit DOM builder call +More information on the [JIRA](https://issues.apache.org/jira/browse/MIME4J-297?jql=project%20%3D%20MIME4J%20AND%20fixVersion%20%3D%200.8.2) + ## [0.8.1] - 2017-06-27 This release includes: @@ -37,6 +53,12 @@ This release includes: - 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 +More information on the [JIRA](https://issues.apache.org/jira/browse/MIME4J-297?jql=project%20%3D%20MIME4J%20AND%20fixVersion%20%3D%200.8.1) + +## [0.8.0] - 2016-10-12 + +Changed were tracked on [JIRA](https://issues.apache.org/jira/browse/MIME4J-297?jql=project%20%3D%20MIME4J%20AND%20fixVersion%20%3D%200.8.0) + +## [earlier] -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 +Too many untracked changes, sorry. But you can have a look at our [JIRA](https://issues.apache.org/jira/browse/MIME4J) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
