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/11/20 07:31:46 UTC

[james-project] 03/41: Changelog for various bug fixes

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-project.git

commit cc10d4b674604c1da0cde0077aac512cc271d1c5
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Nov 1 18:07:32 2019 +0700

    Changelog for various bug fixes
---
 CHANGELOG.md            | 13 ++++++++++++-
 upgrade-instructions.md |  2 +-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07e0744..1f9241c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 ## [Unreleased]
 
 ### Added
-- Distributed task management for Guice cassandra-rabbitmq product. This enables two James server to share a consistent view
+- Distributed task management for Guice cassandra-rabbitmq product. This enables two James servers to share a consistent view
 of tasks being currently executed.
 
 ### Changed
@@ -16,6 +16,17 @@ of tasks being currently executed.
   - Removed unnecessary fields from mailbox mapping
   - Disable dynamic mapping thanks to a change of the header structure 
   - Read related [upgrade instructions](upgrade-instructions.md)
+  
+### Fixed
+- JAMES-2828 & JAMES-2929 bugs affecting JDBCMailRepository usage with PostgresSQL thanks to Jörg Thomas & Sergey B
+- JAMES-2936 Creating a mailbox using consecutive delimiter character leads to creation of list of unnamed mailbox
+- JAMES-2911 Unable to send mail from James using an SMTP gateway
+- JAMES-2944 Inlined attachments should be wrapped in multipart/related by JMAP draft
+- JAMES-2941 Return NO when an IMAP command unexpectedly fails
+- JAMES-2943 Deleting auto detected domain should fail
+- JAMES-2957 dlp.Dlp matcher should parse emails containing attachments
+- JAMES-2958 Limit domain name size to not longer than 255 characters
+- JAMES-2939 Prevent mixed case INBOX creation
 
 ### Removed
 - Classes marked as deprecated whose removal was planned after 3.4.0 release (See JAMES-2703). This includes:
diff --git a/upgrade-instructions.md b/upgrade-instructions.md
index 0566952..f4f9b5a 100644
--- a/upgrade-instructions.md
+++ b/upgrade-instructions.md
@@ -52,7 +52,7 @@ We significantly improved our usage of ElasticSearch. Underlying changes include
  level synchronisation, and thus enhance throughput, latencies and scalability.
  - Disabling dynamic mapping. We now represent headers as nested objects.
  - Removing some not needed fields from the mapping
- - No longer index raw HTML. This was possible under some configuration combinaison, and caused the data stored in elasticSearch
+ - No longer index raw HTML. This was possible under some configuration combination, and caused the data stored in elasticSearch
  to be significantly larger than required.
 
 The downside of these changes is that a reindex is needed, implying a downtime on search:


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