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
|
:tocdepth: 3
===============================
Cyrus IMAP 3.0.5 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.5/cyrus-imapd-3.0.5.tar.gz
* https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.0.5/cyrus-imapd-3.0.5.tar.gz.sig
.. _relnotes-3.0.5-changes:
Changes Since 3.0.4
===================
Bug fixes
---------
* Fixed special-use proxying in murder (thanks Wolfgang Breyha)
* Fixed :issue:`2192`: XFER no longer crashes
* Fixed :issue:`2191`: lmtpd now reports the correct error when recipient
is over quota (thanks Edda)
* Fixed :issue:`2199`: rollback mailboxes.db changes on mupdate failure in
correct order (thanks Michael Menge)
* Fixed :issue:`2201`: :cyrusman:`tls_prune(8)` now exits cleanly (nothing to
do) instead of crashing when tls_sessions.db does not exist
* Fixed :issue:`2216`: failure to install SIGUSR2 handler is now logged
correctly (thanks Jonathan Kamens)
Other changes
-------------
* More robust handling of perl module MANIFEST files
* iCal handling now permits empty URL properties (for iOS 11 compatibility)
|