1:tocdepth: 3
2
3===============================
4Cyrus IMAP 2.5.10 Release Notes
5===============================
6
7.. IMPORTANT::
8
9    This is a bug-fix release in the stable 2.5 series.
10
11    Refer to the Cyrus IMAP 2.5.0 Release Notes for important information
12    about the 2.5 series, including upgrading instructions.
13
14Download from GitHub:
15
16    *   https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-2.5.10/cyrus-imapd-2.5.10.tar.gz
17    *   https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-2.5.10/cyrus-imapd-2.5.10.tar.gz.sig
18
19.. _relnotes-2.5.10-changes:
20
21Changes Since 2.5.9
22===================
23
24Dependency changes
25------------------
26
27* Jansson versions >= 2.3 are now supported (was >= 2.7)
28* Restored support for AutoConf 2.63
29* GCC 6 is now supported
30
31Other changes
32-------------
33
34* :cyrusman:`master(8)` now supports a "-V" (print version and exit) option
35* version information is now based on git describe, not hard-coded strings
36
37Bug fixes
38---------
39
40* Fixed :issue:`34`: imapd in murder no longer crashes on MOVE to nonexistent folder
41  (thanks Wolfgang Breyha)
42* Fixed :issue:`15`: replication no longer crashes on mailboxes that are too old to be
43  replicated.  Instead, it fails with an error and logs a warning that they need to be
44  reconstructed
45* Fixed :issue:`45`: extended LIST doesn't lose options when proxied to backend
46* Fixed task 142: extended LIST response no longer missing \\HasNoChildren flag on last
47  mailbox
48* Fixed :issue:`49`: httpd no longer crashes with assertion failure on shutdown after
49  CardDAV has been used
50* Fixed :issue:`31`: the ldap_timeout setting is now used correctly
51* Fixed bugzilla #3909: :cyrusman:`idled(8)` no longer runs as root (thanks Carlos Velasco)
52* Fixed :issue:`5`: renaming folder with annotations no longer increases annotation quota usage
53* Fixed: URLFETCH crash when section is NULL
54* various build system improvements
55