Introduce a new Changelog
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/8e17dca8 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/8e17dca8 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/8e17dca8 Branch: refs/heads/master Commit: 8e17dca85e3bd71df35ab62bc7439591bb6a4346 Parents: 1dd539f Author: Raphael Ouazana <[email protected]> Authored: Tue Jul 24 15:53:34 2018 +0200 Committer: benwa <[email protected]> Committed: Wed Aug 1 18:05:42 2018 +0700 ---------------------------------------------------------------------- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/8e17dca8/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8a98f56 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,41 @@ +# 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] +### Changed +- Multiple libraries updates + +## [3.1.0] - date? +### Added +- Delegating folders +- Introduce an object store +- Configurable listeners +- MDN (Message Disposition notification) parsing and handling +- SpamAssassin support with per user reports +- Search in attachments +- Data Leak Prevention +- JPA SMTP Guice product +- Cassandra migration process +- Structured logging +- RPM packaging (in addition to deb packaging) + +### Changed +- Move to Java 8 +- Improve Mail Repositories handling, including a nice web API +- Improve Mail Queues handling, including a nice web API +- Improve RRT (Recipient Rewrite Table) implementation +- Quota handling improvments, and in particular users can receive an email when they are near the limit of their quota +- Many performances enhancement, in particular on Cassandra backend +- Documentation updates + +## [3.0.1] - 2017-10-20 +### Changed +- Fix CVE-2017-12628: java deserialization issue exposed by JMX + +## [3.0.0] - 2017-07-20 +Too many untracked changes, sorry. But you can have a look at our latest news: [James posts](http://james.apache.org/posts.html) + +## Before +Refer too [Old changelog](http://james.apache.org/server/2.3.0/changelog.html) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
