File: 3.2.5.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 (46 lines) | stat: -rw-r--r-- 1,627 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
:tocdepth: 3

==============================
Cyrus IMAP 3.2.5 Release Notes
==============================

Download from GitHub:

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

.. _relnotes-3.2.5-changes:

Changes since 3.2.4
===================

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

* Fixed :issue:`3172`: add fallback implementation of `memrchr()` (thanks
  Andy Fiddaman)
* Fixed :issue:`3128`: many "format specifies type ... but" warnings
  on non-Linux/x86_64 platforms (thanks Anatoli)
* Fixed :issue:`3265`: `__attribute__((optimise))` support detection
* Fixed :issue:`3275`: `--enable-srs` configure option was always ignored
  (thanks Carlos Velasco)

Bug fixes
---------

* Fixed :issue:`3180`: httpd process hang when using HTTP/2
* Fixed :issue:`3239`: don't redefine MAXDOMNAME/MAXLOGNAME if already defined
  (thanks Anatoli)
* Fixed: lmtpd no longer allows delivery/keep/fileinto to non-IMAP mailboxes
* Fixed: ensure JMAP sinceState is a number
* Fixed :issue:`3260`: addseen failure when moving messages between mailboxes
  with different seen settings
* Fixed :issue:`3214`: don't choke on 8-bit MIME parameters
* Fixed :issue:`3287`: tools/translatesive also iterated parent directory
  (thanks Daniel O'Connor)
* Fixed :issue:`3272`: add handler stub for JMAP eventSourceUrl

Other
-----
* Added `--password` and `--execfile` options to :cyrusman:`sieveshell(1)`,
  based on patch from Debian in :issue:`3281` (thanks Xavier Guimard)