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 a069e1e2 Refresh changelog (#92) a069e1e2 is described below commit a069e1e22cef144a69489a33c0127a083efe759a Author: Benoit TELLIER <btell...@linagora.com> AuthorDate: Tue Jan 9 08:09:33 2024 +0100 Refresh changelog (#92) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5887215..af190276 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] +Bug fixes: + + - Prevent header injection with MIME4J DOM + - MIME4J-325 DateTimeParser should throw ParseException if value can't be parsed (#88) + - MIME4J-324 Handle URL parsing exception in LenientContentDispositionField + +Performance: + + - ContentTypeFieldLenientImpl: clear is not needed (#86) + - MIME4J-322 Use ArrayDeque in MimeTokenStream + - MIME4J-324 Avoid an extra copy of ContentDispositionFieldLenientImpl parameters + ## [0.8.9] - 2022-12-30 Bug fixes: --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org