File: 3.0.1.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 (51 lines) | stat: -rw-r--r-- 1,760 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
:tocdepth: 3

===============================
Cyrus IMAP 3.0.1 Release Notes
===============================

.. IMPORTANT::

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

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

Download from GitHub:

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

.. _relnotes-3.0.1-changes:

Changes Since 3.0.0
===================

Dependency changes
------------------

* Cyrus can now be built with Xapian 1.4 (the current upstream release),
  if CJK support is not required in your environment.  If you need CJK
  support, you will still need to use the cyruslibs Xapian fork.

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

* Extensive documentation enhancements (thanks Nic Bernstein)
* Sample cyrus.conf and imapd.conf files are now available in the doc/examples
  directory of the distribution (thanks Nic Bernstein)

Bug fixes
---------

* Fixed :issue:`1875`: correctly calculate INBOX for user names containing
  a dot (thanks Martin Matuska)
* Fixed parsing of vcard categories and nicknames
* Fixed :issue:`1872`: don't crash when removing invalid sessions
* Fixed :issue:`1926`: no longer report some client disconnects as IOERROR
* Fixed setting of contact nicknames via JMAP
* Fixed :issue:`1915`: delivery to shared mailboxes with virtual domains
  (thanks Martin Matuska)
* Fixed replication of CalDAV alarms
* Fixed :issue:`1927`: no race between xapian squatter and user deletions
* Fixed stats overflow in ipurge for >2GB mailboxes (thanks Pavel Zhukov)