File: 3.2.11.rst.txt

package info (click to toggle)
cyrus-imapd 3.6.1-4%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 80,688 kB
  • sloc: ansic: 255,928; perl: 97,730; javascript: 9,266; sh: 5,537; yacc: 2,651; cpp: 2,128; makefile: 2,099; lex: 660; xml: 621; python: 388; awk: 303; asm: 262
file content (46 lines) | stat: -rw-r--r-- 1,629 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
:tocdepth: 3

===============================
Cyrus IMAP 3.2.11 Release Notes
===============================

Download from GitHub:

    *   https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.11/cyrus-imapd-3.2.11.tar.gz
    *   https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.2.11/cyrus-imapd-3.2.11.tar.gz.sig

.. _relnotes-3.2.11-changes:

Changes since 3.2.10
====================

Build changes
-------------

* Fixed: iCal GEO property is text in new libical versions
* Fixed: docs now build correctly with python3 and Sphinx 3.4

Bug fixes
---------

* Fixed :issue:`3240`: Seen flag broken on shared mailbox without sharedseen
  (thanks Thomas P)
* Fixed :issue:`4189`: sieveshell segfaults after quit command (thanks
  Valentin Vidic and Christian Walther)
* Fixed :issue:`4216`: httpd killed by SIGSEGV for calendar request (thanks
  Дилян Палаузов)
* Fixed :issue:`4162` :cyrusman:`quota(8)` now correctly accepts -n argument
  (thanks Christian Walther)
* Fixed :issue:`4285`: jmap_mail: fix typo in HTML to plain extractor
* Fixed :issue:`3917`: Sieve enotify implementation bugs

Other changes
-------------

* Fixed :issue:`4109`: testrunner.pl now exits early if binary components
  missing
* Fixed :issue:`4199`: cassandane.ini: don’t choke on repeated params
* Fixed :issue:`4380`: ``backend_version()`` now properly parses the remote
  server's version string, and can recognise when it is newer than the local
  server.  This means XFER to a newer backend no longer requires a local
  software update to recognise the new version number first.