From 1e6cd859b06ae8369ab8bbc890da2cf973594da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Sat, 27 Feb 2021 14:01:55 +0200 Subject: [PATCH] Update 3.4.0-beta release notes --- docsrc/imap/download/release-notes/3.4/x/3.4.0-beta1.rst | 4 ++++ docsrc/imap/download/release-notes/3.4/x/3.4.0-beta2.rst | 4 ++++ docsrc/imap/download/release-notes/3.4/x/3.4.0-beta3.rst | 4 ++++ docsrc/imap/reference/architecture.rst | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docsrc/imap/download/release-notes/3.4/x/3.4.0-beta1.rst b/docsrc/imap/download/release-notes/3.4/x/3.4.0-beta1.rst index 545d3db0a8..5ec506d821 100644 --- a/docsrc/imap/download/release-notes/3.4/x/3.4.0-beta1.rst +++ b/docsrc/imap/download/release-notes/3.4/x/3.4.0-beta1.rst @@ -15,6 +15,9 @@ Major changes since the 3.2 series ================================== * DAV improvements + + * Allow clients to set schedule-default-calendar-URL + * Improved performance for users with large folders * LITERAL- maximum size is now honoured (:rfc:`7888`) * Support for the ESORT (but not CONTEXT) extension from :rfc:`5267` @@ -73,6 +76,7 @@ Major changes since the 3.2 series users/domains. * The HTTP Admin module's Currently Running Services feature now works on the major BSDs (thanks Felix J. Ogris) +* Prefer SPNEGO over BASIC WWW-Auth in Firefox/Thunderbird :issue:`2882`. Updates to default configuration diff --git a/docsrc/imap/download/release-notes/3.4/x/3.4.0-beta2.rst b/docsrc/imap/download/release-notes/3.4/x/3.4.0-beta2.rst index 8d18db5ee2..2fcdd0054d 100644 --- a/docsrc/imap/download/release-notes/3.4/x/3.4.0-beta2.rst +++ b/docsrc/imap/download/release-notes/3.4/x/3.4.0-beta2.rst @@ -15,6 +15,9 @@ Major changes since the 3.2 series ================================== * DAV improvements + + * Allow clients to set schedule-default-calendar-URL + * Improved performance for users with large folders * LITERAL- maximum size is now honoured (:rfc:`7888`) * Support for the ESORT (but not CONTEXT) extension from :rfc:`5267` @@ -73,6 +76,7 @@ Major changes since the 3.2 series users/domains. * The HTTP Admin module's Currently Running Services feature now works on the major BSDs (thanks Felix J. Ogris) +* Prefer SPNEGO over BASIC WWW-Auth in Firefox/Thunderbird :issue:`2882`. Updates to default configuration diff --git a/docsrc/imap/download/release-notes/3.4/x/3.4.0-beta3.rst b/docsrc/imap/download/release-notes/3.4/x/3.4.0-beta3.rst index 363af947fe..048aef7f88 100644 --- a/docsrc/imap/download/release-notes/3.4/x/3.4.0-beta3.rst +++ b/docsrc/imap/download/release-notes/3.4/x/3.4.0-beta3.rst @@ -15,6 +15,9 @@ Major changes since the 3.2 series ================================== * DAV improvements + + * Allow clients to set schedule-default-calendar-URL + * Improved performance for users with large folders * LITERAL- maximum size is now honoured (:rfc:`7888`) * Support for the ESORT (but not CONTEXT) extension from :rfc:`5267` @@ -78,6 +81,7 @@ Major changes since the 3.2 series (Squat backend only) * :cyrusman:`squatter(8)` now supports long options * Improvements to search query normalisation performance +* Prefer SPNEGO over BASIC WWW-Auth in Firefox/Thunderbird :issue:`2882`. Updates to default configuration diff --git a/docsrc/imap/reference/architecture.rst b/docsrc/imap/reference/architecture.rst index 13ed75eaf3..a47fff8ebc 100644 --- a/docsrc/imap/reference/architecture.rst +++ b/docsrc/imap/reference/architecture.rst @@ -147,7 +147,7 @@ know the imap credentials on the replica to allow it to send details to the replica. It is the port configuration on the replica to know where to listen for change updates. -There's two standard channel configurations: +There are two standard channel configurations: 1. Single master keeping all replicas up to date.