File: 2.5.8.rst.txt

package info (click to toggle)
cyrus-imapd 3.10.0~beta1-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 86,332 kB
  • sloc: ansic: 284,810; perl: 135,824; javascript: 9,562; sh: 5,728; yacc: 2,565; cpp: 2,147; makefile: 2,133; lex: 662; xml: 621; awk: 303; python: 279; asm: 262
file content (55 lines) | stat: -rw-r--r-- 1,839 bytes parent folder | download | duplicates (18)
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
50
51
52
53
54
55
:tocdepth: 3

==============================
Cyrus IMAP 2.5.8 Release Notes
==============================

.. IMPORTANT::

    This is a bug-fix release in the stable 2.5 series.

    Refer to the Cyrus IMAP 2.5.0 Release Notes for important information
    about the 2.5 series, including upgrading instructions.

Download from GitHub:

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

.. _relnotes-2.5.8-changes:

Changes Since 2.5.7
===================

Murder changes
--------------

* Allow replicated backends in a discrete Murder to both actively
  participate in the Murder.
* When choosing between ANNOTATEMORE and METADATA, favour what the
  client used.

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

* :cyrusman:`cyr_dbtool(8)` now supports improved_mboxlist_sort (-M)

Bug fixes
---------

* Fixed: master on pselect systems no longer chokes on repeated interrupts
  (thanks Jens Erat and team)
* Fixed: better iOS CalDAV support (don't announce VPOLL)
* Fixed: backported version detection code to detect future versions
* Fixed bug #3927: don't break cyrus.index on XFER of mailbox with annotations
  (thanks Wolfgang Breyha)
* Fixed: replication/XFER of mailbox names containing '@'
* Fixed: METADATA and GETMETADATA pattern/list recognition
* Fixed bug #3862: don't leave behind inconsistent mailboxes when
  mupdate fails during mailbox rename
* Fixed compilation with Sun Studio 12 C Compiler (thanks Marty Lee)
* Fixed bug #3765: :cyrusman:`ctl_cyrusdb(8)` now uses database paths from imapd.conf
  (thanks Simon Matter)
* Fixed task 227: service processes no longer crash with '-T 0' argument
  (thanks Ian Batten and Jens Erat)
* various build system fixes