File: 3.2.9.rst.txt

package info (click to toggle)
cyrus-imapd 3.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,540 kB
  • sloc: ansic: 280,382; perl: 146,834; javascript: 9,624; sh: 5,730; yacc: 2,660; cpp: 2,263; makefile: 2,103; lex: 675; xml: 621; awk: 303; python: 273; asm: 262
file content (49 lines) | stat: -rw-r--r-- 1,772 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
47
48
49
:tocdepth: 3

==============================
Cyrus IMAP 3.2.9 Release Notes
==============================

Download from GitHub:

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

.. _relnotes-3.2.9-changes:

Changes since 3.2.8
===================

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

* Fixed :issue:`3769`: undefined reference when using flock locking rather
  than fcntl (thanks Дилян Палаузов)
* Fixed :issue:`3843`: man pages for optional features had been excluded from
  release tarballs

Bug fixes
---------

* Fixed :issue:`3605`: don't send unsolicited updates about other mailboxes in
  response to STATUS command.  This is technically okay but can confuse
  clients that don't expect it.
* Fixed :issue:`3664`: flush output when starting IDLE so changes are told
  immediately
* Fixed :issue:`2383`: XFER of a single user or mailbox now works again
* Fixed: XFER no longer tries to sync_restart (and hangs) when the destination
  backend doesn't support XFER-via-replication
* Fixed: XFER now reports an error when the name argument doesn't match
  anything, instead of doing nothing and then reporting that it succeeded at
  it.
* Fixed :issue:`3597`: ignore case difference in 'mailto:' prefix when
  comparing CalDAV ORGANIZERs
* Fixed :issue:`3839`: `quota -f -u [user]` no longer removes quota information
  from other, similarly-named users

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

* The formerly-standalone Cassandane tool has been merged into the
  cyrus-imapd repository, in the 'cassandane' subdirectory.
* XFER will now recognise backends from the upcoming 3.6 and 3.7 versions