Skip to content

Commit

Permalink
docs: release notes for 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
elliefm committed Jan 21, 2025
1 parent 815413d commit 169a93c
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 23 deletions.
21 changes: 0 additions & 21 deletions changes/next/docs-sphinx-rtd-theme

This file was deleted.

43 changes: 43 additions & 0 deletions docsrc/imap/download/release-notes/3.6/x/3.6.7.rst
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions lib/imapoptions
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 169a93c

Please sign in to comment.