From 169a93c963457923b05b6ba7319fa76741b79fef Mon Sep 17 00:00:00 2001 From: ellie timoney Date: Mon, 20 Jan 2025 09:51:09 +1100 Subject: [PATCH] docs: release notes for 3.6.7 --- changes/next/docs-sphinx-rtd-theme | 21 --------- .../download/release-notes/3.6/x/3.6.7.rst | 43 +++++++++++++++++++ lib/imapoptions | 4 +- 3 files changed, 45 insertions(+), 23 deletions(-) delete mode 100644 changes/next/docs-sphinx-rtd-theme create mode 100644 docsrc/imap/download/release-notes/3.6/x/3.6.7.rst diff --git a/changes/next/docs-sphinx-rtd-theme b/changes/next/docs-sphinx-rtd-theme deleted file mode 100644 index 7f0059a0c0..0000000000 --- a/changes/next/docs-sphinx-rtd-theme +++ /dev/null @@ -1,21 +0,0 @@ -Description: - -Documentation now uses the theme from Read the Docs rather than the old -custom one. - - -Config changes: - -None - - -Upgrade instructions: - -If you wish to (re)build the documentation, you will need to have the python -module "sphinx_rtd_theme" available. On Debian, this is in the -python3-sphinx-rtd-theme package. - - -GitHub issue: - -None diff --git a/docsrc/imap/download/release-notes/3.6/x/3.6.7.rst b/docsrc/imap/download/release-notes/3.6/x/3.6.7.rst new file mode 100644 index 0000000000..9d4abb7daa --- /dev/null +++ b/docsrc/imap/download/release-notes/3.6/x/3.6.7.rst @@ -0,0 +1,43 @@ +:tocdepth: 3 + +============================== +Cyrus IMAP 3.6.7 Release Notes +============================== + +Download from GitHub: + +* https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.6.7/cyrus-imapd-3.6.7.tar.gz +* https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.6.7/cyrus-imapd-3.6.7.tar.gz.sig + +.. _relnotes-3.6.7-changes: + +Changes since 3.6.6 +=================== + +Build changes +------------- + +* Fixed :issue:`5029`: check for unexpected extra tiny-tests directories +* Fixed :issue:`5148`: added ``--enable-release-checks`` configure option + for use when building releases + +Documentation build changes +--------------------------- + +The documentation build now uses the theme from Read the Docs, rather than +an old custom one. This resolves incompatibilities between the old custom +CSS and newer versions of Sphinx. + +If you wish to (re)build the documentation, you will need to have the python +module "sphinx_rtd_theme" available. On Debian, this is in the +python3-sphinx-rtd-theme package. + +Bug fixes +--------- + +* Fixed :issue:`4848`: relocate_by_id - fatal error: Unknown meta file + requested +* Fixed :issue:`5050`: iTIP line endings (thanks Дилян Палаузов) +* Fixed :issue:`5052`: iMIP line endings (thanks Дилян Палаузов) +* Fixed :issue:`5072`: http_cgi use after free (thanks Дилян Палаузов) +* Fixed :issue:`5118`: broken language checks for "zr-hant" and "sr-me" diff --git a/lib/imapoptions b/lib/imapoptions index dac3ed0b85..516a86a3a9 100644 --- a/lib/imapoptions +++ b/lib/imapoptions @@ -1655,7 +1655,7 @@ Blank lines and lines beginning with ``#'' are ignored. /* Maximum number of logged in sessions allowed per user, zero means no limit */ -{ "maxargssize", 0, INT, "UNRELEASED" } +{ "maxargssize", 0, INT, "3.6.5" } /* Maximum total size of arguments to an IMAP command that will be accepted by Cyrus. Commands with arguments that exceed this limit will be rejected. @@ -1665,7 +1665,7 @@ Blank lines and lines beginning with ``#'' are ignored. messages larger than \fImaxmessagesize\fR bytes. If set to 0, this will allow messages of any size (the default). */ -{ "maxliteral", 131072, INT, "UNRELEASED" } +{ "maxliteral", 131072, INT, "3.6.5" } /* Maximum size in bytes of a single literal allowed by the IMAP parser. .PP Literals used for message [part] data in APPEND are only limited by